aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2008-11-03 08:57:52 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2008-11-03 08:57:52 +0000
commita6b2711e07042236fea38609924c27f703a6fd0e (patch)
tree390d59dd4b3c3e6c255b57cfd71c0230cdf76b13
parent22da1b2fd33462678d58a85ce417d6c2f1610e75 (diff)
downloadports-a6b2711e07042236fea38609924c27f703a6fd0e.tar.gz
ports-a6b2711e07042236fea38609924c27f703a6fd0e.zip
Notes
-rw-r--r--multimedia/vlc-devel/Makefile14
-rw-r--r--multimedia/vlc-devel/distinfo6
-rw-r--r--multimedia/vlc-devel/files/patch-configure11
3 files changed, 8 insertions, 23 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile
index 55472e06bef2..275429fb0cde 100644
--- a/multimedia/vlc-devel/Makefile
+++ b/multimedia/vlc-devel/Makefile
@@ -9,19 +9,15 @@
#
PORTNAME= vlc
-DISTVERSION= 0.9.0-test1
-PORTREVISION= 2
+DISTVERSION= 0.9.5
PORTEPOCH= 3
CATEGORIES= multimedia audio ipv6 net www
-MASTER_SITES= http://download.videolan.org/pub/videolan/testing/${PORTNAME}-${DISTVERSION}/
-#MASTER_SITES= http://nightlies.videolan.org/build/source/trunk-${DISTVERSION:S/0.9.0.//}-0024/
-#MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${DISTVERSION}/ \
-# http://ftp.snt.utwente.nl/pub/software/videolan/vlc/${DISTVERSION}/ \
-# ftp://ftp.crans.org/pub/videolan/vlc/${DISTVERSION}/ \
-# ftp://videolan.cs.pu.edu.tw/Windows/VideoLAN/vlc/${DISTVERSION}/
+MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \
+ http://ftp.snt.utwente.nl/pub/software/videolan/${PORTNAME}/${DISTVERSION}/ \
+ ftp://ftp.crans.org/pub/videolan/${PORTNAME}/${DISTVERSION}/
PKGNAMESUFFIX= -devel
-MAINTAINER= funman@videolan.org
+MAINTAINER= jsa@wickedmachine.net
COMMENT= Multimedia streaming server and player for various audio/video formats
BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat
diff --git a/multimedia/vlc-devel/distinfo b/multimedia/vlc-devel/distinfo
index c32793d3f9f6..0da30e4b4983 100644
--- a/multimedia/vlc-devel/distinfo
+++ b/multimedia/vlc-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (vlc-0.9.0-test1.tar.bz2) = 738aa86691e5d93273d6e713adceeb21
-SHA256 (vlc-0.9.0-test1.tar.bz2) = 0c59e92d03f9126b059238ac965dd5f011c01a26b64b0f99babee630738f346a
-SIZE (vlc-0.9.0-test1.tar.bz2) = 15521807
+MD5 (vlc-0.9.5.tar.bz2) = e5be36243e75fff5476c01cc6083d43d
+SHA256 (vlc-0.9.5.tar.bz2) = abf55aec95db9256d2056d3a6042ddd329f675414acf3a0abb34d306e0dd843e
+SIZE (vlc-0.9.5.tar.bz2) = 16457306
diff --git a/multimedia/vlc-devel/files/patch-configure b/multimedia/vlc-devel/files/patch-configure
deleted file mode 100644
index 5d1644e095a5..000000000000
--- a/multimedia/vlc-devel/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2008-07-02 13:16:16.000000000 +0200
-+++ configure 2008-07-02 13:16:48.000000000 +0200
-@@ -73873,7 +73873,7 @@
-
- VLC_CONFIG="top_builddir=\"\$(top_builddir)\" \$(top_builddir)/vlc-config"
-
--CPPFLAGS_save="${CPPFLAGS_save} -I\$(top_srcdir)/include -I\$(top_builddir)/include"
-+CPPFLAGS_save="-I\$(top_srcdir)/include -I\$(top_builddir)/include ${CPPFLAGS_save}"
-
-
- CPPFLAGS="${CPPFLAGS_save}"