diff options
author | kamil <kamil@pkgsrc.org> | 2018-04-25 21:42:05 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2018-04-25 21:42:05 +0000 |
commit | 353e58aa0dde7889647d3b46ee69e1ba26e953b4 (patch) | |
tree | 9e3ca4c83f775d7ba2ba13dbf8b289d21b3a4ec4 /multimedia/vlc20/options.mk | |
parent | 2c3a9ff7c0cb91bd99b5f84bceff27ba265d4a0b (diff) | |
download | pkgsrc-353e58aa0dde7889647d3b46ee69e1ba26e953b4.tar.gz |
vlc20: Removed
This is a legacy version of VLC 2.0.x.
Reasons:
- It uses FFMPEG 2.x with old OpenSSL.
- It uses legacy x264 incompatible with the pkgsrc one.
There is a newer version multimedia/vlc for 2.2.x and 3.0.x released
upstream.
Diffstat (limited to 'multimedia/vlc20/options.mk')
-rw-r--r-- | multimedia/vlc20/options.mk | 183 |
1 files changed, 0 insertions, 183 deletions
diff --git a/multimedia/vlc20/options.mk b/multimedia/vlc20/options.mk deleted file mode 100644 index 8d78465c262..00000000000 --- a/multimedia/vlc20/options.mk +++ /dev/null @@ -1,183 +0,0 @@ -# $NetBSD: options.mk,v 1.1 2015/10/25 10:52:24 wiz Exp $ - -PKG_OPTIONS_VAR= PKG_OPTIONS.vlc -PKG_SUPPORTED_OPTIONS= debug faad skins sdl pulseaudio x11 -PKG_SUPPORTED_OPTIONS+= gnome dts -# XXX broken -#PKG_SUPPORTED_OPTIONS+= dbus rtsp -PKG_SUGGESTED_OPTIONS= faad x11 - -### Add VAAPI if it is available -.include "../../multimedia/libva/available.mk" -PLIST_VARS+= vaapi -.if ${VAAPI_AVAILABLE} == "yes" -PKG_SUPPORTED_OPTIONS+= vaapi -PKG_SUGGESTED_OPTIONS+= vaapi -.endif - -### Add LIRC if it is available -.include "../../comms/lirc/available.mk" -PLIST_VARS+= lirc -.if ${LIRC_AVAILABLE} == "yes" -PKG_SUPPORTED_OPTIONS+= lirc -PKG_SUGGESTED_OPTIONS+= lirc -.endif - -### -.include "../../mk/bsd.options.mk" - -PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS} - -## PulseAudio support - -.if !empty(PKG_OPTIONS:Mpulseaudio) -CONFIGURE_ARGS+= --enable-pulse -.include "../../audio/pulseaudio/buildlink3.mk" -PLIST.pulseaudio= yes -.else -CONFIGURE_ARGS+= --disable-pulse -.endif - -## SDL backend support - -.if !empty(PKG_OPTIONS:Msdl) -CONFIGURE_ARGS+= --enable-sdl -CONFIGURE_ARGS+= --enable-sdl-image -.include "../../devel/SDL/buildlink3.mk" -.include "../../graphics/SDL_image/buildlink3.mk" -PLIST.sdl= yes -.else -CONFIGURE_ARGS+= --disable-sdl -CONFIGURE_ARGS+= --disable-sdl-image -.endif - -## gnome integration - -.if !empty(PKG_OPTIONS:Mgnome) -CONFIGURE_ARGS+= --enable-gnomevfs -.include "../../sysutils/gnome-vfs/buildlink3.mk" -PLIST.gnome= yes -.else -CONFIGURE_ARGS+= --disable-gnomevfs -.endif - -## DBUS message bus support -## also libnotify because it uses dbus -## so taking them apart would make no sense. - -.if !empty(PKG_OPTIONS:Mdbus) -CONFIGURE_ARGS+= --enable-dbus -.include "../../sysutils/dbus/buildlink3.mk" -PLIST.dbus= yes -CONFIGURE_ARGS+= --enable-notify -.include "../../sysutils/libnotify/buildlink3.mk" - -# telepathy needs dbus, but its also gnome-ish -. if !empty(PKG_OPTIONS:Mgnome) -. include "../../chat/libtelepathy/buildlink3.mk" -CONFIGURE_ARGS+= --enable-telepathy -. else -CONFIGURE_ARGS+= --disable-telepathy -. endif - -PLIST.dbus= yes - -.else -CONFIGURE_ARGS+= --disable-dbus -CONFIGURE_ARGS+= --disable-notify -.endif - -## DEBUG build or release build - -.if !empty(PKG_OPTIONS:Mdebug) -CONFIGURE_ARGS+= --enable-debug -CONFIGURE_ARGS+= --disable-optimizations -.else -CONFIGURE_ARGS+= --enable-release -.endif - -## SKINS frontend - -.if !empty(PKG_OPTIONS:Mskins) -CONFIGURE_ARGS+= --enable-skins2 -PLIST.skins= yes -INSTALLATION_DIRS+= share/vlc/skins2 -.else -CONFIGURE_ARGS+= --disable-skins2 -.endif - -## X11 dependency and QT4 frontend - -.if !empty(PKG_OPTIONS:Mx11) -DEPENDS+= dejavu-ttf>=2.0:../../fonts/dejavu-ttf -.include "../../graphics/freetype2/buildlink3.mk" -.include "../../x11/libXv/buildlink3.mk" -.include "../../x11/libXvMC/buildlink3.mk" -.include "../../x11/libXxf86vm/buildlink3.mk" -.include "../../x11/libXdamage/buildlink3.mk" -.include "../../x11/libXinerama/buildlink3.mk" -.include "../../x11/libXpm/buildlink3.mk" -.include "../../x11/libxcb/buildlink3.mk" -.include "../../x11/xcb-util-keysyms/buildlink3.mk" -.include "../../graphics/MesaLib/buildlink3.mk" -.include "../../graphics/glu/buildlink3.mk" -.include "../../x11/qt4-libs/buildlink3.mk" -CONFIGURE_ARGS+= --enable-qt4 \ - --with-x \ - --enable-glx \ - --enable-snapshot -PLIST.x11= yes -.else -CONFIGURE_ARGS+= --without-x \ - --disable-xcb \ - --disable-qt4 \ - --disable-glx \ - --disable-freetype \ - --disable-snapshot -.endif - -.if !empty(PKG_OPTIONS:Mfaad) -CONFIGURE_ARGS+= --enable-faad -PLIST.faad= yes -.include "../../audio/faad2/buildlink3.mk" -.else -CONFIGURE_ARGS+= --disable-faad -.endif - -## DTS support (libdca is non-redistributable) - -.if !empty(PKG_OPTIONS:Mdts) -CONFIGURE_ARGS+= --enable-dca -PLIST.dts= yes -. include "../../audio/libdca/buildlink3.mk" -.else -CONFIGURE_ARGS+= --enable-dca=no -.endif - -## RTSP support - -.if !empty(PKG_OPTIONS:Mrtsp) -CONFIGURE_ARGS+= --enable-live555 -PLIST.rtsp= yes -BUILDLINK_API_DEPENDS.liblive+= liblive>=20111223 -. include "../../net/liblive/buildlink3.mk" -.else -CONFIGURE_ARGS+= --disable-live555 -.endif - -## VAAPI support -.if !empty(PKG_OPTIONS:Mvaapi) -CONFIGURE_ARGS+= --enable-libva -.include "../../multimedia/libva/buildlink3.mk" -.else -CONFIGURE_ARGS+= --disable-libva -.endif - -## LIRC support -.if !empty(PKG_OPTIONS:Mlirc) -CONFIGURE_ARGS+= --enable-lirc -PLIST.lirc= yes -.include "../../comms/lirc/buildlink3.mk" -.else -CONFIGURE_ARGS+= --disable-lirc -.endif |