summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/mixxx/files')
-rw-r--r--media-sound/mixxx/files/mixxx-1.9.0-linux3.patch23
-rw-r--r--media-sound/mixxx/files/mixxx-1.9.2-flags.patch (renamed from media-sound/mixxx/files/mixxx-1.9.0-flags.patch)11
-rw-r--r--media-sound/mixxx/files/mixxx-1.9.2-libsoundtouch.patch (renamed from media-sound/mixxx/files/mixxx-1.9.0-libsoundtouch.patch)0
3 files changed, 0 insertions, 34 deletions
diff --git a/media-sound/mixxx/files/mixxx-1.9.0-linux3.patch b/media-sound/mixxx/files/mixxx-1.9.0-linux3.patch
deleted file mode 100644
index 89bac8eaa..000000000
--- a/media-sound/mixxx/files/mixxx-1.9.0-linux3.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-=== modified file 'mixxx/build/mixxx.py'
---- mixxx/build/mixxx.py 2011-06-13 01:29:39 +0000
-+++ mixxx/build/mixxx.py 2011-06-17 17:37:59 +0000
-@@ -188,7 +188,7 @@
- # Should cover {Net,Open,Free,DragonFly}BSD, but only tested on OpenBSD
- if 'bsd' in sys.platform:
- return 'bsd'
-- if 'linux2' == sys.platform:
-+ if sys.platform in ['linux2', 'linux3']:
- return 'linux'
- if sys.platform == 'darwin':
- return 'osx'
---- mixxx/build/qt4.py 2011-09-15 01:05:21.872433812 +0100
-+++ mixxx/build/qt4.py 2011-09-15 01:06:34.628431259 +0100
-@@ -409,7 +409,7 @@
- self.AppendUnique(CPPFLAGS=['-DQT_GUI_LIB'])
-
- debugSuffix = ''
-- if sys.platform == "linux2" :
-+ if sys.platform in ["linux2", "linux3"]:
- if debug : debugSuffix = '_debug'
- for module in modules :
- if module not in pclessModules : continue
diff --git a/media-sound/mixxx/files/mixxx-1.9.0-flags.patch b/media-sound/mixxx/files/mixxx-1.9.2-flags.patch
index 09c008823..c543e76cb 100644
--- a/media-sound/mixxx/files/mixxx-1.9.0-flags.patch
+++ b/media-sound/mixxx/files/mixxx-1.9.2-flags.patch
@@ -1,14 +1,3 @@
---- build/mixxx.py.orig 2010-12-22 11:21:56.000000000 -0800
-+++ build/mixxx.py 2010-12-22 11:16:22.000000000 -0800
-@@ -189,7 +189,7 @@
- if os.environ.has_key('CC'):
- self.env['CC'] = os.environ['CC']
- if os.environ.has_key('CFLAGS'):
-- self.env['CCFLAGS'] += SCons.Util.CLVar(os.environ['CFLAGS'])
-+ self.env['CFLAGS'] += SCons.Util.CLVar(os.environ['CFLAGS'])
- if os.environ.has_key('CXX'):
- self.env['CXX'] = os.environ['CXX']
- if os.environ.has_key('CXXFLAGS'):
--- build/depends.py.orig 2010-12-22 11:13:22.000000000 -0800
+++ build/depends.py 2010-12-22 11:14:02.000000000 -0800
@@ -587,10 +587,8 @@
diff --git a/media-sound/mixxx/files/mixxx-1.9.0-libsoundtouch.patch b/media-sound/mixxx/files/mixxx-1.9.2-libsoundtouch.patch
index 25f349c3a..25f349c3a 100644
--- a/media-sound/mixxx/files/mixxx-1.9.0-libsoundtouch.patch
+++ b/media-sound/mixxx/files/mixxx-1.9.2-libsoundtouch.patch