diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-07-07 04:33:43 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-07-07 04:33:43 +0000 |
commit | 1aac48caebcc64f863fc4e311b39cd9bf07f1aed (patch) | |
tree | a47105f1192b52ba6b98704e0477f6a6169785ca /media-sound/sound-juicer/files | |
parent | Fix qt dep (diff) | |
download | historical-1aac48caebcc64f863fc4e311b39cd9bf07f1aed.tar.gz historical-1aac48caebcc64f863fc4e311b39cd9bf07f1aed.tar.bz2 historical-1aac48caebcc64f863fc4e311b39cd9bf07f1aed.zip |
New release: 2.10.1
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-sound/sound-juicer/files')
3 files changed, 1 insertions, 23 deletions
diff --git a/media-sound/sound-juicer/files/digest-sound-juicer-0.5.15 b/media-sound/sound-juicer/files/digest-sound-juicer-0.5.15 deleted file mode 100644 index 007b728c92ab..000000000000 --- a/media-sound/sound-juicer/files/digest-sound-juicer-0.5.15 +++ /dev/null @@ -1 +0,0 @@ -MD5 f1c344b2dcd3f0efd4f9e0318f8526e1 sound-juicer-0.5.15.tar.gz 594694 diff --git a/media-sound/sound-juicer/files/digest-sound-juicer-2.10.1 b/media-sound/sound-juicer/files/digest-sound-juicer-2.10.1 new file mode 100644 index 000000000000..ce7a709b1c5a --- /dev/null +++ b/media-sound/sound-juicer/files/digest-sound-juicer-2.10.1 @@ -0,0 +1 @@ +MD5 59a5e142cf39152bcbc1467d02e4494a sound-juicer-2.10.1.tar.bz2 518894 diff --git a/media-sound/sound-juicer/files/sound-juicer-0.5.15-fix_hal_build.patch b/media-sound/sound-juicer/files/sound-juicer-0.5.15-fix_hal_build.patch deleted file mode 100644 index 84b14821dab6..000000000000 --- a/media-sound/sound-juicer/files/sound-juicer-0.5.15-fix_hal_build.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -x '*~' -uNr sound-juicer-0.5.15/src/cd-drive.c sound-juicer-0.5.15.patched/src/cd-drive.c ---- sound-juicer-0.5.15/src/cd-drive.c 2004-11-23 14:54:52.000000000 +0100 -+++ sound-juicer-0.5.15.patched/src/cd-drive.c 2004-12-13 15:15:28.552252416 +0100 -@@ -89,17 +89,9 @@ - get_hal_context (void) - { - static LibHalContext *ctx = NULL; -- LibHalFunctions hal_functions = { -- NULL, /* mainloop integration */ -- NULL, /* device_added */ -- NULL, /* device_removed */ -- NULL, /* device_new_capability */ -- NULL, /* property_modified */ -- NULL, /* device_condition */ -- }; - - if (ctx == NULL) -- ctx = hal_initialize (&hal_functions, FALSE); -+ ctx = hal_initialize (NULL, FALSE); - - return ctx; - } |