summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-04-22 08:28:35 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-04-22 08:28:35 +0000
commitdcbd0199554b70759cd76cb4f5e1f4a10cff6710 (patch)
tree77961a9c98d118c137c920f1d08b8a4d70c0e35b /media-plugins/xmms-smpeg/files
parentmove media-video/smpeg-xmms media-plugins/xmms-smpeg (diff)
downloadgentoo-2-dcbd0199554b70759cd76cb4f5e1f4a10cff6710.tar.gz
gentoo-2-dcbd0199554b70759cd76cb4f5e1f4a10cff6710.tar.bz2
gentoo-2-dcbd0199554b70759cd76cb4f5e1f4a10cff6710.zip
Package moved to media-plugins/xmms-smpeg.
Diffstat (limited to 'media-plugins/xmms-smpeg/files')
-rw-r--r--media-plugins/xmms-smpeg/files/digest-xmms-smpeg-0.3.5-r11
-rw-r--r--media-plugins/xmms-smpeg/files/xmms-smpeg-0.3.5-gcc.patch34
2 files changed, 35 insertions, 0 deletions
diff --git a/media-plugins/xmms-smpeg/files/digest-xmms-smpeg-0.3.5-r1 b/media-plugins/xmms-smpeg/files/digest-xmms-smpeg-0.3.5-r1
new file mode 100644
index 000000000000..b8ce5f08e223
--- /dev/null
+++ b/media-plugins/xmms-smpeg/files/digest-xmms-smpeg-0.3.5-r1
@@ -0,0 +1 @@
+MD5 07e49327e0d9e7f24781f29a12de94cf smpeg-xmms-0.3.5.tar.gz 141182
diff --git a/media-plugins/xmms-smpeg/files/xmms-smpeg-0.3.5-gcc.patch b/media-plugins/xmms-smpeg/files/xmms-smpeg-0.3.5-gcc.patch
new file mode 100644
index 000000000000..e293bfbb343a
--- /dev/null
+++ b/media-plugins/xmms-smpeg/files/xmms-smpeg-0.3.5-gcc.patch
@@ -0,0 +1,34 @@
+--- configure.orig 2004-02-26 19:54:31.000000000 -0800
++++ configure 2004-02-26 19:55:25.000000000 -0800
+@@ -2701,22 +2701,22 @@
+ }
+ else
+ {
+- printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the
+-minimum version\n", $smpeg_major_version, $smpeg_minor_version,
+-$smpeg_micro_version);
+- printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is
+-correct, then it is\n", major, minor, micro);
++ printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the minimum version\n", $smpeg_major_version, $smpeg_minor_version, $smpeg_micro_version);
++ printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is correct, then it is\n", major, minor, micro);
+ printf("*** best to upgrade to the required version.\n");
+- printf("*** If smpeg-config was wrong, set the environment variable
+-SMPEG_CONFIG\n");
+- printf("*** to point to the correct copy of smpeg-config, and remove
+-the file\n");
++ printf("*** If smpeg-config was wrong, set the environment variable SMPEG_CONFIG\n");
++ printf("*** to point to the correct copy of smpeg-config, and remove the file\n");
+ printf("*** config.cache before re-running configure\n");
+ return 1;
+ }
+ }
+
+
++
++
++
++
++
+ EOF
+ if { (eval echo configure:2722: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+ then