diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-21 16:03:38 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-21 16:03:38 +0000 |
commit | d3325211fa37ef61ad008d62ccc01d356fa16f84 (patch) | |
tree | 3e944b622509f478286795ad25ef31092a4014ce /media-sound/streamripper | |
parent | Patch applied by Benoit Jacob upstream, fixes compilation issue with GCC 4.1.... (diff) | |
download | historical-d3325211fa37ef61ad008d62ccc01d356fa16f84.tar.gz historical-d3325211fa37ef61ad008d62ccc01d356fa16f84.tar.bz2 historical-d3325211fa37ef61ad008d62ccc01d356fa16f84.zip |
old
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'media-sound/streamripper')
-rw-r--r-- | media-sound/streamripper/Manifest | 1 | ||||
-rw-r--r-- | media-sound/streamripper/files/streamripper-1.62.2-implicit-declarations.patch | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/media-sound/streamripper/Manifest b/media-sound/streamripper/Manifest index ab236a984573..3c5ae84486f4 100644 --- a/media-sound/streamripper/Manifest +++ b/media-sound/streamripper/Manifest @@ -1,4 +1,3 @@ -AUX streamripper-1.62.2-implicit-declarations.patch 751 RMD160 4c8811d55140335c177554d55ba672a758eafc16 SHA1 5b287a0e76790b8b95a4bcd76b524fabfe2e3b10 SHA256 b291061de130c51dd4f058a106548e5e8d2b8f8943fac955e6ea8ca1c9984633 DIST streamripper-1.64.0.tar.gz 839535 RMD160 ca9962894b7238eba145bdd1d692757014d39b7d SHA1 b09f7675bb83796aa412cb94481003441c382821 SHA256 a53f50d26de3610e59a07eaf81cc9da348aaf7b35bc4a302f2e5f6defb1297ae EBUILD streamripper-1.64.0.ebuild 969 RMD160 5570e51076504d9a18acf70b5118f62b2f6e5779 SHA1 b72f970574507f8736536ff654bf88b3aaa92c2d SHA256 1ad9142b33ebeba34d568af213c030887c1ddbe0d1876b9a7f63d4dd1271ac5c MISC ChangeLog 9195 RMD160 c27b6966fb430fc7a8800a1838388375df655e80 SHA1 91721a6c1e8dd4e0e6ffe191d7bd0d0e22e651e5 SHA256 18fa6459406f6126e80ddd6b1f678c5bed93ca6fe24a70ebf1cfcf26379a47f7 diff --git a/media-sound/streamripper/files/streamripper-1.62.2-implicit-declarations.patch b/media-sound/streamripper/files/streamripper-1.62.2-implicit-declarations.patch deleted file mode 100644 index 949334e56498..000000000000 --- a/media-sound/streamripper/files/streamripper-1.62.2-implicit-declarations.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -ur streamripper-1.62.2.orig/lib/parse.c streamripper-1.62.2/lib/parse.c ---- streamripper-1.62.2.orig/lib/parse.c 2007-05-26 22:37:00.000000000 +0300 -+++ streamripper-1.62.2/lib/parse.c 2007-08-13 17:48:52.000000000 +0300 -@@ -23,7 +23,7 @@ - #include "mchar.h" - #include "debug.h" - #include "srtypes.h" --#include "regex.h" -+#include <tre/regex.h> - - /* GCS FIX: figure out function prototypes for regwcomp, regwexec */ - -diff -ur streamripper-1.62.2.orig/lib/utf8.c streamripper-1.62.2/lib/utf8.c ---- streamripper-1.62.2.orig/lib/utf8.c 2005-12-31 18:02:54.000000000 +0200 -+++ streamripper-1.62.2/lib/utf8.c 2007-08-13 17:51:29.000000000 +0300 -@@ -25,7 +25,7 @@ - #include <string.h> - - #include "utf8.h" -- -+#include "charset.h" - - #ifdef _WIN32 - |