diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-22 06:50:36 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-22 06:50:36 +0800 |
commit | b9efcd6cea741fe600a6b3dfaaa8f357b9e2e332 (patch) | |
tree | 1aba1285704c26f150bbd95f344f4dbbcab29e4b /multimedia | |
parent | 5a5cb0c2a648a950bbc08836faa9f7b741812d57 (diff) | |
download | marcuscom-ports-b9efcd6cea741fe600a6b3dfaaa8f357b9e2e332.tar marcuscom-ports-b9efcd6cea741fe600a6b3dfaaa8f357b9e2e332.tar.gz marcuscom-ports-b9efcd6cea741fe600a6b3dfaaa8f357b9e2e332.tar.bz2 marcuscom-ports-b9efcd6cea741fe600a6b3dfaaa8f357b9e2e332.tar.lz marcuscom-ports-b9efcd6cea741fe600a6b3dfaaa8f357b9e2e332.tar.xz marcuscom-ports-b9efcd6cea741fe600a6b3dfaaa8f357b9e2e332.tar.zst marcuscom-ports-b9efcd6cea741fe600a6b3dfaaa8f357b9e2e332.zip |
- Update to 0.8.6.20060621
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6473 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vlc-devel/Makefile | 9 | ||||
-rw-r--r-- | multimedia/vlc-devel/Makefile.inc | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 8d237ea2a..3a0033515 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -2,14 +2,15 @@ # Date created: 3rd August 2001 # Whom: Brian Somers <brian@FreeBSD.org> # -# $FreeBSD: ports/multimedia/vlc-devel/Makefile,v 1.146 2006/05/22 01:12:07 ahze Exp $ -# $MCom: ports/multimedia/vlc-devel/Makefile,v 1.11 2006/05/22 14:10:53 ahze Exp $ +# $FreeBSD$ +# $MCom: ports/multimedia/vlc-devel/Makefile,v 1.12 2006/06/09 18:13:48 ahze Exp $ # # *** PLEASE READ Makefile.inc for more information on knobs *** # PORTNAME= vlc -DISTVERSION= 0.8.6.20060521 +DISTVERSION= 0.8.6.20060621 +PORTREVISION= 1 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://nightlies.videolan.org/build/source/ # http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ @@ -191,7 +192,7 @@ CONFIGUE_ARGS+= --disable-bonjour .if !defined(WITHOUT_CDROM) LIB_DEPENDS+= vcdinfo.2:${PORTSDIR}/multimedia/vcdimager \ - cdio.6:${PORTSDIR}/sysutils/libcdio + cdio.7:${PORTSDIR}/sysutils/libcdio CONFIGURE_ARGS+=--enable-vcd \ --disable-libcdio \ --disable-libcddb \ diff --git a/multimedia/vlc-devel/Makefile.inc b/multimedia/vlc-devel/Makefile.inc index 0b7444d82..a5f94d42b 100644 --- a/multimedia/vlc-devel/Makefile.inc +++ b/multimedia/vlc-devel/Makefile.inc @@ -4,8 +4,8 @@ # enabled by default, if it starts with WITH_ it is disabled by default # and will be autodetected to enable # -# $FreeBSD: ports/multimedia/vlc-devel/Makefile.inc,v 1.4 2006/05/22 01:12:07 ahze Exp $ -# $MCom: ports/multimedia/vlc-devel/Makefile.inc,v 1.2 2006/05/15 02:46:26 ahze Exp $ +# $FreeBSD$ +# $MCom: ports/multimedia/vlc-devel/Makefile.inc,v 1.3 2006/05/22 01:50:17 ahze Exp $ # # If you define for example WITH_FAAD and WITHOUT_FAAD # the WITHOUT_ will always over ride the WITH_. @@ -232,7 +232,7 @@ pre-everything:: @${ECHO_MSG} "" - @${ECHO_MSG} "Take a careful look at the beginning of the Makefile in order" + @${ECHO_MSG} "Take a careful look at the beginning of the Makefile.inc in order" @${ECHO_MSG} "to learn how to tune VLC to your personal preferences!" @${ECHO_MSG} "" .if !defined(BATCH) || !defined(PACKAGE_BUILDING) |