Skip to content

Commit

Permalink
multimedia/vlc: Remove support for CDDB
Browse files Browse the repository at this point in the history
Legacy lookup service/protocol that yet again is broken.
Drop support

Reference: https://hydrogenaud.io/index.php/topic,125880.0.html
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed May 9, 2024
1 parent 23e1010 commit b3d74db
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions multimedia/vlc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vlc
DISTVERSION= 3.0.20
PORTREVISION= 6
PORTREVISION= 7
PORTEPOCH= 4
CATEGORIES= multimedia audio net www
MASTER_SITES= https://get.videolan.org/${PORTNAME}/${DISTVERSION:S/a$//}/ \
Expand Down Expand Up @@ -52,15 +52,16 @@ CONFIGURE_ARGS= --enable-avcodec --enable-avformat --enable-dvbpsi \
--enable-fontconfig --enable-freetype --enable-libgcrypt \
--enable-libxml2 --enable-oss --enable-postproc \
--enable-swscale --enable-vlc \
--disable-alsa --disable-archive --disable-chromaprint --disable-crystalhd \
--disable-dc1394 --disable-decklink --disable-dsm \
--disable-dv1394 --disable-fdkaac --disable-gst-decode \
--disable-gles2 --disable-kai --disable-kate --disable-kva --disable-mpg123 \
--disable-vnc --disable-opencv --disable-projectm --disable-schroedinger \
--disable-secret --disable-soxr --disable-telx \
--disable-tiger --disable-tremor --disable-udev \
--disable-update-check --disable-vsxu \
--disable-wasapi --disable-x26410b \
--disable-alsa --disable-archive --disable-chromaprint \
--disable-crystalhd --disable-dc1394 --disable-decklink \
--disable-dsm --disable-dv1394 --disable-fdkaac \
--disable-gst-decode --disable-gles2 --disable-kai \
--disable-kate --disable-kva --disable-libcddb \
--disable-mpg123--disable-vnc --disable-opencv \
--disable-projectm --disable-schroedinger --disable-secret \
--disable-soxr --disable-telx --disable-tiger \
--disable-tremor --disable-udev --disable-update-check \
--disable-vsxu --disable-wasapi --disable-x26410b \
--with-kde-solid=${PREFIX}/share/solid/actions \
ac_cv_search_pthread_rwlock_init=-pthread \
BUILDCC="${CC}"
Expand Down Expand Up @@ -339,8 +340,7 @@ V4L_CONFIGURE_ENABLE= v4l2
VAAPI_LIB_DEPENDS= libva.so:multimedia/libva
VAAPI_CONFIGURE_ENABLE= libva

VCD_LIB_DEPENDS= libcddb.so:audio/libcddb
VCD_CONFIGURE_ENABLE= vcd libcddb
VCD_CONFIGURE_ENABLE= vcd

VDPAU_LIB_DEPENDS= libvdpau.so:multimedia/libvdpau
VDPAU_CONFIGURE_ENABLE= vdpau
Expand Down

0 comments on commit b3d74db

Please sign in to comment.