Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2002 00:15:01 +0100 (CET)
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Oliver Lehmann <lehmann@ans-netz.de>
Subject:   ports/45499: update-port: graphics/xawtv
Message-ID:  <200211192315.gAJNF1tT028914@kartoffel.salatschuessel.net>

next in thread | raw e-mail | index | archive | help

>Number:         45499
>Category:       ports
>Synopsis:       update-port: graphics/xawtv
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 19 15:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD kartoffel.salatschuessel.net 4.7-STABLE FreeBSD 4.7-STABLE #2: Sun Nov 10 11:52:45 CET 2002 olivleh1@kartoffel.salatschuessel.net:/usr/src/sys/compile/KARTOFFEL i386


>Description:
	update the port to 3.79
>How-To-Repeat:
>Fix:


--- xawtv.patch begins here ---
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
--- xawtv.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211192315.gAJNF1tT028914>