diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -3,6 +3,7 @@ libc.so.6 libcairo.so.2 libdl.so.2 +libgcc_s.so.1 libgdk-3.so.0 libgdk_pixbuf-2.0.so.0 libgio-2.0.so.0 @@ -26,6 +27,8 @@ libstdc++.so.6 libtheoradec.so.1 libtheoraenc.so.1 +libva-drm.so.2 +libva.so.2 libvorbis.so.0 libvorbisenc.so.2 libvpx.so.6 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : handbrake -version : 1.3.1 -release : 20 +version : 1.3.2 +release : 21 source : - - https://github.com/HandBrake/HandBrake/releases/download/1.3.1/HandBrake-1.3.1-source.tar.bz2 : c005de993af4123babbb60f7d12f6ff46fb7eea26ff0a3556034683901ce2c27 + - https://github.com/HandBrake/HandBrake/releases/download/1.3.2/HandBrake-1.3.2-source.tar.bz2 : ec6feba97f426d545ec56cf1472eae5795d768bc1aec56c23bb76fc6b2ecf270 license : - GPL-2.0-or-later - LGPL-2.1-or-later @@ -17,9 +17,8 @@ - pkgconfig(gtk+-3.0) - pkgconfig(jansson) - pkgconfig(libass) - - pkgconfig(libbluray) + - pkgconfig(libva) - pkgconfig(opus) - - pkgconfig(samplerate) - pkgconfig(speex) - pkgconfig(theora) - pkgconfig(vorbis) @@ -29,7 +28,14 @@ - lame-devel setup : | # configure doesn't like stuff - ./configure --prefix=/usr --build=x86_64-solus-linux --disable-numa + ./configure \ + --build=x86_64-solus-linux \ + --enable-qsv \ + --enable-vce \ + --disable-numa \ + --harden \ + --launch-jobs=%YJOBS% \ + --prefix=/usr build : | make -C x86_64-solus-linux install : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -54,12 +54,12 @@ - - 2020-01-06 - 1.3.1 + + 2020-05-04 + 1.3.2 Packaging update Alexander Vorobyev avorobyev@protonmail.com \ No newline at end of file