diff options
author | veego <veego@pkgsrc.org> | 2001-12-10 19:49:46 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2001-12-10 19:49:46 +0000 |
commit | e05cf617099f03312d6e5779deb6d5b2634fcb2d (patch) | |
tree | e76bd7f7327bc29359a05186b512ea0511368199 /audio | |
parent | a5de71f0ad840f6f25c2bed91df97d626fea399e (diff) | |
download | pkgsrc-e05cf617099f03312d6e5779deb6d5b2634fcb2d.tar.gz |
liba52 is a free library for decoding ATSC A/52 streams. It is
released under the terms of the GPL license.
The A/52 standard is used in a variety of applications, including
digital television and DVD. It is also known as AC-three.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/liba52/DESCR | 4 | ||||
-rw-r--r-- | audio/liba52/Makefile | 21 | ||||
-rw-r--r-- | audio/liba52/PLIST | 10 | ||||
-rw-r--r-- | audio/liba52/distinfo | 9 | ||||
-rw-r--r-- | audio/liba52/patches/patch-aa | 16 | ||||
-rw-r--r-- | audio/liba52/patches/patch-ab | 10 | ||||
-rw-r--r-- | audio/liba52/patches/patch-ac | 22 | ||||
-rw-r--r-- | audio/liba52/patches/patch-ad | 9 | ||||
-rw-r--r-- | audio/liba52/patches/patch-ae | 13 |
9 files changed, 114 insertions, 0 deletions
diff --git a/audio/liba52/DESCR b/audio/liba52/DESCR new file mode 100644 index 00000000000..9768db999d6 --- /dev/null +++ b/audio/liba52/DESCR @@ -0,0 +1,4 @@ +liba52 is a free library for decoding ATSC A/52 streams. It is +released under the terms of the GPL license. +The A/52 standard is used in a variety of applications, including +digital television and DVD. It is also known as AC-three. diff --git a/audio/liba52/Makefile b/audio/liba52/Makefile new file mode 100644 index 00000000000..193acb1e015 --- /dev/null +++ b/audio/liba52/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/12/10 19:49:46 veego Exp $ +# + +DISTNAME= a52dec-0.7.1b +PKGNAME= ${DISTNAME:S/a52dec/liba52/} +CATEGORIES= audio +MASTER_SITES= http://liba52.sourceforge.net/files/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://liba52.sourceforge.net/ +COMMENT= free ATSC A/52 stream decoder library + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/autotools/ltconfig + +CONFIGURE_ARGS+= --disable-oss +CONFIGURE_ARGS+= --disable-mlib +CONFIGURE_ARGS+= --enable-shared + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/liba52/PLIST b/audio/liba52/PLIST new file mode 100644 index 00000000000..8ed1e6ef165 --- /dev/null +++ b/audio/liba52/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/12/10 19:49:46 veego Exp $ +include/a52dec/a52.h +include/a52dec/audio_out.h +include/a52dec/mm_accel.h +lib/liba52.a +lib/liba52.la +lib/liba52.so +lib/liba52.so.0 +lib/liba52.so.0.0 +@dirrm include/a52dec diff --git a/audio/liba52/distinfo b/audio/liba52/distinfo new file mode 100644 index 00000000000..5ce274cc1fb --- /dev/null +++ b/audio/liba52/distinfo @@ -0,0 +1,9 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/12/10 19:49:46 veego Exp $ + +SHA1 (a52dec-0.7.1b.tar.gz) = 3c46c3acaa922d4c1a246b7390a1c7d64eec5fc0 +Size (a52dec-0.7.1b.tar.gz) = 174184 bytes +SHA1 (patch-aa) = 441e8aa547200e8e32aeabb9a437837ced602b23 +SHA1 (patch-ab) = 50c7507e8a6dd532355377b6049864345beb35fb +SHA1 (patch-ac) = 7f527572156438deac3c6a77a2e631f68f9894d5 +SHA1 (patch-ad) = cba44f6e8cfcdfd8139f33dd84363cfa1bde7a62 +SHA1 (patch-ae) = 59f4c3c666b084e016edbb7efb09a12e217298ba diff --git a/audio/liba52/patches/patch-aa b/audio/liba52/patches/patch-aa new file mode 100644 index 00000000000..10fa083c0a9 --- /dev/null +++ b/audio/liba52/patches/patch-aa @@ -0,0 +1,16 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/12/10 19:49:46 veego Exp $ + +--- configure-orig Fri Aug 31 11:39:53 2001 ++++ configure Wed Oct 10 21:18:49 2001 +@@ -2663,6 +2663,11 @@ + #define LIBAO_SOLARIS + EOF + ;; ++ *-netbsd*) ++ cat >> confdefs.h <<\EOF ++#define LIBAO_SOLARIS ++EOF ++;; + esac + fi + diff --git a/audio/liba52/patches/patch-ab b/audio/liba52/patches/patch-ab new file mode 100644 index 00000000000..3acd3ba53aa --- /dev/null +++ b/audio/liba52/patches/patch-ab @@ -0,0 +1,10 @@ +$NetBSD: patch-ab,v 1.1.1.1 2001/12/10 19:49:46 veego Exp $ + +--- configure.in-orig Fri Aug 31 11:36:47 2001 ++++ configure.in Thu Oct 11 00:13:14 2001 +@@ -92,4 +92,4 @@ + + AC_C_ATTRIBUTE_ALIGNED + +-AC_OUTPUT(Makefile autotools/Makefile include/Makefile test/Makefile doc/Makefile src/Makefile liba52/Makefile libao/Makefile) ++AC_OUTPUT(Makefile autotools/Makefile include/Makefile liba52/Makefile) diff --git a/audio/liba52/patches/patch-ac b/audio/liba52/patches/patch-ac new file mode 100644 index 00000000000..8fb0affda89 --- /dev/null +++ b/audio/liba52/patches/patch-ac @@ -0,0 +1,22 @@ +$NetBSD: patch-ac,v 1.1.1.1 2001/12/10 19:49:46 veego Exp $ + +--- configure-orig Fri Aug 31 11:39:53 2001 ++++ configure Thu Oct 11 00:13:56 2001 +@@ -2857,7 +2857,7 @@ + ac_given_srcdir=$srcdir + ac_given_INSTALL="$INSTALL" + +-trap 'rm -fr `echo "Makefile autotools/Makefile include/Makefile test/Makefile doc/Makefile src/Makefile liba52/Makefile libao/Makefile include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 ++trap 'rm -fr `echo "Makefile autotools/Makefile include/Makefile liba52/Makefile include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 + EOF + cat >> $CONFIG_STATUS <<EOF + +@@ -2967,7 +2967,7 @@ + + cat >> $CONFIG_STATUS <<EOF + +-CONFIG_FILES=\${CONFIG_FILES-"Makefile autotools/Makefile include/Makefile test/Makefile doc/Makefile src/Makefile liba52/Makefile libao/Makefile"} ++CONFIG_FILES=\${CONFIG_FILES-"Makefile autotools/Makefile include/Makefile liba52/Makefile"} + EOF + cat >> $CONFIG_STATUS <<\EOF + for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then diff --git a/audio/liba52/patches/patch-ad b/audio/liba52/patches/patch-ad new file mode 100644 index 00000000000..89a4c437aee --- /dev/null +++ b/audio/liba52/patches/patch-ad @@ -0,0 +1,9 @@ +$NetBSD: patch-ad,v 1.1.1.1 2001/12/10 19:49:46 veego Exp $ + +--- Makefile.am-orig Wed Aug 15 20:36:52 2001 ++++ Makefile.am Thu Oct 11 00:15:31 2001 +@@ -1,3 +1,3 @@ +-SUBDIRS = autotools include doc liba52 libao src test ++SUBDIRS = autotools include liba52 + + EXTRA_DIST = bootstrap diff --git a/audio/liba52/patches/patch-ae b/audio/liba52/patches/patch-ae new file mode 100644 index 00000000000..aaba3f24550 --- /dev/null +++ b/audio/liba52/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1.1.1 2001/12/10 19:49:46 veego Exp $ + +--- Makefile.in-orig Fri Aug 31 11:40:06 2001 ++++ Makefile.in Thu Oct 11 00:15:42 2001 +@@ -72,7 +72,7 @@ + RANLIB = @RANLIB@ + VERSION = @VERSION@ + +-SUBDIRS = autotools include doc liba52 libao src test ++SUBDIRS = autotools include liba52 + + EXTRA_DIST = bootstrap + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |