Skip to content

Commit

Permalink
pepperflash: bump to 0.2.4, adding some new optional_depends.
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Apr 28, 2015
1 parent 2bacd4e commit 8fa93ff
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
2 changes: 2 additions & 0 deletions zbeta/freshplayerplugin/BUILD
Expand Up @@ -6,6 +6,8 @@

mkdir -p /usr/lib/lunar/plugins &&
install -m555 libfreshwrapper-*.so /usr/lib/lunar/plugins &&

install ../data/freshwrapper.conf.example /etc/ &&

if [ ! -f /etc/freshwrapper.conf ] ; then
sedit "s:/opt/google/chrome/PepperFlash/:/usr/lib/lunar/plugins/:" ../data/freshwrapper.conf.example &&
Expand Down
10 changes: 8 additions & 2 deletions zbeta/freshplayerplugin/DEPENDS
@@ -1,3 +1,4 @@
depends ragel
depends alsa-utils
depends glib-2
depends mesa-lib
Expand All @@ -9,6 +10,11 @@ depends libevent
depends cairo
depends pango
depends freetype2
depends gtk+-2
depends pepperflash
depends ragel

optional_depends "gtk+-2" "-DWITH_GTK=2" "" "For gtk+-2 graphics support, ${PROBLEM_COLOR}if yes here say no to gtk+-3"
optional_depends "gtk+-3" "-DWITH_GTK=3" "" "For gtk+-3 graphics support"
optional_depends "jack" "-DWITH_JACK=TRUE" "-DWITH_JACK=FALSE" "For jack sound server support" n
optional_depends "pulseaudio" "-DWITH_PULSEAUDIO=TRUE" "-DWITH_PULSEAUDIO=FALSE" "For pulseaudio support"
optional_depends "PDFlib-Lite" "-DWITH_LIBPDF=TRUE" "-DWITH_LIBPDF=FALSE" "For pdf support"

8 changes: 4 additions & 4 deletions zbeta/freshplayerplugin/DETAILS
@@ -1,12 +1,12 @@
MODULE=freshplayerplugin
VERSION=v0.2.3
VERSION=v0.2.4
SOURCE=$VERSION.tar.gz
SOURCE_URL=https://github.com/i-rinat/freshplayerplugin/archive
SOURCE_DIRECTORY=$BUILD_DIRECTORY/freshplayerplugin-0.2.3
SOURCE_VFY=sha1:db44b49fbcca6875328ec18802041bf7cd8c1570
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-0.2.4
SOURCE_VFY=sha256:e071c811778577f44331edcd418472fc392effd416c0750cbf384a30c9269163
WEB_SITE=https://github.com/i-rinat/freshplayerplugin
ENTERED=20140802
UPDATED=20150215
UPDATED=20150428
SHORT="PPAPI-host NPAPI-plugin adapter"

cat << EOF
Expand Down

0 comments on commit 8fa93ff

Please sign in to comment.