[X2Go-Commits] [pale-moon] 01/01: debian/palemoon.install.in: don't try to pick mozav{codec, util} on non-amd64 platforms.
git-admin at x2go.org
git-admin at x2go.org
Mon Feb 25 06:55:56 CET 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository pale-moon.
commit 7a14bf8f76b902e27e2b30f2fd99bae6dec0deea
Author: Mihai Moldovan <ionic at ionic.de>
Date: Mon Feb 25 06:51:26 2019 +0100
debian/palemoon.install.in: don't try to pick mozav{codec,util} on non-amd64 platforms.
PM seems to have had performance problems with the bundled FFmpeg
version on x86 and now only stages these libraries when targeting x86_64
(generally) or x86 and Windows.
---
debian/changelog | 4 ++++
debian/palemoon.install.in | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index b789a81..14ba579 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,6 +37,10 @@ palemoon (28.3.1+repack-1-0x2go1) UNRELEASED; urgency=medium
system.
* debian/palemoon.install.in:
- Update file list.
+ - Don't try to pick mozav{codec,util} on non-amd64 platforms. PM seems to
+ have had performance problems with the bundled FFmpeg version on x86 and
+ now only stages these libraries when targeting x86_64 (generally) or x86
+ and Windows.
-- Mihai Moldovan <ionic at ionic.de> Thu, 31 Jan 2019 01:36:58 +0100
diff --git a/debian/palemoon.install.in b/debian/palemoon.install.in
index c885e4c..d7c954f 100644
--- a/debian/palemoon.install.in
+++ b/debian/palemoon.install.in
@@ -38,7 +38,7 @@ usr/lib/palemoon/libmozgtk.so
usr/lib/palemoon/gtk2/libmozgtk.so
%endif
#usr/lib/palemoon/liblgpllibs.so
-%if MOZ_FFVPX
+%if MOZ_FFVPX && DEB_BUILD_ARCH == amd64
usr/lib/palemoon/libmozavcodec.so
usr/lib/palemoon/libmozavutil.so
%endif
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
More information about the x2go-commits
mailing list