[SCM] morituri/master: * morituri/test/track-separate.cue (added): * morituri/test/track.flac (added): * morituri/test/Makefile (added): * morituri/test/track-single.cue (added): Add a simple 10 frame flac file, and two .cue files using it.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:08:44 UTC 2014


The following commit has been merged in the master branch:
commit 0d54fc1be868763bf7d45c5a9406f090716ba866
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sat Apr 11 21:58:24 2009 +0000

    	* morituri/test/track-separate.cue (added):
    	* morituri/test/track.flac (added):
    	* morituri/test/Makefile (added):
    	* morituri/test/track-single.cue (added):
    	  Add a simple 10 frame flac file, and two .cue files
    	  using it.

diff --git a/ChangeLog b/ChangeLog
index 8a18f44..3239514 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2009-04-11  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+	* morituri/test/track-separate.cue (added):
+	* morituri/test/track.flac (added):
+	* morituri/test/Makefile (added):
+	* morituri/test/track-single.cue (added):
+	  Add a simple 10 frame flac file, and two .cue files
+	  using it.
+
+2009-04-11  Thomas Vander Stichele  <thomas at apestaart dot org>
+
 	* morituri/image/image.py:
 	  If paths are relative, make them relative to cue file.
 
diff --git a/morituri/test/Makefile b/morituri/test/Makefile
new file mode 100644
index 0000000..9548788
--- /dev/null
+++ b/morituri/test/Makefile
@@ -0,0 +1,2 @@
+track.flac:
+	gst-launch audiotestsrc num-buffers=10 samplesperbuffer=588 ! audioconvert ! audio/x-raw-int,channels=2,width=16,height=16,rate=44100 ! flacenc ! filesink location=track.flac
diff --git a/morituri/test/track-separate.cue b/morituri/test/track-separate.cue
new file mode 100644
index 0000000..0e0bd7d
--- /dev/null
+++ b/morituri/test/track-separate.cue
@@ -0,0 +1,12 @@
+FILE "track.flac" WAVE
+  TRACK 01 AUDIO
+    INDEX 01 00:00:00
+FILE "track.flac" WAVE
+  TRACK 02 AUDIO
+    INDEX 01 00:00:00
+FILE "track.flac" WAVE
+  TRACK 03 AUDIO
+    INDEX 01 00:00:00
+FILE "track.flac" WAVE
+  TRACK 04 AUDIO
+    INDEX 01 00:00:00
diff --git a/morituri/test/track-single.cue b/morituri/test/track-single.cue
new file mode 100644
index 0000000..f3a0de1
--- /dev/null
+++ b/morituri/test/track-single.cue
@@ -0,0 +1,9 @@
+FILE "track.flac" WAVE
+  TRACK 01 AUDIO
+    INDEX 01 00:00:00
+  TRACK 02 AUDIO
+    INDEX 01 00:00:02
+  TRACK 03 AUDIO
+    INDEX 01 00:00:04
+  TRACK 04 AUDIO
+    INDEX 01 00:00:06
diff --git a/morituri/test/track.flac b/morituri/test/track.flac
new file mode 100644
index 0000000..7d37355
Binary files /dev/null and b/morituri/test/track.flac differ

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list