pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/liba52 - (re)enable installing the a52dec and ex...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da0899b78f5d
branches:  trunk
changeset: 479817:da0899b78f5d
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Mon Aug 23 04:03:34 2004 +0000

description:
- (re)enable installing the a52dec and extract_a52 tools and their man pages.
- bump pkg version

diffstat:

 audio/liba52/Makefile         |  4 ++--
 audio/liba52/PLIST            |  6 +++++-
 audio/liba52/distinfo         |  6 +++---
 audio/liba52/patches/patch-ac |  4 ++--
 audio/liba52/patches/patch-ad |  4 ++--
 5 files changed, 14 insertions(+), 10 deletions(-)

diffs (81 lines):

diff -r 5541948bc623 -r da0899b78f5d audio/liba52/Makefile
--- a/audio/liba52/Makefile     Mon Aug 23 03:52:52 2004 +0000
+++ b/audio/liba52/Makefile     Mon Aug 23 04:03:34 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2004/02/14 17:21:33 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2004/08/23 04:03:34 mrg Exp $
 #
 
 DISTNAME=      a52dec-0.7.4
 PKGNAME=       ${DISTNAME:S/a52dec/liba52/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    audio
 MASTER_SITES=  http://liba52.sourceforge.net/files/
 
diff -r 5541948bc623 -r da0899b78f5d audio/liba52/PLIST
--- a/audio/liba52/PLIST        Mon Aug 23 03:52:52 2004 +0000
+++ b/audio/liba52/PLIST        Mon Aug 23 04:03:34 2004 +0000
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2002/06/16 18:08:05 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/08/23 04:03:34 mrg Exp $
+bin/extract_a52
+bin/a52dec
 include/a52dec/a52.h
 include/a52dec/attributes.h
 include/a52dec/audio_out.h
@@ -8,4 +10,6 @@
 lib/liba52.so
 lib/liba52.so.0
 lib/liba52.so.0.0
+man/man1/a52dec.1
+man/man1/extract_a52.1
 @dirrm include/a52dec
diff -r 5541948bc623 -r da0899b78f5d audio/liba52/distinfo
--- a/audio/liba52/distinfo     Mon Aug 23 03:52:52 2004 +0000
+++ b/audio/liba52/distinfo     Mon Aug 23 04:03:34 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2002/08/30 23:43:07 wiz Exp $
+$NetBSD: distinfo,v 1.5 2004/08/23 04:03:34 mrg Exp $
 
 SHA1 (a52dec-0.7.4.tar.gz) = 79b33bd8d89dad7436f85b9154ad35667aa37321
 Size (a52dec-0.7.4.tar.gz) = 241507 bytes
 SHA1 (patch-aa) = f31a0e354ab7f1111c03196bf1a11d7caab0f1e9
 SHA1 (patch-ab) = 7673335451c9e58853cd0a543073dac2607114f8
-SHA1 (patch-ac) = eb8ef17e2fdb20e34a32c629415b77b123c5a625
-SHA1 (patch-ad) = 2186a4ac36cf44f021fbc1a4d8e7d31b96b71531
+SHA1 (patch-ac) = d226b58ae1314deaa8c938d39669139bd513be18
+SHA1 (patch-ad) = 680e399e79211fb3f788111d5221c5f8227f23b6
diff -r 5541948bc623 -r da0899b78f5d audio/liba52/patches/patch-ac
--- a/audio/liba52/patches/patch-ac     Mon Aug 23 03:52:52 2004 +0000
+++ b/audio/liba52/patches/patch-ac     Mon Aug 23 04:03:34 2004 +0000
@@ -1,9 +1,9 @@
-$NetBSD: patch-ac,v 1.2 2002/06/16 18:08:06 wiz Exp $
+$NetBSD: patch-ac,v 1.3 2004/08/23 04:03:34 mrg Exp $
 
 --- Makefile.am.orig   Mon Dec 17 00:23:45 2001
 +++ Makefile.am        Thu Jun 13 10:04:13 2002
 @@ -1,3 +1,3 @@
 -SUBDIRS = autotools include doc liba52 libao src vc++ test
-+SUBDIRS = autotools include liba52
++SUBDIRS = autotools include liba52 libao src
  
  EXTRA_DIST = HISTORY bootstrap
diff -r 5541948bc623 -r da0899b78f5d audio/liba52/patches/patch-ad
--- a/audio/liba52/patches/patch-ad     Mon Aug 23 03:52:52 2004 +0000
+++ b/audio/liba52/patches/patch-ad     Mon Aug 23 04:03:34 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.2 2002/06/16 18:08:06 wiz Exp $
+$NetBSD: patch-ad,v 1.3 2004/08/23 04:03:34 mrg Exp $
 
 --- Makefile.in.orig   Thu Feb 21 08:58:36 2002
 +++ Makefile.in        Thu Jun 13 10:03:57 2002
@@ -7,7 +7,7 @@
  VERSION = @VERSION@
  
 -SUBDIRS = autotools include doc liba52 libao src vc++ test
-+SUBDIRS = autotools include liba52
++SUBDIRS = autotools include liba52 libao src
  
  EXTRA_DIST = HISTORY bootstrap
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4



Home | Main Index | Thread Index | Old Index