svn commit: r354444 - head/graphics/swfdec
Tijl Coosemans
tijl at FreeBSD.org
Sun May 18 17:25:19 UTC 2014
Author: tijl
Date: Sun May 18 17:25:18 2014
New Revision: 354444
URL: http://svnweb.freebsd.org/changeset/ports/354444
QAT: https://qat.redports.org/buildarchive/r354444/
Log:
- USES=libtool.
- INSTALL_TARGET=install-strip.
Modified:
head/graphics/swfdec/Makefile
head/graphics/swfdec/pkg-plist
Modified: head/graphics/swfdec/Makefile
==============================================================================
--- head/graphics/swfdec/Makefile Sun May 18 17:21:11 2014 (r354443)
+++ head/graphics/swfdec/Makefile Sun May 18 17:25:18 2014 (r354444)
@@ -4,7 +4,7 @@
PORTNAME= swfdec
PORTVERSION= 0.8.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec/0.8/
@@ -14,11 +14,12 @@ COMMENT= Flash Rendering Library
LIB_DEPENDS= liboil-0.3.so:${PORTSDIR}/devel/liboil \
libsoup-2.4.so:${PORTSDIR}/devel/libsoup
-USES= pkgconfig pathfix
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
-USE_GNOME= gtk20 ltverhack
+USE_GNOME= gtk20
USE_GSTREAMER= core good mp3 ffmpeg
-USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -Wl,-Bsymbolic -L${LOCALBASE}/lib
@@ -27,7 +28,7 @@ PLIST_SUB= VERSION=${PORTVERSION:R}
OPTIONS_DEFINE= PULSEAUDIO
PULSEAUDIO_DESC="Enable the PulseAudio sound module"
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPULSEAUDIO}
LIB_DEPENDS+= libpulse.so:${PORTSDIR}/audio/pulseaudio
@@ -44,8 +45,4 @@ post-patch:
${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \
${WRKSRC}/configure
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libswfdec-${PORTVERSION:R}.so.0
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libswfdec-gtk-${PORTVERSION:R}.so.0
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/graphics/swfdec/pkg-plist
==============================================================================
--- head/graphics/swfdec/pkg-plist Sun May 18 17:21:11 2014 (r354443)
+++ head/graphics/swfdec/pkg-plist Sun May 18 17:25:18 2014 (r354444)
@@ -32,13 +32,13 @@ include/swfdec-%%VERSION%%/swfdec/swfdec
include/swfdec-%%VERSION%%/swfdec/swfdec_url.h
include/swfdec-%%VERSION%%/swfdec/swfdec_version.h
lib/libswfdec-%%VERSION%%.a
-lib/libswfdec-%%VERSION%%.la
lib/libswfdec-%%VERSION%%.so
lib/libswfdec-%%VERSION%%.so.0
+lib/libswfdec-%%VERSION%%.so.0.0.0
lib/libswfdec-gtk-%%VERSION%%.a
-lib/libswfdec-gtk-%%VERSION%%.la
lib/libswfdec-gtk-%%VERSION%%.so
lib/libswfdec-gtk-%%VERSION%%.so.0
+lib/libswfdec-gtk-%%VERSION%%.so.0.0.0
libdata/pkgconfig/swfdec-%%VERSION%%.pc
libdata/pkgconfig/swfdec-gtk-%%VERSION%%.pc
share/gtk-doc/html/swfdec/SwfdecAsArray.html
More information about the svn-ports-all
mailing list