summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-04-26 05:50:30 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-04-26 05:50:30 +0800
commit2b608721e2fd69f2fc28c7008c659631151c6c30 (patch)
tree5e7f2711e53044a74894c948fad581a0f0bb351a /multimedia
parentf1dc3ed5c7ca488602e7722513cc7b3cb79a3f96 (diff)
downloadmarcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar
marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.gz
marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.bz2
marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.lz
marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.xz
marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.zst
marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.zip
Switch to USES=libtool:keepla for now. While I rather want to ditch .la files
I think we need to keep em a cycle. So that other ports have a chance to update there .la files not to record dependancies .la files. sprinkle some USE_AUTOTOOLS=libtool -> libtoolize. This will give us base libtool (ltmain.sh and libtool.m4) files. But doesn't depend on ${LOCALBASE}/bin/libtool INSTALL_TARGET=install-strip and misc smaller cleanups. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19578 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/cheese/Makefile2
-rw-r--r--multimedia/clutter-gst/Makefile11
-rw-r--r--multimedia/clutter-gst/pkg-plist3
-rw-r--r--multimedia/totem-pl-parser/Makefile2
4 files changed, 7 insertions, 11 deletions
diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile
index a3d3fb999..b35104916 100644
--- a/multimedia/cheese/Makefile
+++ b/multimedia/cheese/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \
libclutter-gst-2.0.so:${PORTSDIR}/multimedia/clutter-gst
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-video-effects.pc:${PORTSDIR}/graphics/gnome-video-effects
-USES= gettext gmake libtool pathfix pkgconfig tar:xz
+USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz
USE_GNOME= gnomeprefix intlhack evolutiondataserver3 librsvg2 \
gnomedesktop3 libxml2:build introspection:build
USE_XORG= xxf86vm x11
diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile
index b3b4fb2d4..e664f9345 100644
--- a/multimedia/clutter-gst/Makefile
+++ b/multimedia/clutter-gst/Makefile
@@ -12,9 +12,9 @@ COMMENT= Clutter GStreamer integration
LIB_DEPENDS= libclutter-1.0.so:${PORTSDIR}/graphics/clutter
-USES= gmake pathfix pkgconfig tar:xz
-USE_GNOME= introspection gnomehier gnomeprefix ltverhack
-USE_AUTOTOOLS= libtool
+USES= gmake libtool:keepla pathfix pkgconfig tar:xz
+USE_GNOME= introspection gnomehier gnomeprefix
+GNU_CONFIGURE= yes
USE_GL= gl
USE_GSTREAMER1= yes
USE_XORG= xp x11
@@ -23,9 +23,6 @@ MAKE_ENV= XDG_CACHE_HOME=${WRKDIR}
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gstreamer-1.0/libgstclutter.so
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libclutter-gst-2.0.so.0
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>
diff --git a/multimedia/clutter-gst/pkg-plist b/multimedia/clutter-gst/pkg-plist
index 41b2b7b4d..e2d40f03e 100644
--- a/multimedia/clutter-gst/pkg-plist
+++ b/multimedia/clutter-gst/pkg-plist
@@ -7,13 +7,12 @@ include/clutter-gst-2.0/clutter-gst/clutter-gst-video-sink.h
include/clutter-gst-2.0/clutter-gst/clutter-gst-video-texture.h
include/clutter-gst-2.0/clutter-gst/clutter-gst.h
lib/girepository-1.0/ClutterGst-2.0.typelib
-lib/gstreamer-1.0/libgstclutter.a
lib/gstreamer-1.0/libgstclutter.la
lib/gstreamer-1.0/libgstclutter.so
-lib/libclutter-gst-2.0.a
lib/libclutter-gst-2.0.la
lib/libclutter-gst-2.0.so
lib/libclutter-gst-2.0.so.0
+lib/libclutter-gst-2.0.so.0.10.0
libdata/pkgconfig/clutter-gst-2.0.pc
%%DOCSDIR%%/ClutterGstPlayer.html
%%DOCSDIR%%/ClutterGstVideoSink.html
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile
index bb7175229..f71d86788 100644
--- a/multimedia/totem-pl-parser/Makefile
+++ b/multimedia/totem-pl-parser/Makefile
@@ -14,7 +14,7 @@ COMMENT= GObject-based library to parse a host of playlist formats
LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \
libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
-USES= gettext gmake libtool pathfix pkgconfig tar:xz
+USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz
USE_GNOME= glib20 gnomehier gnomeprefix intlhack introspection:build \
libxml2
USE_LDCONFIG= yes