summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-08-28 22:27:50 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-08-28 22:27:50 +0000
commit16fda998675c1017d56a06e0bad61fc6e66af663 (patch)
treecb00540c29f6f3fb1dd2eb70e13c956413b6ec8d /media-video/transcode/files
parentopenhbci-0.9.13 (diff)
downloadhistorical-16fda998675c1017d56a06e0bad61fc6e66af663.tar.gz
historical-16fda998675c1017d56a06e0bad61fc6e66af663.tar.bz2
historical-16fda998675c1017d56a06e0bad61fc6e66af663.zip
Version bumped.
Diffstat (limited to 'media-video/transcode/files')
-rw-r--r--media-video/transcode/files/digest-transcode-0.6.91
-rw-r--r--media-video/transcode/files/transcode-0.6.9-makefile.patch23
2 files changed, 24 insertions, 0 deletions
diff --git a/media-video/transcode/files/digest-transcode-0.6.9 b/media-video/transcode/files/digest-transcode-0.6.9
new file mode 100644
index 000000000000..7b327fd3cd32
--- /dev/null
+++ b/media-video/transcode/files/digest-transcode-0.6.9
@@ -0,0 +1 @@
+MD5 34158c90f6e4efbd45c2efb5703af23a transcode-0.6.9.tar.gz 2980047
diff --git a/media-video/transcode/files/transcode-0.6.9-makefile.patch b/media-video/transcode/files/transcode-0.6.9-makefile.patch
new file mode 100644
index 000000000000..c3563fd46a09
--- /dev/null
+++ b/media-video/transcode/files/transcode-0.6.9-makefile.patch
@@ -0,0 +1,23 @@
+--- transcode-0.6.9/export/Makefile.am.orig 2003-08-04 17:21:42.000000000 -0300
++++ transcode-0.6.9/export/Makefile.am 2003-08-26 11:43:22.000000000 -0300
+@@ -239,5 +239,5 @@
+
+
+ install-exec-hook:
+- @rm -f $(MOD_PATH)/export_xvid.so
+- @$(LN_S) export_$(XVID_DEFAULT).so $(MOD_PATH)/export_xvid.so
++ #@rm -f $(MOD_PATH)/export_xvid.so
++ @$(LN_S) export_$(XVID_DEFAULT).so $(DESTDIR)$(MOD_PATH)/export_xvid.so
+--- transcode-0.6.9/export/Makefile.in.orig 2003-08-04 17:21:42.000000000 -0300
++++ transcode-0.6.9/export/Makefile.in 2003-08-26 12:04:55.000000000 -0300
+@@ -1114,8 +1114,8 @@
+
+
+ install-exec-hook:
+- @rm -f $(MOD_PATH)/export_xvid.so
+- @$(LN_S) export_$(XVID_DEFAULT).so $(MOD_PATH)/export_xvid.so
++ #@rm -f $(MOD_PATH)/export_xvid.so
++ @$(LN_S) export_$(XVID_DEFAULT).so $(DESTDIR)$(MOD_PATH)/export_xvid.so
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT: