- Update to 0.5.6
- Add USE_BZIP2 - Change the install process of PORTDOCS so it will not install Makefile 64979 Michael Johnson - Fix PLIST from ports/64979 - use PLIST_FILES
This commit is contained in:
parent
d821e98035
commit
aebe31c996
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105794
3 changed files with 7 additions and 11 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= vls
|
||||
PORTVERSION= 0.5.4
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.5.6
|
||||
CATEGORIES= net multimedia
|
||||
MASTER_SITES= http://download.videolan.org/pub/videolan/vls/${PORTVERSION}/
|
||||
|
||||
|
@ -20,6 +19,7 @@ LIB_DEPENDS+= dvdcss.2:${PORTSDIR}/multimedia/libdvdcss \
|
|||
dvdread.3:${PORTSDIR}/multimedia/libdvdread
|
||||
.endif
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
@ -29,18 +29,16 @@ CONFIGURE_ARGS+= --with-dvbpsi=${LOCALBASE}
|
|||
.if !defined(WITHOUT_DVD)
|
||||
CONFIGURE_ARGS+= --with-dvdcss=${LOCALBASE} \
|
||||
--with-dvdread=${LOCALBASE}
|
||||
PLIST_SUB+= WITHDVD=""
|
||||
PLIST_FILES+= lib/videolan/vls/dvdreader.so
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-dvd
|
||||
PLIST_SUB+= WITHDVD="@comment "
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${MKDIR} ${DOCSDIR}/developer
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/vls-guide.sgml ${DOCSDIR}/
|
||||
${CP} -pR ${WRKSRC}/doc/developer ${DOCSDIR}/
|
||||
${CP} -pR ${WRKSRC}/doc/developer/*.* ${DOCSDIR}/developer/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (vls-0.5.4.tar.gz) = 04ca71ab3261404c3dc2db7a8b32f763
|
||||
SIZE (vls-0.5.4.tar.gz) = 667232
|
||||
MD5 (vls-0.5.6.tar.bz2) = d0ea58be825bb9e1848c4362c52c9b2c
|
||||
SIZE (vls-0.5.6.tar.bz2) = 714264
|
||||
|
|
|
@ -1,13 +1,11 @@
|
|||
bin/vls
|
||||
bin/vlsd
|
||||
etc/videolan/vls/vls.cfg-dist
|
||||
%%WITHDVD%%lib/videolan/vls/dvdreader.so
|
||||
@dirrm lib/videolan/vls
|
||||
@dirrm lib/videolan
|
||||
@dirrm etc/videolan/vls
|
||||
@dirrm etc/videolan
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/vls-guide.sgml
|
||||
%%PORTDOCS%%%%DOCSDIR%%/developer/3parts.sgml
|
||||
%%PORTDOCS%%%%DOCSDIR%%/developer/architecture.dia
|
||||
%%PORTDOCS%%%%DOCSDIR%%/developer/architecture.eps
|
||||
|
|
Loading…
Reference in a new issue