[SCM] handbrake/master: Allow compilation of handbrake on the Hurd.

rbrito-guest at users.alioth.debian.org rbrito-guest at users.alioth.debian.org
Fri Jun 1 23:03:55 UTC 2012


The following commit has been merged in the master branch:
commit 1ba4985e33dc852c078225b0fa4bb199188f19b5
Author: Rogério Brito <rbrito at ime.usp.br>
Date:   Fri Jun 1 19:40:13 2012 -0300

    Allow compilation of handbrake on the Hurd.
    
    Thanks: Pino Toscano <pino at debian.org> for the patch and comments.

diff --git a/debian/control b/debian/control
index ffd36f7..728a52b 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,7 @@ Build-Depends:
  yasm
 
 Package: handbrake-cli
-Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc
+Architecture: amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 powerpc
 Depends:
  ${misc:Depends},
  ${shlibs:Depends}
@@ -55,7 +55,7 @@ Description: versatile DVD ripper and video transcoder (command line)
  variant, HandBrakeCLI
 
 Package: handbrake-gtk
-Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc
+Architecture: amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 powerpc
 Depends:
  ${misc:Depends},
  ${shlibs:Depends}
diff --git a/debian/rules b/debian/rules
index a009e88..37707d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,7 @@ CXX:=ccache $(CXX)
 
 override_dh_auto_configure:
 	cp make/variant/linux.defs make/variant/kfreebsd.defs
+	cp make/variant/linux.defs make/variant/gnu.defs
 
 	./configure --prefix=/usr --build build \
 		--gcc=/usr/lib/ccache/gcc \
@@ -25,7 +26,7 @@ override_dh_builddeb:
 override_dh_clean:
 	dh_clean \
 		download/*tar* \
-		make/variant/kfreebsd.defs
+		make/variant/kfreebsd.defs make/variant/gnu.defs
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

-- 
handbrake packaging



More information about the pkg-multimedia-commits mailing list