vlc: rebuild against x265-2.4 and libdvbpsi-1.3.1
While I'm here, enable x265 for arm targets.
This commit is contained in:
parent
054bbca3fd
commit
6dfae70ca6
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vlc'
|
# Template file for 'vlc'
|
||||||
pkgname=vlc
|
pkgname=vlc
|
||||||
version=2.2.6
|
version=2.2.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-gme --disable-libtar --enable-jack
|
configure_args="--disable-gme --disable-libtar --enable-jack
|
||||||
--disable-live555 --disable-fluidsynth --enable-dvdread
|
--disable-live555 --disable-fluidsynth --enable-dvdread
|
||||||
|
@ -40,12 +40,12 @@ depends="freefont-ttf hicolor-icon-theme desktop-file-utils"
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="lua notify opengl qt smb svg v4l2 vaapi vdpau x265"
|
build_options="lua notify opengl qt smb svg v4l2 vaapi vdpau x265"
|
||||||
build_options_default="lua smb v4l2"
|
build_options_default="lua smb v4l2 x265"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*)
|
i686*|x86_64*)
|
||||||
# Enable x265, opengl and samba by default on x86.
|
# Enable x265, opengl and samba by default on x86.
|
||||||
build_options_default+=" vaapi vdpau x265 opengl"
|
build_options_default+=" vaapi vdpau opengl"
|
||||||
;;
|
;;
|
||||||
armv[67]l*)
|
armv[67]l*)
|
||||||
# XXX only for rpi
|
# XXX only for rpi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue