mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax - Switch to USES=libtool, drop .la files - Strip libraries
This commit is contained in:
parent
3dfb17425b
commit
d03388cc06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355904
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user