summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorMzy Tykashi2023-12-29 21:40:32 +0000
committerWorMzy Tykashi2023-12-29 21:40:32 +0000
commitc3adf6dc97ee4539b2301d4f5271e45fa5c5a523 (patch)
tree83697d7feecc4ba7e856de1e966925a848481478 /PKGBUILD
parentc223f948c590c6aea6374af7c386ae2015c25a96 (diff)
downloadaur-freshplayerplugin.tar.gz
Disable broken hw decode (ffmpeg updates)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f6867649a19..929468bc06c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@
pkgname=freshplayerplugin
pkgver=0.3.11
-pkgrel=1
+pkgrel=2
pkgdesc='PPAPI-host NPAPI-plugin adapter.'
arch=('i686' 'x86_64')
url='https://github.com/i-rinat/freshplayerplugin'
license=('MIT')
-depends=('alsa-lib' 'cairo' 'ffmpeg' 'freetype2' 'glib2' 'icu' 'jack'
+depends=('alsa-lib' 'cairo' 'freetype2' 'glib2' 'icu' 'jack'
'libevent' 'libgl' 'libsoxr' 'libva' 'libvdpau' 'libx11'
'libxcursor' 'libxrandr' 'libxrender' 'openssl' 'pango'
'v4l-utils' 'pepper-flash')
@@ -28,7 +28,7 @@ prepare() {
build() {
cd ${pkgname}-${pkgver}/build
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DWITH_HWDEC=OFF ..
make
}