svn commit: r355904 - head/multimedia/xtheater

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 30 19:59:28 UTC 2014


Author: amdmi3
Date: Fri May 30 19:59:28 2014
New Revision: 355904
URL: http://svnweb.freebsd.org/changeset/ports/355904
QAT: https://qat.redports.org/buildarchive/r355904/

Log:
  - Convert USE_BZIP2 to USES
  - Use new LIB_DEPENDS syntax
  - Switch to USES=libtool, drop .la files
  - Strip libraries

Modified:
  head/multimedia/xtheater/Makefile
  head/multimedia/xtheater/pkg-plist

Modified: head/multimedia/xtheater/Makefile
==============================================================================
--- head/multimedia/xtheater/Makefile	Fri May 30 19:37:57 2014	(r355903)
+++ head/multimedia/xtheater/Makefile	Fri May 30 19:59:28 2014	(r355904)
@@ -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/-p
 MAINTAINER=	ports at 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
 

Modified: head/multimedia/xtheater/pkg-plist
==============================================================================
--- head/multimedia/xtheater/pkg-plist	Fri May 30 19:37:57 2014	(r355903)
+++ head/multimedia/xtheater/pkg-plist	Fri May 30 19:59:28 2014	(r355904)
@@ -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


More information about the svn-ports-all mailing list