mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
- 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
|
PORTNAME= vls
|
||||||
PORTVERSION= 0.5.4
|
PORTVERSION= 0.5.6
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= net multimedia
|
CATEGORIES= net multimedia
|
||||||
MASTER_SITES= http://download.videolan.org/pub/videolan/vls/${PORTVERSION}/
|
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
|
dvdread.3:${PORTSDIR}/multimedia/libdvdread
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
@ -29,18 +29,16 @@ CONFIGURE_ARGS+= --with-dvbpsi=${LOCALBASE}
|
||||||
.if !defined(WITHOUT_DVD)
|
.if !defined(WITHOUT_DVD)
|
||||||
CONFIGURE_ARGS+= --with-dvdcss=${LOCALBASE} \
|
CONFIGURE_ARGS+= --with-dvdcss=${LOCALBASE} \
|
||||||
--with-dvdread=${LOCALBASE}
|
--with-dvdread=${LOCALBASE}
|
||||||
PLIST_SUB+= WITHDVD=""
|
PLIST_FILES+= lib/videolan/vls/dvdreader.so
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+= --disable-dvd
|
CONFIGURE_ARGS+= --disable-dvd
|
||||||
PLIST_SUB+= WITHDVD="@comment "
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
pre-install:
|
pre-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${DOCSDIR}
|
${MKDIR} ${DOCSDIR}/developer
|
||||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
|
||||||
${INSTALL_DATA} ${WRKSRC}/doc/vls-guide.sgml ${DOCSDIR}/
|
${CP} -pR ${WRKSRC}/doc/developer/*.* ${DOCSDIR}/developer/
|
||||||
${CP} -pR ${WRKSRC}/doc/developer ${DOCSDIR}/
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (vls-0.5.4.tar.gz) = 04ca71ab3261404c3dc2db7a8b32f763
|
MD5 (vls-0.5.6.tar.bz2) = d0ea58be825bb9e1848c4362c52c9b2c
|
||||||
SIZE (vls-0.5.4.tar.gz) = 667232
|
SIZE (vls-0.5.6.tar.bz2) = 714264
|
||||||
|
|
|
@ -1,13 +1,11 @@
|
||||||
bin/vls
|
bin/vls
|
||||||
bin/vlsd
|
bin/vlsd
|
||||||
etc/videolan/vls/vls.cfg-dist
|
etc/videolan/vls/vls.cfg-dist
|
||||||
%%WITHDVD%%lib/videolan/vls/dvdreader.so
|
|
||||||
@dirrm lib/videolan/vls
|
@dirrm lib/videolan/vls
|
||||||
@dirrm lib/videolan
|
@dirrm lib/videolan
|
||||||
@dirrm etc/videolan/vls
|
@dirrm etc/videolan/vls
|
||||||
@dirrm etc/videolan
|
@dirrm etc/videolan
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/vls-guide.sgml
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/developer/3parts.sgml
|
%%PORTDOCS%%%%DOCSDIR%%/developer/3parts.sgml
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/developer/architecture.dia
|
%%PORTDOCS%%%%DOCSDIR%%/developer/architecture.dia
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/developer/architecture.eps
|
%%PORTDOCS%%%%DOCSDIR%%/developer/architecture.eps
|
||||||
|
|
Loading…
Add table
Reference in a new issue