diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-19 18:27:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-20 19:53:38 +0200 |
commit | 633fe3ef432efe342e81dbe2429eaf9c34cf538d (patch) | |
tree | f12715c627b46d0ce4f2913a88b75b8a9607a998 /package/xawtv/patches | |
parent | a4b30459ce19bdbde09c91c97772b6bb8a66030c (diff) |
update to latest upstream
Diffstat (limited to 'package/xawtv/patches')
-rw-r--r-- | package/xawtv/patches/patch-Makefile | 18 | ||||
-rw-r--r-- | package/xawtv/patches/patch-Makefile_in | 11 | ||||
-rw-r--r-- | package/xawtv/patches/patch-configure_ac | 11 | ||||
-rw-r--r-- | package/xawtv/patches/patch-console_fbtools_c | 10 | ||||
-rw-r--r-- | package/xawtv/patches/patch-console_record_c | 11 | ||||
-rw-r--r-- | package/xawtv/patches/patch-mk_Compile_mk | 11 | ||||
-rw-r--r-- | package/xawtv/patches/patch-x11_rootv_c | 20 |
7 files changed, 11 insertions, 81 deletions
diff --git a/package/xawtv/patches/patch-Makefile b/package/xawtv/patches/patch-Makefile deleted file mode 100644 index bdda68ed2..000000000 --- a/package/xawtv/patches/patch-Makefile +++ /dev/null @@ -1,18 +0,0 @@ ---- xawtv-3.102.orig/Makefile 2011-09-05 19:26:02.000000000 +0200 -+++ xawtv-3.102/Makefile 2011-09-26 21:03:31.839340414 +0200 -@@ -1,6 +1,6 @@ - - # passed to configure --prefix = /usr/local -+prefix = /usr - - # arch name -- for build directory - arch := $(shell echo "arch-`uname -m`-`uname -s`" | tr "A-Z" "a-z") -@@ -21,5 +21,5 @@ tag archive rpm dsc debs pbuild release - - $(arch)/Makefile: configure - mkdir -p $(arch) -- (cd $(arch); ../configure \ -- --prefix=$(prefix) ) -+ (cd $(arch); ../configure --disable-xft \ -+ --prefix=$(prefix) --host=@@GNU_TARGET_NAME@@ ) diff --git a/package/xawtv/patches/patch-Makefile_in b/package/xawtv/patches/patch-Makefile_in deleted file mode 100644 index cac9d71bc..000000000 --- a/package/xawtv/patches/patch-Makefile_in +++ /dev/null @@ -1,11 +0,0 @@ ---- xawtv-3.102.orig/Makefile.in 2011-09-05 19:26:02.000000000 +0200 -+++ xawtv-3.102/Makefile.in 2011-09-18 20:42:35.107990034 +0200 -@@ -3,7 +3,7 @@ VPATH := $(srcdir) - - # for package builds (buildroot install + no root privs needed) - DESTDIR= --SUID_ROOT=-m4755 -o root -+SUID_ROOT=-m755 - STRIP_FLAG= - - # install paths diff --git a/package/xawtv/patches/patch-configure_ac b/package/xawtv/patches/patch-configure_ac new file mode 100644 index 000000000..b9dd83619 --- /dev/null +++ b/package/xawtv/patches/patch-configure_ac @@ -0,0 +1,11 @@ +--- xawtv-3.103.orig/configure.ac 2013-04-02 15:19:10.000000000 +0200 ++++ xawtv-3.103/configure.ac 2014-05-19 16:15:31.000000000 +0200 +@@ -119,7 +119,7 @@ fi + AC_CHECK_LIB(ossaudio,main,LIBOSS="-lossaudio") + AC_CHECK_LIB(ncursesw,initscr,LIBCURSES="-lncursesw") + if test "$LIBCURSES" = ""; then +- AC_CHECK_LIB(ncurses,initscr,LIBCURSES="-lncurses") ++ AC_CHECK_LIB(ncurses,initscr,LIBCURSES="-lncurses -ltinfo") + fi + if test "$LIBCURSES" = ""; then + AC_CHECK_LIB(curses,initscr,LIBCURSES="-lcurses") diff --git a/package/xawtv/patches/patch-console_fbtools_c b/package/xawtv/patches/patch-console_fbtools_c deleted file mode 100644 index aa4d98bb6..000000000 --- a/package/xawtv/patches/patch-console_fbtools_c +++ /dev/null @@ -1,10 +0,0 @@ ---- xawtv-3.102.orig/console/fbtools.c 2011-09-05 19:26:02.000000000 +0200 -+++ xawtv-3.102/console/fbtools.c 2011-09-26 21:10:50.109340133 +0200 -@@ -520,6 +520,6 @@ fb_catch_exit_signals(void) - - /* cleanup */ - fb_cleanup(); -- fprintf(stderr,"Oops: %s\n",sys_siglist[termsig]); -+ fprintf(stderr,"Oops: %s\n",strsignal(termsig)); - exit(42); - } diff --git a/package/xawtv/patches/patch-console_record_c b/package/xawtv/patches/patch-console_record_c deleted file mode 100644 index bb679f3fe..000000000 --- a/package/xawtv/patches/patch-console_record_c +++ /dev/null @@ -1,11 +0,0 @@ ---- xawtv-3.102.orig/console/record.c 2011-09-05 19:26:02.000000000 +0200 -+++ xawtv-3.102/console/record.c 2011-09-26 21:09:52.219340170 +0200 -@@ -429,7 +429,7 @@ ctrlc(int signal) - { - if (verbose) - fprintf(stderr,"\n%s - exiting\n", -- sys_siglist[signal]); -+ strsignal(signal)); - stop = 1; - } - diff --git a/package/xawtv/patches/patch-mk_Compile_mk b/package/xawtv/patches/patch-mk_Compile_mk deleted file mode 100644 index 0c64d48fc..000000000 --- a/package/xawtv/patches/patch-mk_Compile_mk +++ /dev/null @@ -1,11 +0,0 @@ ---- xawtv-3.102.orig/mk/Compile.mk 2011-09-05 19:26:02.000000000 +0200 -+++ xawtv-3.102/mk/Compile.mk 2011-09-18 20:39:27.867990854 +0200 -@@ -13,7 +13,7 @@ - ######################################################################## - - # verbose yes/no --verbose ?= no -+verbose ?= yes - - # dependency files - tmpdep = mk/$(subst /,_,$*).tmp diff --git a/package/xawtv/patches/patch-x11_rootv_c b/package/xawtv/patches/patch-x11_rootv_c deleted file mode 100644 index 8e3393f54..000000000 --- a/package/xawtv/patches/patch-x11_rootv_c +++ /dev/null @@ -1,20 +0,0 @@ ---- xawtv-3.102.orig/x11/rootv.c 2011-09-05 19:26:02.000000000 +0200 -+++ xawtv-3.102/x11/rootv.c 2011-09-26 21:12:26.549340070 +0200 -@@ -133,7 +133,7 @@ catch_sig(int signal) - termsig = signal; - if (verbose) - fprintf(stderr,"received signal %d [%s]\n", -- termsig,sys_siglist[termsig]); -+ termsig,strsignal(termsig)); - } - - static void usage(FILE *fp) -@@ -422,7 +422,7 @@ main(int argc, char *argv[]) - } - if (verbose && termsig) - fprintf(stderr,"exiting on signal %d [%s]\n", -- termsig,sys_siglist[termsig]); -+ termsig,strsignal(termsig)); - if (do_mute && have_mute) - XvSetPortAttribute(dpy,port,XV_MUTE,1); - XvStopVideo(dpy,port,win); |