diff options
author | snj <snj@pkgsrc.org> | 2009-03-05 22:46:21 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2009-03-05 22:46:21 +0000 |
commit | 712298fabba8031d55dc76c64efa14a404ea3f19 (patch) | |
tree | c7bbc86ef851311e912457e4aa26ae8fee911a5a /audio/gst-plugins0.8-esound | |
parent | be29a013ea8c3f3e10afa954ecfe78ed62dbe3b0 (diff) | |
download | pkgsrc-712298fabba8031d55dc76c64efa14a404ea3f19.tar.gz |
Say goodbye to gstreamer-0.8 and its friends.
Diffstat (limited to 'audio/gst-plugins0.8-esound')
-rw-r--r-- | audio/gst-plugins0.8-esound/DESCR | 10 | ||||
-rw-r--r-- | audio/gst-plugins0.8-esound/Makefile | 14 | ||||
-rw-r--r-- | audio/gst-plugins0.8-esound/PLIST | 3 | ||||
-rw-r--r-- | audio/gst-plugins0.8-esound/buildlink3.mk | 26 |
4 files changed, 0 insertions, 53 deletions
diff --git a/audio/gst-plugins0.8-esound/DESCR b/audio/gst-plugins0.8-esound/DESCR deleted file mode 100644 index 3da90ca7152..00000000000 --- a/audio/gst-plugins0.8-esound/DESCR +++ /dev/null @@ -1,10 +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 esound plugin for GStreamer, which allows playback -and recording of sound through the Enlightened Sound Daemon. diff --git a/audio/gst-plugins0.8-esound/Makefile b/audio/gst-plugins0.8-esound/Makefile deleted file mode 100644 index e70ab99ca58..00000000000 --- a/audio/gst-plugins0.8-esound/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:06 joerg Exp $ -# - -GST_PLUGINS0.8_NAME= esound -GST_PLUGINS0.8_DIR= ext/esd -GST_PLUGINS0.8_FLAG= esd - -PKG_DESTDIR_SUPPORT= user-destdir - -.include "../../multimedia/gst-plugins0.8/Makefile.common" -PKGREVISION= 6 - -.include "../../audio/esound/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins0.8-esound/PLIST b/audio/gst-plugins0.8-esound/PLIST deleted file mode 100644 index f0f709d34b1..00000000000 --- a/audio/gst-plugins0.8-esound/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2006/01/18 12:44:01 jmmv Exp $ -lib/gstreamer-0.8/libgstesd.la -@comment in gstreamer0.8: @dirrm lib/gstreamer-0.8 diff --git a/audio/gst-plugins0.8-esound/buildlink3.mk b/audio/gst-plugins0.8-esound/buildlink3.mk deleted file mode 100644 index 94b4f6bcce6..00000000000 --- a/audio/gst-plugins0.8-esound/buildlink3.mk +++ /dev/null @@ -1,26 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.9 2008/03/06 14:53:48 wiz Exp $ - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ -GST_PLUGINS0.8_ESOUND_BUILDLINK3_MK:= ${GST_PLUGINS0.8_ESOUND_BUILDLINK3_MK}+ - -.if !empty(BUILDLINK_DEPTH:M+) -BUILDLINK_DEPENDS+= gst-plugins0.8-esound -.endif - -BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngst-plugins0.8-esound} -BUILDLINK_PACKAGES+= gst-plugins0.8-esound -BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}gst-plugins0.8-esound - -.if !empty(GST_PLUGINS0.8_ESOUND_BUILDLINK3_MK:M+) -BUILDLINK_API_DEPENDS.gst-plugins0.8-esound+= gst-plugins0.8-esound>=0.8.11 -BUILDLINK_ABI_DEPENDS.gst-plugins0.8-esound?= gst-plugins0.8-esound>=0.8.11nb6 -BUILDLINK_PKGSRCDIR.gst-plugins0.8-esound?= ../../audio/gst-plugins0.8-esound -.endif # GST_PLUGINS0.8_ESOUND_BUILDLINK3_MK - -.include "../../audio/esound/buildlink3.mk" -.include "../../multimedia/gst-plugins0.8/buildlink3.mk" -.include "../../converters/libiconv/buildlink3.mk" -.include "../../devel/gettext-lib/buildlink3.mk" -.include "../../devel/glib2/buildlink3.mk" - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |