summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2007-04-10 11:38:38 +0000
committerLars Weiler <pylon@gentoo.org>2007-04-10 11:38:38 +0000
commitea97a35a7b84a9efeda0f50303539300e408ae05 (patch)
treeeb73f163d6c13f22962bd109dbafb4873e17a6c6 /app-cdr/xcdroast/files
parentMarking sparc stable (diff)
downloadgentoo-2-ea97a35a7b84a9efeda0f50303539300e408ae05.tar.gz
gentoo-2-ea97a35a7b84a9efeda0f50303539300e408ae05.tar.bz2
gentoo-2-ea97a35a7b84a9efeda0f50303539300e408ae05.zip
Adding Debian-Patches for newer cdrkit-version; bug #173942.
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-cdr/xcdroast/files')
-rw-r--r--app-cdr/xcdroast/files/cdda2wav2icedax.patch12
-rw-r--r--app-cdr/xcdroast/files/digest-xcdroast-0.98_alpha15-r56
-rw-r--r--app-cdr/xcdroast/files/mkisofs2genisoimage.patch12
3 files changed, 30 insertions, 0 deletions
diff --git a/app-cdr/xcdroast/files/cdda2wav2icedax.patch b/app-cdr/xcdroast/files/cdda2wav2icedax.patch
new file mode 100644
index 000000000000..48fbd64258b1
--- /dev/null
+++ b/app-cdr/xcdroast/files/cdda2wav2icedax.patch
@@ -0,0 +1,12 @@
+--- xcdroast.h~ 2007-04-08 20:58:40.254693596 +0200
++++ xcdroast.h 2007-04-08 20:58:40.254693596 +0200
+@@ -131,7 +131,7 @@
+ #define CDRECORDDVD_VERSION "2.01.01"
+ #define CDRECORD_VERSION_WITH_ONTHFLYAUDIO "2.01.01"
+ #define MKISOFS_VERSION "1.15a17"
+-#define CDDA2WAV_VERSION "1.11a34"
++#define CDDA2WAV_VERSION "1.1.0"
+ #define READCD_VERSION "1.11a34"
+
+ /* group to use for non-root-mode */
+
diff --git a/app-cdr/xcdroast/files/digest-xcdroast-0.98_alpha15-r5 b/app-cdr/xcdroast/files/digest-xcdroast-0.98_alpha15-r5
new file mode 100644
index 000000000000..83df78c8a710
--- /dev/null
+++ b/app-cdr/xcdroast/files/digest-xcdroast-0.98_alpha15-r5
@@ -0,0 +1,6 @@
+MD5 8ad7858aa96d29466b74b093ee82149b xcdroast-0.98_alpha15_new_configure.tar.gz 82301
+RMD160 125c5a48462bac3515c93f7e9f6e428cb901d80c xcdroast-0.98_alpha15_new_configure.tar.gz 82301
+SHA256 0e33617f9315482dd95e1228e27461e45bea4516abaebfb5b6449aedaec9de90 xcdroast-0.98_alpha15_new_configure.tar.gz 82301
+MD5 2a9c1d9f2ef58713c453e674b989be3e xcdroast-0.98alpha15.tar.gz 3282794
+RMD160 9198f67659023ce8f508fa2c331df9d9c8b81a8f xcdroast-0.98alpha15.tar.gz 3282794
+SHA256 40be77142b23fa62265a23e473bd3af43df6ab01332ea991a5ef3069530b28d8 xcdroast-0.98alpha15.tar.gz 3282794
diff --git a/app-cdr/xcdroast/files/mkisofs2genisoimage.patch b/app-cdr/xcdroast/files/mkisofs2genisoimage.patch
new file mode 100644
index 000000000000..7b9c10af7884
--- /dev/null
+++ b/app-cdr/xcdroast/files/mkisofs2genisoimage.patch
@@ -0,0 +1,12 @@
+--- io.c.old 2007-04-08 20:52:37.338058804 +0200
++++ io.c 2007-04-08 20:53:11.997771247 +0200
+@@ -10031,7 +10031,7 @@
+
+ strcpy(ver,"");
+ get_wrap_path("MKISOFS",line);
+- strcat(line," -version 2>/dev/null");
++ strcat(line," -version 2>/dev/null | head -n 1");
+
+ dodebug(1, "calling: %s\n", line);
+ if ((fpin = popen(line,"r")) == NULL) {
+