diff options
author | agc <agc> | 2004-06-20 19:32:24 +0000 |
---|---|---|
committer | agc <agc> | 2004-06-20 19:32:24 +0000 |
commit | 52b9125664ff8bc49f0d97a652a06d7b96aecddf (patch) | |
tree | cb938e045a117d298be78813ef4e3ffc36ebd440 /multimedia | |
parent | dadf72a64d0333a8e7c13f98592dbf7bf15e9d3d (diff) | |
download | pkgsrc-52b9125664ff8bc49f0d97a652a06d7b96aecddf.tar.gz |
On second thoughts, let's use the gst-plugins-mad package in the audio category.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 3 | ||||
-rw-r--r-- | multimedia/gst-plugins-mad/DESCR | 9 | ||||
-rw-r--r-- | multimedia/gst-plugins-mad/Makefile | 12 | ||||
-rw-r--r-- | multimedia/gst-plugins-mad/PLIST | 5 | ||||
-rw-r--r-- | multimedia/gst-plugins-mad/buildlink3.mk | 35 |
5 files changed, 1 insertions, 63 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 6b24bd756b1..3c4c49147e2 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2004/06/20 19:26:41 agc Exp $ +# $NetBSD: Makefile,v 1.48 2004/06/20 19:32:24 agc Exp $ # COMMENT= Multimedia utilities @@ -21,7 +21,6 @@ SUBDIR+= gst-player SUBDIR+= gst-plugins SUBDIR+= gst-plugins-dvdnav SUBDIR+= gst-plugins-dvdread -SUBDIR+= gst-plugins-mad SUBDIR+= gst-plugins-mpeg2dec SUBDIR+= gst-plugins-ogg SUBDIR+= gst-plugins-theora diff --git a/multimedia/gst-plugins-mad/DESCR b/multimedia/gst-plugins-mad/DESCR deleted file mode 100644 index 02e580afc91..00000000000 --- a/multimedia/gst-plugins-mad/DESCR +++ /dev/null @@ -1,9 +0,0 @@ -GStreamer is a library that allows the construction of graphs of -media-handling components, ranging from simple mp3 playback to complex -audio (mixing) and video (non-linear editing) processing. - -Applications can take advantage of advances in codec and filter technology -transparently. Developers can add new codecs and filters by writing a -simple plugin with a clean, generic interface. - -This package provides the mad plugin for GStreamer. diff --git a/multimedia/gst-plugins-mad/Makefile b/multimedia/gst-plugins-mad/Makefile deleted file mode 100644 index 35ef67101a4..00000000000 --- a/multimedia/gst-plugins-mad/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/06/20 19:25:49 agc Exp $ -# - -GST_PLUGINS_NAME= mad -GST_PLUGINS_DIR= ext/mad - -.include "../../multimedia/gst-plugins/Makefile.common" - -.include "../../audio/libid3tag/buildlink3.mk" -.include "../../audio/libmad/buildlink3.mk" - -.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst-plugins-mad/PLIST b/multimedia/gst-plugins-mad/PLIST deleted file mode 100644 index ec4d1adae74..00000000000 --- a/multimedia/gst-plugins-mad/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/20 19:25:49 agc Exp $ -lib/gstreamer-0.8/libgstmad.a -lib/gstreamer-0.8/libgstmad.la -lib/gstreamer-0.8/libgstmad.so -@comment in gstreamer: @dirrm lib/gstreamer-0.8 diff --git a/multimedia/gst-plugins-mad/buildlink3.mk b/multimedia/gst-plugins-mad/buildlink3.mk deleted file mode 100644 index 4fd1a1f0e2a..00000000000 --- a/multimedia/gst-plugins-mad/buildlink3.mk +++ /dev/null @@ -1,35 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/06/20 19:25:49 agc Exp $ -# XXX -# XXX This file was created automatically using createbuildlink-3.4. -# XXX After this file as been verified as correct, the comment lines -# XXX beginning with "XXX" should be removed. Please do not commit -# XXX unverified buildlink[23].mk files. -# XXX -# XXX Packages that only install static libraries or headers should -# XXX include the following line: -# XXX -# XXX BUILDLINK_DEPMETHOD.gst-plugins-mad?= build - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ -GST_PLUGINS_MAD_BUILDLINK3_MK:= ${GST_PLUGINS_MAD_BUILDLINK3_MK}+ - -.if !empty(BUILDLINK_DEPTH:M+) -BUILDLINK_DEPENDS+= gst-plugins-mad -.endif - -BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngst-plugins-mad} -BUILDLINK_PACKAGES+= gst-plugins-mad - -.if !empty(GST_PLUGINS_MAD_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.gst-plugins-mad+= gst-plugins-mad>=0.8.1 -BUILDLINK_PKGSRCDIR.gst-plugins-mad?= ../../multimedia/gst-plugins-mad -.endif # GST_PLUGINS_MAD_BUILDLINK3_MK - -.include "../../audio/libid3tag/buildlink3.mk" -.include "../../audio/libmad/buildlink3.mk" -.include "../../multimedia/gst-plugins/buildlink3.mk" -.include "../../converters/libiconv/buildlink3.mk" -.include "../../devel/gettext-lib/buildlink3.mk" -.include "../../devel/glib2/buildlink3.mk" - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |