diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-31 03:59:28 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-31 03:59:28 +0800 |
commit | 60e3bdff4f3c50cbc7f1ee65694b33dc15858a6f (patch) | |
tree | 763f0f76df2b195982504ab688b19ab2c5d2302c | |
parent | aaf509694f945636453ab7a62a71bd3a43256a23 (diff) | |
download | freebsd-ports-gnome-60e3bdff4f3c50cbc7f1ee65694b33dc15858a6f.tar.gz freebsd-ports-gnome-60e3bdff4f3c50cbc7f1ee65694b33dc15858a6f.tar.zst freebsd-ports-gnome-60e3bdff4f3c50cbc7f1ee65694b33dc15858a6f.zip |
- Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files
- Strip libraries
-rw-r--r-- | multimedia/xtheater/Makefile | 8 | ||||
-rw-r--r-- | multimedia/xtheater/pkg-plist | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/multimedia/xtheater/Makefile b/multimedia/xtheater/Makefile index 42fded014f18..6ca74b416039 100644 --- a/multimedia/xtheater/Makefile +++ b/multimedia/xtheater/Makefile @@ -3,7 +3,7 @@ PORTNAME= xtheater PORTVERSION= 1.0.0.p1 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/Xtheater/1.0.0-pre1 @@ -12,14 +12,12 @@ DISTNAME= Xtheater-${PORTVERSION:S/.p/-pre/} MAINTAINER= ports@FreeBSD.org COMMENT= MPEG-1 player in GTK+ capable of playing MPEG-1 format streams -LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg +LIB_DEPENDS= libsmpeg.so:${PORTSDIR}/multimedia/smpeg -USE_AUTOTOOLS= libtool USE_SDL= sdl -USE_BZIP2= yes USE_GNOME= gtk12 USE_GL= yes -USES= gmake +USES= gmake libtool tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gl diff --git a/multimedia/xtheater/pkg-plist b/multimedia/xtheater/pkg-plist index 1453aae47a4e..5dbcaf5d8ab5 100644 --- a/multimedia/xtheater/pkg-plist +++ b/multimedia/xtheater/pkg-plist @@ -1,10 +1,8 @@ bin/xtheater lib/Xtheater/config lib/Xtheater/player/libsmpeg.a -lib/Xtheater/player/libsmpeg.la lib/Xtheater/player/libsmpeg.so lib/Xtheater/ui/libgtkui.a -lib/Xtheater/ui/libgtkui.la lib/Xtheater/ui/libgtkui.so @dirrm lib/Xtheater/ui @dirrm lib/Xtheater/player |