diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-12-22 23:31:33 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-12-22 23:31:33 +0000 |
commit | 2a080b9e743a3b1c1d4d3ef18309b3c9e08ebe19 (patch) | |
tree | f62fd0f343f83bf1388d984dd923de730bf9eb3c | |
parent | Revive gstreamer-plugins-mpeg2enc (diff) |
Add support for gstreamer-plugins-spc
-rw-r--r-- | multimedia/gstreamer-plugins-bad/files/patch-ext-spc-gstspc.h | 11 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 4 |
2 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-bad/files/patch-ext-spc-gstspc.h b/multimedia/gstreamer-plugins-bad/files/patch-ext-spc-gstspc.h new file mode 100644 index 000000000000..3badde73c573 --- /dev/null +++ b/multimedia/gstreamer-plugins-bad/files/patch-ext-spc-gstspc.h @@ -0,0 +1,11 @@ +--- ext/spc/gstspc.h.orig Fri Dec 22 18:28:46 2006 ++++ ext/spc/gstspc.h Fri Dec 22 18:28:15 2006 +@@ -22,7 +22,7 @@ + + #include <gst/gst.h> + +-#include <openspc.h> ++#include <OpenSPC.h> + + G_BEGIN_DECLS + diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 1430740b42ee..29b55df57286 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -312,6 +312,10 @@ gst_sidplay_PLIST_FILES= ${GST_LIB_DIR}/libgstsid.so \ ${GST_LIB_DIR}/libgstsid.la gst_sidplay_DIST= ugly +# spc +gst_spc_LIB_DEPENDS+= OpenSPC.3:${PORTSDIR}/audio/openspc +gst_spc_DIST= bad + # speex gst_speex_LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex |