[SCM] mpv/master: Remove forced gcc-4.8 build depends on powerpc

ghedo at users.alioth.debian.org ghedo at users.alioth.debian.org
Sun May 11 20:48:14 UTC 2014


The following commit has been merged in the master branch:
commit cc0f6be337317b2c843ed9b10eba9faa4caa8c11
Author: Alessandro Ghedini <alessandro at ghedini.me>
Date:   Sun May 11 22:43:37 2014 +0200

    Remove forced gcc-4.8 build depends on powerpc

diff --git a/debian/control b/debian/control
index 1dc204b..1c75ffb 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders: Alessandro Ghedini <ghedo at debian.org>,
  Reinhard Tartler <siretart at tauware.de>
 Build-Depends: debhelper (>= 9),
- gcc-4.8 [powerpc powerpcspe sparc],
+ gcc-4.8 [sparc],
  ladspa-sdk,
  libasound2-dev [linux-any],
  libass-dev,
diff --git a/debian/rules b/debian/rules
index 120a8d0..912c57b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 export DEB_BUILD_MAINT_OPTIONS:=hardening=+all # #741439
 
-ifeq ($(DEB_HOST_ARCH_CPU),$(filter $(DEB_HOST_ARCH_CPU),powerpc sparc))
+ifeq ($(DEB_HOST_ARCH_CPU),$(filter $(DEB_HOST_ARCH_CPU),sparc))
 	export CC=gcc-4.8 # fixes #73363
 endif
 

-- 
mpv packaging



More information about the pkg-multimedia-commits mailing list