summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2007-03-26 18:15:11 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2007-03-26 18:15:11 +0000
commit8faf036868a2ab8723c507d528865c806b8be607 (patch)
treef4326675f1f82d953ab0eaef88c7ca31f36a258e /media-sound/ripperx/files
parentAdded ~x86 keyword. Bug 172263 (diff)
downloadhistorical-8faf036868a2ab8723c507d528865c806b8be607.tar.gz
historical-8faf036868a2ab8723c507d528865c806b8be607.tar.bz2
historical-8faf036868a2ab8723c507d528865c806b8be607.zip
Version bump and new asneeded patch from Marcelo Goes <vanquirius AT gentoo.org>. Now install plugins/ripperX_plugin-toolame, BUGS, desktop entry, icon and toolchanify CC. Bug 172252.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'media-sound/ripperx/files')
-rw-r--r--media-sound/ripperx/files/digest-ripperx-2.7.03
-rw-r--r--media-sound/ripperx/files/ripperx-2.7.0-asneeded.patch22
2 files changed, 25 insertions, 0 deletions
diff --git a/media-sound/ripperx/files/digest-ripperx-2.7.0 b/media-sound/ripperx/files/digest-ripperx-2.7.0
new file mode 100644
index 000000000000..6706209b78ff
--- /dev/null
+++ b/media-sound/ripperx/files/digest-ripperx-2.7.0
@@ -0,0 +1,3 @@
+MD5 bf69f2cbfb52551ac18e713e9894f306 ripperX-2.7.0.tar.gz 172818
+RMD160 033445c096c8bf57c84ac0d870dc33f0c3b5723e ripperX-2.7.0.tar.gz 172818
+SHA256 af97a0e0951bd6cb7f72e3d0f3c1effbb17832102aac4c5a75910ff2bbca0b7e ripperX-2.7.0.tar.gz 172818
diff --git a/media-sound/ripperx/files/ripperx-2.7.0-asneeded.patch b/media-sound/ripperx/files/ripperx-2.7.0-asneeded.patch
new file mode 100644
index 000000000000..21112b0c439f
--- /dev/null
+++ b/media-sound/ripperx/files/ripperx-2.7.0-asneeded.patch
@@ -0,0 +1,22 @@
+diff --exclude='*~' -Naur ripperX-2.7.0.orig/src/Makefile.in ripperX-2.7.0/src/Makefile.in
+--- ripperX-2.7.0.orig/src/Makefile.in 2007-03-25 21:20:21.000000000 -0300
++++ ripperX-2.7.0/src/Makefile.in 2007-03-25 21:21:14.000000000 -0300
+@@ -11,7 +11,8 @@
+
+ CC = @CC@
+ CFLAGS = @CFLAGS@
+-LDFLAGS = @LDFLAGS@ @LIBS@ -lutil -lid3
++LDFLAGS = @LDFLAGS@
++LIBS = @LIBS@ -lutil -lid3
+ INSTALL = @INSTALL@
+
+ CFILES = main.c\
+@@ -36,7 +37,7 @@
+ all: ripperX
+
+ ripperX: $(OFILES)
+- $(CC) $(LDFLAGS) $(OFILES) -o ripperX
++ $(CC) $(LDFLAGS) $(OFILES) $(LIBS) -o ripperX
+
+ .c.o:
+ $(CC) $(CFLAGS) -c $<