summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6b4d2c49fcf..f61fdfcfa425 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = freshplayerplugin-git
pkgdesc = PPAPI-host NPAPI-plugin adapter.
pkgver = v0.3.0.r42.gca0219a
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/i-rinat/freshplayerplugin
install = freshplayerplugin-git.install
arch = i686
@@ -18,6 +18,7 @@ pkgbase = freshplayerplugin-git
depends = gtk2
depends = libgl
depends = v4l-utils
+ depends = ffmpeg
optdepends = chromium-pepper-flash: for the necessary Pepper plugin
optdepends = chromium-pepper-flash-standalone: for the necessary Pepper plugin
optdepends = google-chrome: for the necessary Pepper plugin
diff --git a/PKGBUILD b/PKGBUILD
index 19923610a6de..fb967a05f528 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
pkgname=freshplayerplugin-git
pkgver=v0.3.0.r42.gca0219a
-pkgrel=1
+pkgrel=2
pkgdesc='PPAPI-host NPAPI-plugin adapter.'
arch=( 'i686' 'x86_64' )
url='https://github.com/i-rinat/freshplayerplugin'
license=( 'MIT' )
-depends=( 'pango' 'alsa-lib' 'freetype2' 'libconfig' 'libevent' 'gtk2' 'libgl' 'v4l-utils' )
+depends=( 'pango' 'alsa-lib' 'freetype2' 'libconfig' 'libevent' 'gtk2' 'libgl' 'v4l-utils' 'ffmpeg' )
makedepends=( 'cmake' 'ragel' 'git' )
conflicts=( 'freshplayerplugin' )
source=( "${pkgname}::git+${url}" "${pkgname}.install" )