- Chase libdvdcss share library version bump. Caveat: this is a

source code patch.
- Bump PORTREVISION

Requested by:	brian, eivind,
		Alexander Nedotsukov <bland@smtp.ru>,
		Thomas E. Zander <riggs@hadiko.de>
Reviewed by:	brian, eivind,
		libdvdread Developers <dvd@dtek.chalmers.se>
Approved by:	maintainer (1 week timeout, hasted due to 5.x-Current
		DP1 release)
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-04-01 19:12:47 +00:00
parent c89b58d3f7
commit 0228268ee1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57154
2 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= libdvdread
PORTVERSION= 0.9.2
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/
@ -34,6 +35,9 @@ post-patch:
@${PERL} -pi -e 's|cd \$$\(top_srcdir\) && \$$\(AUTOMAKE\)|\#|; \
s|cd \$$\(srcdir\) && \$$\(ACLOCAL\)|\#|' ${WRKSRC}/${p}
.endfor
# update this in sync with libdvdcss shared library version
@${PERL} -pi -e 's|(libdvdcss.so).0|\1|' \
${WRKSRC}/dvdread/dvd_reader.c
post-configure:
@${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}

View File

@ -7,6 +7,7 @@
PORTNAME= libdvdread
PORTVERSION= 0.9.2
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/
@ -34,6 +35,9 @@ post-patch:
@${PERL} -pi -e 's|cd \$$\(top_srcdir\) && \$$\(AUTOMAKE\)|\#|; \
s|cd \$$\(srcdir\) && \$$\(ACLOCAL\)|\#|' ${WRKSRC}/${p}
.endfor
# update this in sync with libdvdcss shared library version
@${PERL} -pi -e 's|(libdvdcss.so).0|\1|' \
${WRKSRC}/dvdread/dvd_reader.c
post-configure:
@${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}