-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3684 from stumbles/freshplayer
freshplayer: Bump to 0.3.11. Reworked DEPENDS and adjusted BUILD.
- Loading branch information
Showing
3 changed files
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
default_cmake_config && | ||
# https://github.com/i-rinat/freshplayerplugin/issues/389 | ||
OPTS+=" -DWITH_HWDEC=OFF" | ||
|
||
make && | ||
prepare_install && | ||
default_cmake_config && | ||
|
||
mkdir -p /usr/lib/lunar/plugins && | ||
install -m555 libfreshwrapper-*.so /usr/lib/lunar/plugins && | ||
make && | ||
prepare_install && | ||
|
||
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 && | ||
install -Dm644 ../data/freshwrapper.conf.example /etc/freshwrapper.conf | ||
fi | ||
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 && | ||
install -Dm644 ../data/freshwrapper.conf.example /etc/freshwrapper.conf | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
depends ragel | ||
depends alsa-utils | ||
depends v4l-utils | ||
depends glib-2 | ||
depends mesa-lib | ||
depends xorgproto | ||
depends cmake | ||
depends libglvnd | ||
depends uriparser | ||
depends libconfig | ||
depends libevent | ||
depends cairo | ||
depends pango | ||
depends freetype2 | ||
depends pepperflash | ||
depends soxr | ||
|
||
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 jack2 "-DWITH_JACK=TRUE" "-DWITH_JACK=FALSE" "For jack sound server support, ${PROBLEM_COLOR}if yes here then say yes to soxr${DEFAULT_COLOR}" n | ||
optional_depends "soxr" "" "" "Needed if you said yes to jack" | ||
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" | ||
|
||
optional_depends "pepperflash" "-DWITH_PEPPERFLASH=TRUE" "-DWITH_PEPPERFLASH=FALSE" "for pepperflash support" y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters