mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-03 14:27:14 +08:00
freshplayerplugin: update to 0.3.0
This commit is contained in:
parent
5e2a3682af
commit
95ec3f8956
@ -1,18 +1,20 @@
|
||||
pkgname=freshplayerplugin
|
||||
pkgver=0.2.4
|
||||
pkgrel=3
|
||||
pkgver=0.3.0
|
||||
pkgrel=1
|
||||
pkgdesc='PPAPI-host NPAPI-plugin adapter.'
|
||||
arch=('x86_64')
|
||||
url='https://github.com/i-rinat/freshplayerplugin'
|
||||
license=('MIT')
|
||||
depends=('pepperflashplugin' 'pango' 'alsa-lib' 'freetype2' 'cairo' 'glib2' 'libpulse' 'libx11' 'libconfig' 'libevent' 'gtk2' 'libgl')
|
||||
depends=('pepperflashplugin' 'pango' 'alsa-lib' 'freetype2' 'cairo' 'glib2' 'libpulse'
|
||||
'libx11' 'libconfig' 'libevent' 'gtk2' 'libgl' 'openssl' 'ffmpeg' 'libxrandr'
|
||||
'libxrender' 'libxcursor' 'v4l-utils' 'libva' 'jack2')
|
||||
makedepends=('cmake' 'ragel')
|
||||
conflicts=('freshplayerplugin-git' 'flashplugin' 'chromium-pepper-flash')
|
||||
source=("$url/archive/v$pkgver.tar.gz"
|
||||
'freshwrapper.conf')
|
||||
backup=('etc/freshwrapper.conf')
|
||||
md5sums=('3c349dee9174fd460ecd9c9e21e2b696'
|
||||
'dc542dce88ecfe34912a270fdf015e53')
|
||||
md5sums=('e8661cf64acbb6872f4b4aed7f2384a4'
|
||||
'7b683b98d1d4bcaa91ce7ee477025ac5')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
@ -33,6 +33,9 @@ flash_command_line = "enable_hw_video_decode=1,enable_stagevideo_auto=1"
|
||||
# enable 3d and stage 3d
|
||||
enable_3d = 1
|
||||
|
||||
# enable hardware-accelerated video decoding. Requires 3d to really work
|
||||
enable_hwdec = 1
|
||||
|
||||
# when set to 1, limits output to warnings and errors only
|
||||
quiet = 0
|
||||
|
||||
@ -63,4 +66,8 @@ quirk_plasma5_screensaver = 1
|
||||
enable_windowed_mode = 1
|
||||
|
||||
# whenever XEmbed used in windowed mode (if browser advertises its support)
|
||||
enable_xembed = 1
|
||||
enable_xembed = 1
|
||||
|
||||
# if set to 1, fullscreen window will be kept always above browser, and hidden
|
||||
# from taskbar and pager
|
||||
tie_fullscreen_window_to_browser = 1
|
Loading…
Reference in New Issue
Block a user