diff options
author | marcus <marcus@FreeBSD.org> | 2008-10-22 08:50:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-10-22 08:50:48 +0800 |
commit | 4a66515241231026e288b56ea2b83789094b43ca (patch) | |
tree | 927b28a268a9c2d31d692aea21be0f2943cdf5e9 /multimedia | |
parent | a66ca10520c419a1cbc893d5d107f08a4e99b7f6 (diff) | |
download | freebsd-ports-gnome-4a66515241231026e288b56ea2b83789094b43ca.tar.gz freebsd-ports-gnome-4a66515241231026e288b56ea2b83789094b43ca.tar.zst freebsd-ports-gnome-4a66515241231026e288b56ea2b83789094b43ca.zip |
* Remove the no longer used SLP support
* Assign maintainership to PR submitter
PR: 126728
Submitted by: "Joseph S. Atkinson" <jsa@dmz.wickedmachine.net>
Approved by: funman@videolan.org (previous maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vlc/Makefile | 9 | ||||
-rw-r--r-- | multimedia/vlc/Makefile.inc | 4 |
2 files changed, 2 insertions, 11 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 6713efc7fb04..4ea1c42e71fb 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -10,6 +10,7 @@ PORTNAME= vlc DISTVERSION= 0.8.6i +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${DISTVERSION}/ \ @@ -17,7 +18,7 @@ MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${DISTVERSION}/ \ ftp://ftp.crans.org/pub/videolan/vlc/${DISTVERSION}/ \ ftp://videolan.cs.pu.edu.tw/Windows/VideoLAN/vlc/${DISTVERSION}/ -MAINTAINER= funman@videolan.org +MAINTAINER= jsa@dmz.wickedmachine.net COMMENT= Multimedia streaming server and player for various audio/video formats BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat @@ -454,12 +455,6 @@ CONFIGURE_ARGS+=--enable-gnutls CONFIGURE_ARGS+=--disable-gnutls .endif -.if !defined(WITHOUT_SLP) -LIB_DEPENDS+= slp.1:${PORTSDIR}/net/openslp -.else -CONFIGURE_ARGS+=--disable-slp -.endif - .if !defined(WITHOUT_SPEEX) LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex CONFIGURE_ARGS+=--enable-speex diff --git a/multimedia/vlc/Makefile.inc b/multimedia/vlc/Makefile.inc index b9814f76e608..34226d053b1d 100644 --- a/multimedia/vlc/Makefile.inc +++ b/multimedia/vlc/Makefile.inc @@ -187,10 +187,6 @@ # WITH_SSL=yes # Enable TLS/SSL Support for web (httpd) interface # -# WITHOUT_SLP=yes -# Disable SLP service discovery support -# * recommended if you want to stream media -# # WITH_OPTIMIZED_CFLAGS=yes # Compile with -O2 -ffast-math -fomit-frame-pointer # |