[SCM] stretchplayer/master: Use scour to optimize SVGs.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Sun Mar 6 10:42:32 UTC 2011
The following commit has been merged in the master branch:
commit 451701f7a27a9188172bd5bf84cbd95f956e5aa8
Author: Alessio Treglia <alessio at debian.org>
Date: Sun Mar 6 11:41:48 2011 +0100
Use scour to optimize SVGs.
--> Original file size: 2938 bytes; new file size: 1300 bytes (44.24%)
diff --git a/debian/control b/debian/control
index 5686ec2..ddb8840 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,12 @@ Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
Uploaders: Arnout Engelen <arnouten at bzzt.net>
-Build-Depends:
- debhelper (>= 7.0.0),
+Build-Depends: debhelper (>= 7.0.0),
libqt4-dev,
libsndfile1-dev,
libjack-dev,
librubberband-dev,
+ python-scour,
cmake,
cdbs
Standards-Version: 3.9.1
diff --git a/debian/rules b/debian/rules
index 18d2e2c..2c6bce6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk
DEB_DESTDIR = $(CURDIR)/debian/stretchplayer
+
+install/stretchplayer::
+ dh_scour
--
stretchplayer packaging
More information about the pkg-multimedia-commits
mailing list