[SCM] guitarix/master: Refresh patches
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Fri Aug 11 23:28:18 UTC 2017
The following commit has been merged in the master branch:
commit 563f4d65709f84428942dfd7640bd8f6a3b9e664
Author: Sebastian Ramacher <sebastian at ramacher.at>
Date: Sat Aug 12 01:17:57 2017 +0200
Refresh patches
diff --git a/debian/patches/02-libdl.patch b/debian/patches/02-libdl.patch
index 2c7a790..dec9ed6 100644
--- a/debian/patches/02-libdl.patch
+++ b/debian/patches/02-libdl.patch
@@ -4,7 +4,7 @@ Last-Update: 2016-04-25
---
--- a/src/gx_head/wscript
+++ b/src/gx_head/wscript
-@@ -153,9 +153,7 @@ def build(bld):
+@@ -156,9 +156,7 @@
sources = sources_engine + sources_gui
incl = ['.','./engine','../..','..','../headers','../../libgxwmm','../../libgxw'] # need ".." for config.h
libpath = []
@@ -12,6 +12,6 @@ Last-Update: 2016-04-25
- if not sys.platform.startswith("darwin"):
- lib.append('dl')
+ lib = ['dl']
- uselib = ['JACK', 'SNDFILE', 'GTHREAD', 'GMODULE_EXPORT', 'WEBKIT',
+ uselib = ['JACK', 'SNDFILE', 'GTHREAD', 'GMODULE_EXPORT',
'GTK2', 'GTKMM', 'GIOMM', 'FFTW3', 'LRDF', 'LILV', 'BOOST_SYSTEM']
if bld.env["HAVE_AVAHI"]:
--
guitarix packaging
More information about the pkg-multimedia-commits
mailing list