]> git.xonotic.org Git - xonotic/xonotic-music.pk3dir.git/commitdiff
remove cdtracks that seem GPL incompatible (sourceless)
authorRudolf Polzer <divverent@alientrap.org>
Sat, 8 May 2010 16:23:21 +0000 (18:23 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 8 May 2010 16:23:21 +0000 (18:23 +0200)
14 files changed:
cdtracks.cfg [new file with mode: 0644]
cdtracks.sh [new file with mode: 0755]
sound/cdtracks/beast-of-insanity.ogg [deleted file]
sound/cdtracks/brainsukker.ogg [deleted file]
sound/cdtracks/breakdown-easy.ogg [deleted file]
sound/cdtracks/brokenlight.ogg [deleted file]
sound/cdtracks/calling-bogus.ogg [deleted file]
sound/cdtracks/chaos-fog.ogg [deleted file]
sound/cdtracks/digital-pursuit.ogg [deleted file]
sound/cdtracks/infight.ogg [deleted file]
sound/cdtracks/neuronal-diving.ogg [deleted file]
sound/cdtracks/sixtyfour_revisited.ogg [deleted file]
sound/cdtracks/subcities.ogg [deleted file]
sound/cdtracks/thru-the-mirror.ogg [deleted file]

diff --git a/cdtracks.cfg b/cdtracks.cfg
new file mode 100644 (file)
index 0000000..f83e936
--- /dev/null
@@ -0,0 +1,6 @@
+_cdtrack 1 desert3
+_cdtrack 2 ninesix
+_cdtrack 3 northern-lights
+_cdtrack 4 sixtyfour_
+_cdtrack 5 stairs
+_cdtrack 6 thunder
diff --git a/cdtracks.sh b/cdtracks.sh
new file mode 100755 (executable)
index 0000000..9009fda
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -ex
+cd sound/cdtracks
+for F in *.ogg; do
+       T=${F%.ogg} # for tracker files we still need the ext
+       if ! grep "^cdtrack [1-9][0-9]* $T" ../../cdtracks.cfg >/dev/null; then
+               n=`tail -n 1 ../../cdtracks.cfg | cut -d ' ' -f 2`
+               n=$(($n+1))
+               echo "_cdtrack $n $T" >> ../../cdtracks.cfg
+       fi
+done
diff --git a/sound/cdtracks/beast-of-insanity.ogg b/sound/cdtracks/beast-of-insanity.ogg
deleted file mode 100644 (file)
index 6c83739..0000000
Binary files a/sound/cdtracks/beast-of-insanity.ogg and /dev/null differ
diff --git a/sound/cdtracks/brainsukker.ogg b/sound/cdtracks/brainsukker.ogg
deleted file mode 100644 (file)
index b339491..0000000
Binary files a/sound/cdtracks/brainsukker.ogg and /dev/null differ
diff --git a/sound/cdtracks/breakdown-easy.ogg b/sound/cdtracks/breakdown-easy.ogg
deleted file mode 100644 (file)
index bb6da17..0000000
Binary files a/sound/cdtracks/breakdown-easy.ogg and /dev/null differ
diff --git a/sound/cdtracks/brokenlight.ogg b/sound/cdtracks/brokenlight.ogg
deleted file mode 100644 (file)
index eb4fdbc..0000000
Binary files a/sound/cdtracks/brokenlight.ogg and /dev/null differ
diff --git a/sound/cdtracks/calling-bogus.ogg b/sound/cdtracks/calling-bogus.ogg
deleted file mode 100644 (file)
index 78c1945..0000000
Binary files a/sound/cdtracks/calling-bogus.ogg and /dev/null differ
diff --git a/sound/cdtracks/chaos-fog.ogg b/sound/cdtracks/chaos-fog.ogg
deleted file mode 100644 (file)
index dd30940..0000000
Binary files a/sound/cdtracks/chaos-fog.ogg and /dev/null differ
diff --git a/sound/cdtracks/digital-pursuit.ogg b/sound/cdtracks/digital-pursuit.ogg
deleted file mode 100644 (file)
index ef91ab7..0000000
Binary files a/sound/cdtracks/digital-pursuit.ogg and /dev/null differ
diff --git a/sound/cdtracks/infight.ogg b/sound/cdtracks/infight.ogg
deleted file mode 100644 (file)
index e84659d..0000000
Binary files a/sound/cdtracks/infight.ogg and /dev/null differ
diff --git a/sound/cdtracks/neuronal-diving.ogg b/sound/cdtracks/neuronal-diving.ogg
deleted file mode 100644 (file)
index f06578f..0000000
Binary files a/sound/cdtracks/neuronal-diving.ogg and /dev/null differ
diff --git a/sound/cdtracks/sixtyfour_revisited.ogg b/sound/cdtracks/sixtyfour_revisited.ogg
deleted file mode 100644 (file)
index 6123cf5..0000000
Binary files a/sound/cdtracks/sixtyfour_revisited.ogg and /dev/null differ
diff --git a/sound/cdtracks/subcities.ogg b/sound/cdtracks/subcities.ogg
deleted file mode 100644 (file)
index 1fe7c01..0000000
Binary files a/sound/cdtracks/subcities.ogg and /dev/null differ
diff --git a/sound/cdtracks/thru-the-mirror.ogg b/sound/cdtracks/thru-the-mirror.ogg
deleted file mode 100644 (file)
index 7abd3a7..0000000
Binary files a/sound/cdtracks/thru-the-mirror.ogg and /dev/null differ