summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristos <christos@pkgsrc.org>2001-08-04 00:10:56 +0000
committerchristos <christos@pkgsrc.org>2001-08-04 00:10:56 +0000
commit33d5f87cd4b027c69e7fa9640fb6aaffe15d142e (patch)
treec1e31ea423c2959a1848e8e15f4ff69d34c01a49
parentf0aca6ea72475c7b257d3743922b47f0836eaa05 (diff)
downloadpkgsrc-33d5f87cd4b027c69e7fa9640fb6aaffe15d142e.tar.gz
remove package (requested by Dolby Laboratories)
-rw-r--r--audio/Makefile3
-rw-r--r--audio/ac3dec/Makefile20
-rw-r--r--audio/ac3dec/distinfo9
-rw-r--r--audio/ac3dec/patches/patch-aa78
-rw-r--r--audio/ac3dec/patches/patch-ab31
-rw-r--r--audio/ac3dec/patches/patch-ac12
-rw-r--r--audio/ac3dec/patches/patch-ad13
-rw-r--r--audio/ac3dec/patches/patch-ae13
-rw-r--r--audio/ac3dec/pkg/DESCR8
-rw-r--r--audio/ac3dec/pkg/PLIST6
10 files changed, 1 insertions, 192 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 09cf9cfff07..02c87a5c5ab 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.105 2001/08/02 18:28:21 drochner Exp $
+# $NetBSD: Makefile,v 1.106 2001/08/04 00:10:56 christos Exp $
#
COMMENT= Audio tools
-SUBDIR+= ac3dec
SUBDIR+= amp
SUBDIR+= audacity
SUBDIR+= aumix
diff --git a/audio/ac3dec/Makefile b/audio/ac3dec/Makefile
deleted file mode 100644
index d7ab1328093..00000000000
--- a/audio/ac3dec/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2001/07/16 10:38:19 jlam Exp $
-#
-
-DISTNAME= ac3dec-0.6.1
-CATEGORIES= audio
-MASTER_SITES= http://gusnet.cx/aaron/codecs/tarballs/
-
-MAINTAINER= David Maxwell <david@fundy.ca>
-HOMEPAGE= http://ess.engr.uvic.ca/~aholtzma/ac3/
-COMMENT= ac3 audio (as used on DVDs) decoding tools
-
-USE_BUILDLINK_ONLY= yes
-GNU_CONFIGURE= yes
-
-post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ac3dec
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ac3dec
- ${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/ac3dec
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/audio/ac3dec/distinfo b/audio/ac3dec/distinfo
deleted file mode 100644
index bd41fe021c0..00000000000
--- a/audio/ac3dec/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: distinfo,v 1.3 2001/07/16 10:38:19 jlam Exp $
-
-SHA1 (ac3dec-0.6.1.tar.gz) = 5c3315a58425be508bfbf076054e636451b685fd
-Size (ac3dec-0.6.1.tar.gz) = 84978 bytes
-SHA1 (patch-aa) = acacbad8d198c4597207a443864456fb32567dc3
-SHA1 (patch-ab) = 85dd077ffc2cc648e4479b43d3c671a4c278fa70
-SHA1 (patch-ac) = 2f0997ad1e9135d213c3f882b55be59e86b05325
-SHA1 (patch-ad) = 0939a029b1baf873de37af01cd4ee0c8005c31a4
-SHA1 (patch-ae) = 0dec65db77e2eeceb7a0b37858d7b31825010b74
diff --git a/audio/ac3dec/patches/patch-aa b/audio/ac3dec/patches/patch-aa
deleted file mode 100644
index 0ed52511827..00000000000
--- a/audio/ac3dec/patches/patch-aa
+++ /dev/null
@@ -1,78 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2001/01/08 00:22:00 mycroft Exp $
-
---- configure.orig Thu Mar 30 00:51:49 2000
-+++ configure Mon Jan 8 00:20:13 2001
-@@ -1211,72 +1211,12 @@
- fi
-
-
--echo $ac_n "checking for _oss_ioctl in -lossaudio""... $ac_c" 1>&6
--echo "configure:1216: checking for _oss_ioctl in -lossaudio" >&5
--ac_lib_var=`echo ossaudio'_'_oss_ioctl | sed 'y%./+-%__p_%'`
--if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
-- ac_save_LIBS="$LIBS"
--LIBS="-lossaudio $LIBS"
--cat > conftest.$ac_ext <<EOF
--#line 1224 "configure"
--#include "confdefs.h"
--/* Override any gcc2 internal prototype to avoid an error. */
--/* We use char because int might match the return type of a gcc2
-- builtin and then its argument prototype would still apply. */
--char _oss_ioctl();
--
--int main() {
--_oss_ioctl()
--; return 0; }
--EOF
--if { (eval echo configure:1235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=yes"
--else
-- echo "configure: failed program was:" >&5
-- cat conftest.$ac_ext >&5
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=no"
--fi
--rm -f conftest*
--LIBS="$ac_save_LIBS"
--
--fi
--if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-- echo "$ac_t""yes" 1>&6
-- LIBS="$LIBS -lossaudio"
--else
-- echo "$ac_t""no" 1>&6
--fi
--
--
- case "$host" in
- *-linux*) rm -f output.c; ln -s output_linux.c output.c;;
-+*-netbsd*) rm -f output.c; ln -s output_solaris.c output.c;;
- *-openbsd*|*-freebsd*) rm -f output.c; ln -s output_linux.c output.c;;
- *-irix*) rm -f output.c; ln -s output_irix.c output.c;;
- *-solaris*) rm -f output.c; ln -s output_solaris.c output.c;;
--*) echo "$host is not currently supported by ac3dec"; exit 1;;
--esac
--
--case "$host" in
--i?86-*) cat >> confdefs.h <<\EOF
--#define __i386__ 1
--EOF
--;;
--alpha*-*) cat >> confdefs.h <<\EOF
--#define __alpha__ 1
--EOF
--;;
--sparc-*) cat >> confdefs.h <<\EOF
--#define __sparc__ 1
--EOF
--;;
--ppc-*) cat >> confdefs.h <<\EOF
--#define __ppc__ 1
--EOF
--;;
- *) echo "$host is not currently supported by ac3dec"; exit 1;;
- esac
-
diff --git a/audio/ac3dec/patches/patch-ab b/audio/ac3dec/patches/patch-ab
deleted file mode 100644
index b3e43e8e89d..00000000000
--- a/audio/ac3dec/patches/patch-ab
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2001/01/08 00:22:00 mycroft Exp $
-
---- output_solaris.c.orig Thu Mar 30 00:51:24 2000
-+++ output_solaris.c Mon Jan 8 00:16:44 2001
-@@ -34,12 +34,13 @@
- #include <fcntl.h>
- #include <sys/audioio.h>
- #include <sys/ioctl.h>
--#include <stropts.h>
- #include <signal.h>
- #include <math.h>
-
-+#ifndef __NetBSD__
- //FIXME broken solaris headers!
- int usleep(unsigned int useconds);
-+#endif
-
-
- //this sux...types should go in config.h methinks
-@@ -79,7 +80,11 @@
- info.play.sample_rate = rate;
- info.play.precision = bits;
- info.play.channels = channels;
-+#ifndef __NetBSD__
- info.play.buffer_size = 1024;
-+#else
-+ info.blocksize = 1024;
-+#endif
- info.play.encoding = AUDIO_ENCODING_LINEAR;
- //info.play.port = AUDIO_SPEAKER;
- //info.play.gain = 110;
diff --git a/audio/ac3dec/patches/patch-ac b/audio/ac3dec/patches/patch-ac
deleted file mode 100644
index 5ccfafa5689..00000000000
--- a/audio/ac3dec/patches/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2000/09/26 03:08:32 hubertf Exp $
-
---- libac3/bitstream.c.orig Mon Sep 25 23:05:02 2000
-+++ libac3/bitstream.c
-@@ -23,6 +23,7 @@
-
- #include <stdlib.h>
- #include <stdio.h>
-+#include <string.h>
-
- #include "ac3.h"
- #include "ac3_internal.h"
diff --git a/audio/ac3dec/patches/patch-ad b/audio/ac3dec/patches/patch-ad
deleted file mode 100644
index edf6df409d8..00000000000
--- a/audio/ac3dec/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2001/07/16 10:38:19 jlam Exp $
-
---- Makefile.in.orig Wed Mar 29 19:55:23 2000
-+++ Makefile.in
-@@ -70,7 +70,7 @@
-
- AUTOMAKE_OPTIONS = 1.3 foreign
-
--CFLAGS = -Wall -Werror -O3 -g
-+#CFLAGS = -Wall -Werror -O3 -g
-
- bin_PROGRAMS = ac3dec
-
diff --git a/audio/ac3dec/patches/patch-ae b/audio/ac3dec/patches/patch-ae
deleted file mode 100644
index c2311f35ec9..00000000000
--- a/audio/ac3dec/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2001/07/16 10:38:20 jlam Exp $
-
---- libac3/Makefile.in.orig Wed Mar 29 19:55:28 2000
-+++ libac3/Makefile.in
-@@ -70,7 +70,7 @@
-
- AUTOMAKE_OPTIONS = 1.3 foreign
-
--CFLAGS = -Wall -Werror -O1 -g
-+#CFLAGS = -Wall -Werror -O1 -g
-
- noinst_LIBRARIES = libac3.a
-
diff --git a/audio/ac3dec/pkg/DESCR b/audio/ac3dec/pkg/DESCR
deleted file mode 100644
index d064a86ce63..00000000000
--- a/audio/ac3dec/pkg/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
------------------------- From the README file ------------------------
-This software is completely useless to 99.99 percent of users
-out there. It is mostly of use to those interested in audio
-coding research and evaluating codecs. It could theoretically
-be used as a portion of a DVD playback system for unix systems.
-There are issues with DVD encryption and licensing that need to be
-resolved however.
----------------------------- End of quote ----------------------------
diff --git a/audio/ac3dec/pkg/PLIST b/audio/ac3dec/pkg/PLIST
deleted file mode 100644
index 9be5d5eb446..00000000000
--- a/audio/ac3dec/pkg/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2000/04/06 15:42:42 wiz Exp $
-bin/ac3dec
-bin/extract_ac3
-share/doc/ac3dec/README
-share/doc/ac3dec/TODO
-@dirrm share/doc/ac3dec