summaryrefslogtreecommitdiffstats
path: root/graphics/swfdec/files
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-20 10:56:15 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-20 10:56:15 +0800
commitadfd8c1bceda3b157e08b451a62eef4c8ad031c3 (patch)
treee5d8bbbef49723c723a7957f75626c282db3b64d /graphics/swfdec/files
parent2fb9f4a561bef45a715b36cd4d3e70d267f5c3c1 (diff)
downloadmarcuscom-ports-adfd8c1bceda3b157e08b451a62eef4c8ad031c3.tar
marcuscom-ports-adfd8c1bceda3b157e08b451a62eef4c8ad031c3.tar.gz
marcuscom-ports-adfd8c1bceda3b157e08b451a62eef4c8ad031c3.tar.bz2
marcuscom-ports-adfd8c1bceda3b157e08b451a62eef4c8ad031c3.tar.lz
marcuscom-ports-adfd8c1bceda3b157e08b451a62eef4c8ad031c3.tar.xz
marcuscom-ports-adfd8c1bceda3b157e08b451a62eef4c8ad031c3.tar.zst
marcuscom-ports-adfd8c1bceda3b157e08b451a62eef4c8ad031c3.zip
- Move gstreamer 0.8 stuff to gstreamer*80 in preps of gstreamer 0.10
- Add USE_GSTREAMER80 to support old gstreamer - Add a bunch of ports that use USE_GSTREAMER80 Some stuff repo-copied by: marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5446 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/swfdec/files')
-rw-r--r--graphics/swfdec/files/patch-ltmain.sh15
-rw-r--r--graphics/swfdec/files/patch-test_render.c10
2 files changed, 25 insertions, 0 deletions
diff --git a/graphics/swfdec/files/patch-ltmain.sh b/graphics/swfdec/files/patch-ltmain.sh
new file mode 100644
index 000000000..b3c8af1df
--- /dev/null
+++ b/graphics/swfdec/files/patch-ltmain.sh
@@ -0,0 +1,15 @@
+--- ltmain.sh.orig Wed Nov 24 17:28:43 2004
++++ ltmain.sh Wed Nov 24 17:28:55 2004
+@@ -5551,10 +5551,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false ; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/graphics/swfdec/files/patch-test_render.c b/graphics/swfdec/files/patch-test_render.c
new file mode 100644
index 000000000..5a78efee0
--- /dev/null
+++ b/graphics/swfdec/files/patch-test_render.c
@@ -0,0 +1,10 @@
+--- test/render.c.orig Wed Dec 15 12:04:53 2004
++++ test/render.c Wed Dec 15 12:42:01 2004
+@@ -12,6 +12,7 @@
+ #include <swfdec_render.h>
+ #include <swfdec_sprite.h>
+ #include <swfdec_buffer.h>
++#include <sys/signal.h>
+ #include <ucontext.h>
+ #include <sys/mman.h>
+