FreeBSD Bugzilla – Attachment 26687 Details for
Bug 45499
update-port: graphics/xawtv
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
xawtv.patch
xawtv.patch (text/plain), 4.20 KB, created by
Oliver Lehmann
on 2002-11-19 23:20:01 UTC
(
hide
)
Description:
xawtv.patch
Filename:
MIME Type:
Creator:
Oliver Lehmann
Created:
2002-11-19 23:20:01 UTC
Size:
4.20 KB
patch
obsolete
>diff -ruN xawtv.old/Makefile /usr/ports/graphics/xawtv/Makefile >--- xawtv.old/Makefile Tue Nov 19 22:00:01 2002 >+++ /usr/ports/graphics/xawtv/Makefile Tue Nov 19 22:00:12 2002 >@@ -6,7 +6,7 @@ > # > > PORTNAME= xawtv >-PORTVERSION= 3.78 >+PORTVERSION= 3.79 > CATEGORIES= graphics > MASTER_SITES= http://bytesex.org/xawtv/ > DISTNAME= ${PORTNAME}_${PORTVERSION} >diff -ruN xawtv.old/distinfo /usr/ports/graphics/xawtv/distinfo >--- xawtv.old/distinfo Tue Nov 19 22:00:01 2002 >+++ /usr/ports/graphics/xawtv/distinfo Wed Nov 20 00:04:09 2002 >@@ -1 +1 @@ >-MD5 (xawtv_3.78.tar.gz) = 12dc344028611e56e69cc7b4c4b2207e >+MD5 (xawtv_3.79.tar.gz) = 351caf310fd7b9328c2c422304f56d6d >diff -ruN xawtv.old/files/patch-Makefile.in /usr/ports/graphics/xawtv/files/patch-Makefile.in >--- xawtv.old/files/patch-Makefile.in Tue Nov 19 22:00:01 2002 >+++ /usr/ports/graphics/xawtv/files/patch-Makefile.in Tue Nov 19 23:59:10 2002 >@@ -1,7 +1,7 @@ >---- Makefile.in.orig Mon Sep 9 16:05:39 2002 >-+++ Makefile.in Wed Oct 30 20:54:40 2002 >-@@ -62,15 +62,7 @@ >- FOUND_ZVBI := @FOUND_ZVBI@ >+--- Makefile.in.orig Thu Nov 14 17:07:24 2002 >++++ Makefile.in Tue Nov 19 23:59:02 2002 >+@@ -65,20 +65,9 @@ >+ USE_MMX := @USE_MMX@ > > # build final cflags > -CFLAGS := @CFLAGS@ >@@ -11,10 +11,23 @@ > -CFLAGS += $(LIB_FLAGS) > -CFLAGS += -DCONFIGFILE='"$(config)"' > -CFLAGS += -DLIBDIR='"$(libdir)"' >+-CFLAGS += -DDATADIR='"$(datadir)"' > -CFLAGS += -DVERSION='"$(VERSION)"' >--CXXFLAGS = $(CFLAGS) >-+CFLAGS += @CFLAGS@ $(WARN_FLAGS) $(LFS_FLAGS) $(X11_FLAGS) $(LIB_FLAGS) -DCONFIGFILE='"$(config)"' -DLIBDIR='"$(libdir)"' -DVERSION='"$(VERSION)"' -fPIC >-+CXXFLAGS += $(CFLAGS) >++CFLAGS += @CFLAGS@ $(WARN_FLAGS) $(LFS_FLAGS) $(X11_FLAGS) $(LIB_FLAGS) -DCONFIGFILE='"$(config)"' -DLIBDIR='"$(libdir)"' -DDATADIR='"$(datadir)"' -DVERSION='"$(VERSION)"' -fPIC >+ CXXFLAGS = $(CFLAGS) > >- # shared objects need -fPIC >+-# shared objects need -fPIC > -%.so : CFLAGS += -fPIC >+- >+ # libraries >+ LDLIBS := @LDLIBS@ >+ >+@@ -131,7 +120,7 @@ >+ ar_lib = rm -f $@ && ar -r $@ $^ && ranlib $@ >+ >+ # non-verbose output >+-VERBOSE = no >++VERBOSE = yes >+ ifeq ($(VERBOSE),yes) >+ echo_compile_c = echo $(compile_c) >+ echo_compile_cc = echo $(compile_cc) >diff -ruN xawtv.old/files/patch-console::showqt.c /usr/ports/graphics/xawtv/files/patch-console::showqt.c >--- xawtv.old/files/patch-console::showqt.c Thu Jan 1 01:00:00 1970 >+++ /usr/ports/graphics/xawtv/files/patch-console::showqt.c Tue Nov 19 23:58:32 2002 >@@ -0,0 +1,18 @@ >+--- console/showqt.c.orig Tue Nov 19 23:49:53 2002 >++++ console/showqt.c Tue Nov 19 23:57:26 2002 >+@@ -11,6 +11,15 @@ >+ #include <inttypes.h> >+ #include <time.h> >+ >++#if !defined(PRId64) >++#define PRId64 "lld" >++#endif >++ >++#if !defined(PRIx64) >++#define PRIx64 "llX" >++#endif >++ >++ >+ #if BYTE_ORDER == LITTLE_ENDIAN >+ # define SWAP2(x) (((x>>8) & 0x00ff) |\ >+ ((x<<8) & 0xff00)) >diff -ruN xawtv.old/pkg-plist /usr/ports/graphics/xawtv/pkg-plist >--- xawtv.old/pkg-plist Tue Nov 19 22:00:01 2002 >+++ /usr/ports/graphics/xawtv/pkg-plist Wed Nov 20 00:11:04 2002 >@@ -14,12 +14,16 @@ > bin/webcam > bin/xawtv > bin/xawtv-remote >+lib/xawtv/bilinear.so > lib/xawtv/conv-mjpeg.so >+lib/xawtv/cubic.so > lib/xawtv/drv0-bsd.so > lib/xawtv/flt-disor.so > lib/xawtv/flt-gamma.so > lib/xawtv/flt-invert.so > lib/xawtv/flt-smooth.so >+lib/xawtv/linear-blend.so >+lib/xawtv/linedoubler.so > lib/xawtv/read-avi.so > lib/xawtv/snd-oss.so > lib/xawtv/write-avi.so >@@ -42,6 +46,31 @@ > @dirrm man/es/man5 > @dirrm man/es/man1 > @dirrm man/es >+share/xawtv/Index.map >+share/xawtv/argentina.list >+share/xawtv/ccir-h.list >+share/xawtv/ccir-i-iii.list >+share/xawtv/ccir-sl-sh.list >+share/xawtv/europe-east.list >+share/xawtv/europe-west.list >+share/xawtv/ntsc-bcast-jp.list >+share/xawtv/ntsc-bcast.list >+share/xawtv/ntsc-cable-ca.list >+share/xawtv/ntsc-cable-jp.list >+share/xawtv/ntsc-cable.list >+share/xawtv/ntsc-hrc.list >+share/xawtv/oirt-i-iii.list >+share/xawtv/oirt-sl-sh.list >+share/xawtv/pal-australia-optus.list >+share/xawtv/pal-australia.list >+share/xawtv/pal-bcast-cn.list >+share/xawtv/pal-bcast-za.list >+share/xawtv/pal-ireland.list >+share/xawtv/pal-italy.list >+share/xawtv/pal-newzealand.list >+share/xawtv/secam-france.list >+share/xawtv/uhf.list >+@dirrm share/xawtv > @cwd %%X11BASE%% > lib/X11/app-defaults/MoTV > lib/X11/de/app-defaults/MoTV
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 45499
: 26687