[SCM] hydrogen/master: Tune buildsystem, enable portmidi, portaudio (these changes were already set with scons).

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Jan 27 02:48:20 UTC 2012


The following commit has been merged in the master branch:
commit 5826579e2f8e624efacadacf16e40605662d01bd
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Jan 27 03:46:28 2012 +0100

    Tune buildsystem, enable portmidi,portaudio (these changes were already set with scons).
    
    Fix clean target, remove cmake's rubbish.
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index ca1c294..2ad0878 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,11 @@ include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/cmake.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
+DEB_CMAKE_EXTRA_FLAGS = -DWANT_SHARED=OFF \
+ -DWANT_PORTAUDIO=ON \
+ -DWANT_PORTMIDI=ON \
+ -DWANT_RUBBERBAND=ON
+
 DEB_UPSTREAM_URL = http://downloads.sourceforge.net/hydrogen
 
 DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^.*\.(flac|png|qm)|debian/(changelog|copyright(|_hints|_newhints))$
@@ -72,6 +77,7 @@ debian/hydrogen.1: hydrogen
 #	rm -f debian/hydrogen.1
 
 clean::
+	rm -rf CMakeCache.txt CMakeFiles/ try/
 	rm -f qt4.pyc version.cpp config.h
 
 # Needed by upstream build process

-- 
hydrogen packaging



More information about the pkg-multimedia-commits mailing list