diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-05-20 19:18:42 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-05-20 19:18:42 +0000 |
commit | e0d3e4e8bfa22e82d655eee7e544f50fae433fd9 (patch) | |
tree | f17ce34815bee555361165aae3e4516d326a33ee /multimedia/libdv/files | |
parent | 39a81fb91987b1862b749bed3ccfc63bbe345b64 (diff) | |
download | ports-e0d3e4e8bfa22e82d655eee7e544f50fae433fd9.tar.gz ports-e0d3e4e8bfa22e82d655eee7e544f50fae433fd9.zip |
Update to 0.9.5
Notes
Notes:
svn path=/head/; revision=59557
Diffstat (limited to 'multimedia/libdv/files')
-rw-r--r-- | multimedia/libdv/files/patch-Makefile.in | 20 | ||||
-rw-r--r-- | multimedia/libdv/files/patch-configure | 11 | ||||
-rw-r--r-- | multimedia/libdv/files/patch-encodedv:dvconnect.c | 19 | ||||
-rw-r--r-- | multimedia/libdv/files/patch-libdv:mmx.h | 25 | ||||
-rw-r--r-- | multimedia/libdv/files/patch-playdv:display.h | 13 | ||||
-rw-r--r-- | multimedia/libdv/files/patch-playdv:oss.c | 2 |
6 files changed, 1 insertions, 89 deletions
diff --git a/multimedia/libdv/files/patch-Makefile.in b/multimedia/libdv/files/patch-Makefile.in deleted file mode 100644 index d06f6dab5b9e..000000000000 --- a/multimedia/libdv/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Mon Nov 19 02:04:08 2001 -+++ Makefile.in Mon Nov 19 02:05:55 2001 -@@ -348,7 +348,7 @@ - install-exec-am: - install-exec: install-exec-recursive - --install-data-am: install-pkgconfigDATA -+install-data-am: - install-data: install-data-recursive - - install-am: all-am -@@ -356,7 +356,7 @@ - install: install-recursive - uninstall-am: uninstall-pkgconfigDATA - uninstall: uninstall-recursive --all-am: Makefile $(DATA) config.h -+all-am: Makefile config.h - all-redirect: all-recursive-am - install-strip: - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install diff --git a/multimedia/libdv/files/patch-configure b/multimedia/libdv/files/patch-configure deleted file mode 100644 index 75a4798d02b5..000000000000 --- a/multimedia/libdv/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Jun 24 22:49:16 2001 -+++ configure Mon Nov 19 15:33:53 2001 -@@ -6381,7 +6381,7 @@ - HOST_X86_FALSE= - fi - --REQUIRES='glib >= 1.2.4 gtk+ >= 1.2.4' -+REQUIRES='gtk >= 1.2.4' - - succeeded=no - diff --git a/multimedia/libdv/files/patch-encodedv:dvconnect.c b/multimedia/libdv/files/patch-encodedv:dvconnect.c deleted file mode 100644 index 8bf2c32376e6..000000000000 --- a/multimedia/libdv/files/patch-encodedv:dvconnect.c +++ /dev/null @@ -1,19 +0,0 @@ ---- encodedv/dvconnect.c.orig Sun Jun 24 13:21:45 2001 -+++ encodedv/dvconnect.c Mon Nov 19 00:53:05 2001 -@@ -24,6 +24,7 @@ - */ - - #include <stdio.h> -+#include <sys/types.h> - #include <sys/ioctl.h> - #include <sys/mman.h> - #include <string.h> -@@ -38,7 +39,7 @@ - #include <popt.h> - #endif - --#include <malloc.h> -+#include <stdlib.h> - - #define CIP_N_NTSC 2436 - #define CIP_D_NTSC 38400 diff --git a/multimedia/libdv/files/patch-libdv:mmx.h b/multimedia/libdv/files/patch-libdv:mmx.h deleted file mode 100644 index 7033e5772aa0..000000000000 --- a/multimedia/libdv/files/patch-libdv:mmx.h +++ /dev/null @@ -1,25 +0,0 @@ ---- libdv/mmx.h.orig Thu Apr 26 16:08:25 2001 -+++ libdv/mmx.h Sun Feb 10 11:03:54 2002 -@@ -72,6 +72,9 @@ - __asm__ __volatile__ ( - /* See if CPUID instruction is supported ... */ - /* ... Get copies of EFLAGS into eax and ecx */ -+ "pushl %%ebx\n\t" -+ "pushl %%ecx\n\t" -+ "pushl %%edx\n\t" - "pushf\n\t" - "popl %%eax\n\t" - "movl %%eax, %%ecx\n\t" -@@ -207,9 +210,11 @@ - "movl $0, %0\n\n\t" - - "Return:\n\t" -+ "popl %%edx\n\t" -+ "popl %%ecx\n\t" -+ "popl %%ebx\n\t" - : "=a" (rval) - : /* no input */ -- : "ebx", "ecx", "edx" - ); - - /* Return */ diff --git a/multimedia/libdv/files/patch-playdv:display.h b/multimedia/libdv/files/patch-playdv:display.h deleted file mode 100644 index a734cd14f6c5..000000000000 --- a/multimedia/libdv/files/patch-playdv:display.h +++ /dev/null @@ -1,13 +0,0 @@ ---- playdv/display.h.orig Sun Jun 24 13:06:30 2001 -+++ playdv/display.h Wed Nov 21 03:52:21 2001 -@@ -38,8 +38,8 @@ - #endif // HAVE_LIBXV - - #if HAVE_SDL --#include <SDL/SDL.h> --#include <SDL/SDL_syswm.h> -+#include <SDL.h> -+#include <SDL_syswm.h> - #endif // HAVE_SDL - - #if HAVE_GTK diff --git a/multimedia/libdv/files/patch-playdv:oss.c b/multimedia/libdv/files/patch-playdv:oss.c index 583be30e8f7b..c95592086a08 100644 --- a/multimedia/libdv/files/patch-playdv:oss.c +++ b/multimedia/libdv/files/patch-playdv:oss.c @@ -17,6 +17,6 @@ +# endif +#endif + - static const gchar *default_device = "/dev/audio"; + static const char *default_device = "/dev/dsp"; dv_oss_t * |