[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/vlc/vlc.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] The cross-platform media player and streaming [T] VLC media player is a highly portable multimedia player for various audio [T] and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg, ...) as well as [T] DVDs, VCDs, and various streaming protocols. It can also be used as a [T] server to stream in unicast or multicast in IPv4 or IPv6 on a [T] high-bandwidth network. [U] https://www.videolan.org/ [A] Christophe Massiot [A] Michel Kaempf [A] Any many more {http://www.videolan.org/team/} [M] Rene Rebe [C] extra/multimedia [E] opt flac [E] opt speex [E] opt mpg123 [E] opt libopus [E] opt libraw1394 [E] opt libavc1394 [L] GPL [S] Beta [V] 3.0.21 [P] X -----5---9 204.500 var_append GCC_WRAPPER_APPEND ' ' "-I`pkgprefix includedir libva`" [CV-URL] http://www.videolan.org/vlc/download-sources.html [D] 9a140a9b4d628a6dc4193cd2b56df16c71ad650d42338732dd858d73 vlc-3.0.21.tar.xz http://get.videolan.org/vlc/3.0.21/ pkginstalled lirc && var_append confopt ' ' --enable-lirc pkginstalled faad && var_append confopt ' ' --enable-faad pkginstalled twolame && var_append confopt ' ' --enable-twolame pkginstalled libtheora && var_append confopt ' ' --enable-theora if pkginstalled firefox; then #xpidldir=`firefox-config --libs | sed 's/-L//'` : elif pkginstalled seamonkey; then #xpidldir=`seamonkey-config --libs | sed 's/-L//'` : fi if [ "$xpidldir" ]; then var_append confopt ' ' --enable-mozilla var_append configprefix ' ' XPIDL=$xpidldir/xpidl fi var_append confopt ' ' --enable-dvdread var_append confopt ' ' '--enable-v4l --enable-dvb' var_append confopt ' ' --enable-release # it is not lib64 aware and thus path the X11/lib* to it ... var_append GCC_WRAPPER_APPEND ' ' -L$root/usr/X11/${libdir##*/} var_append GCC_WRAPPER_APPEND ' ' "-I$root/$(pkgprefix includedir librsvg)" # vlc configure puts it into CC which is used later by the SDE var_append CC_WRAPPER_APPEND ' ' -std=gnu99 pkginstalled lua && var_append GCC_WRAPPER_APPEND ' ' '-c?:-llua -c?:-lm' || var_append confopt ' ' --disable-lua #don't run vlc-cache-gen in chroot build [ ! -f $root/var/lib/dbus/machine-id ] && var_append confopt ' ' --disable-dbus