* Update to 0.97.0
* Add optional libdvdnav support [1] PR: 51208 [1] Submitted by: maintainer [1] Approved by: maintainer
This commit is contained in:
parent
87f2ecc94f
commit
240771f0cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79998
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= totem
|
||||
PORTVERSION= 0.96.0
|
||||
PORTVERSION= 0.97.0
|
||||
CATEGORIES= multimedia gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.96
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.97
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= hendrik@scholz.net
|
||||
@ -25,4 +25,20 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if exists(${LOCALBASE}/lib/libdvdnav.so)
|
||||
WITH_DVDNAV= yes
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DVDNAV)
|
||||
LIB_DEPENDS+= dvdnav.1:${PORTSDIR}/multimedia/libdvdnav
|
||||
.endif
|
||||
|
||||
.if !defined(WITH_DVDNAV)
|
||||
pre-everything::
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "You can enable DVD support by defining WITH_DVDNAV"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/totem-0.96.0.tar.bz2) = dbfe2180901e36e17f968b9c53ba9b1f
|
||||
MD5 (gnome2/totem-0.97.0.tar.bz2) = 7818c375247ce7d48cfb75ca585cae4d
|
||||
|
Loading…
Reference in New Issue
Block a user