diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-15 13:44:15 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-15 13:44:15 +0800 |
commit | 6e56d6a5ebeee89e690668e1d98ef1a1c9b21101 (patch) | |
tree | a33621e2b1a7ab9bed73e6e170d51aced1189a43 /multimedia/gstreamer-plugins80/files/patch-ext_libcaca_Makefile.in | |
parent | d21e4ffb56bfe8a6115c626e06dbb815b771d03b (diff) | |
download | marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.gz marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.bz2 marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.lz marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.xz marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.zst marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.zip |
Massive import of gstreamer-plugins
This is gstreamer-plugins with each plugin in its own separate port.
Includes bsd.gstreamer.mk so ports can use the following examples
WANT_GSTREAMER= yes
.include <bsd.port.pre.mk>
.if defined(WITH_VORBIS)
USE_GSTREAMER+= vorbis
.endif
or
USE_GSTREAMER= yes
.include <bsd.port.pre.mk>
.if defined(WITH_FAAD)
USE_GSTREAMER+= faad
.endif
USE_GSTREAMER=yes will always install multimedia/gstreamer-plugins
WITH_GSTREAMER=yes will only include bsd.gstreamer.mk for use after bsd.port.pre.mk
Approved by: marcus
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3061 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins80/files/patch-ext_libcaca_Makefile.in')
-rw-r--r-- | multimedia/gstreamer-plugins80/files/patch-ext_libcaca_Makefile.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins80/files/patch-ext_libcaca_Makefile.in b/multimedia/gstreamer-plugins80/files/patch-ext_libcaca_Makefile.in new file mode 100644 index 000000000..0ee53a92e --- /dev/null +++ b/multimedia/gstreamer-plugins80/files/patch-ext_libcaca_Makefile.in @@ -0,0 +1,23 @@ +--- ext/libcaca/Makefile.in.orig Mon Oct 4 00:07:18 2004 ++++ ext/libcaca/Makefile.in Mon Oct 4 00:07:59 2004 +@@ -76,8 +76,7 @@ + pluginLTLIBRARIES_INSTALL = $(INSTALL) + LTLIBRARIES = $(plugin_LTLIBRARIES) + am__DEPENDENCIES_1 = +-libgstcacasink_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +- $(top_builddir)/gst-libs/gst/libgstinterfaces-$(GST_MAJORMINOR).la ++libgstcacasink_la_DEPENDENCIES = $(am__DEPENDENCIES_1) + am_libgstcacasink_la_OBJECTS = libgstcacasink_la-gstcacasink.lo + libgstcacasink_la_OBJECTS = $(am_libgstcacasink_la_OBJECTS) + DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +@@ -616,9 +615,7 @@ + plugin_LTLIBRARIES = libgstcacasink.la + libgstcacasink_la_SOURCES = gstcacasink.c + libgstcacasink_la_CFLAGS = $(GST_CFLAGS) $(LIBCACA_CFLAGS) +-libgstcacasink_la_LIBADD = $(LIBCACA_LIBS) \ +- $(top_builddir)/gst-libs/gst/libgstinterfaces-$(GST_MAJORMINOR).la +- ++libgstcacasink_la_LIBADD = $(LIBCACA_LIBS) -lgstinterfaces-%%VERSION%% + libgstcacasink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + noinst_HEADERS = gstcacasink.h + all: all-am |