FreeBSD Bugzilla – Attachment 39645 Details for
Bug 62457
[PATCH] multimedia/camserv: unbreak/update to 0.5.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.19 KB, created by
Ulrich Spoerlein
on 2004-02-07 01:10:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ulrich Spoerlein
Created:
2004-02-07 01:10:03 UTC
Size:
3.19 KB
patch
obsolete
>--- /dev/null Sat Feb 7 01:58:20 2004 >+++ files/patch-configure Sat Feb 7 00:17:52 2004 >@@ -0,0 +1,11 @@ >+--- configure.orig Sat Feb 7 00:01:51 2004 >++++ configure Sat Feb 7 00:17:32 2004 >+@@ -5465,7 +5465,7 @@ >+ if test "$GDKPIXBUF_CONFIG"x != "x"; then >+ GDKPIXBUF_VERSION=`$GDKPIXBUF_CONFIG --version` >+ case "$GDKPIXBUF_VERSION" in >+- 0.11.*) have_gdkpixbuf=yes >++ 0.22.*) have_gdkpixbuf=yes >+ GDKPIXBUF_CFLAGS=`$GDKPIXBUF_CONFIG --cflags` >+ GDKPIXBUF_LIBS=`$GDKPIXBUF_CONFIG --libs` >+ ac_safe=`echo "gdk-pixbuf/gdk-pixbuf.h" | sed 'y%./+-%__p_%'` >--- /dev/null Sat Feb 7 01:58:20 2004 >+++ files/patch-camserv.cfg Sat Feb 7 00:41:05 2004 >@@ -0,0 +1,78 @@ >+--- camserv.cfg.in.orig Fri Mar 8 02:33:16 2002 >++++ camserv.cfg.in Sat Feb 7 00:40:42 2004 >+@@ -2,42 +2,10 @@ >+ [video_basic] >+ path CAMSERV_MODDIR/libvideo_basic.so >+ >+-# video_v4l_bttv: Example of a common BTTV module for video4linux. >+-# port 0 == TV, port 1 = Composite 1, port 2 = Composite 2 >+-# frequency == is the channel frequency for the TV >+-# autobright == 0 turns off autobrightness adjusting, otherwise it adjusts >+-# the brightness of the picture every 'autobright' frames. >+-# brightmean == The mean pixel value that is the 'goal' of the autobright. >+-# (0->255) >+-# brightx1->y2 == (x1,y1) top left coords, and (x2,y2) bottom right coords >+-# of a rectangle of which to take the average pixel value. >+-# this is then used in calculating the mean to adjust the >+-# brightness of the image. >+-# mode == the video norm to use: 0 == PAL, 1 == NTSC, 2 == SECAM, 3 == AUTO >+-# color,hue,contrast,brightness,whiteness = 0->60000, representing >+-# the value of each component. >+- >+-[video_v4l_bttv] >+-path CAMSERV_MODDIR/libvideo_v4l.so >+-device_path /dev/video0 >+-port 0 >+-mode 3 >+-#frequency 74.43 >+-color 30000 >+-hue 30000 >+-contrast 30000 >+-brightness 30000 >+-whiteness 30000 >+-autobright 1 >+-brightmean 128 >+-brightx1 0 >+-brighty1 320 >+-brightx2 0 >+-brighty2 240 >+- >+ # FreeBSD BTTV driver: >+ # port 0 = Video >+ # 1 = Tuner >++# 2 = S-Video >+ # Channel Sets: >+ # nabscst 1 >+ # cableirc 2 >+@@ -49,7 +17,7 @@ >+ # australia 8 >+ >+ [video_fbsd_bttv] >+-path CAMSERV_MODDIR/libvideo_fbsd_bttv.so.0.0 >++path CAMSERV_MODDIR/libvideo_fbsd_bttv.so >+ port 1 >+ width 320 >+ height 240 >+@@ -57,20 +25,8 @@ >+ #brightness 0 >+ #chroma 180 >+ #contrast 1000 >+-channelset 2 >+-channel 60 >+- >+-[video_v4l_qcam] >+-path CAMSERV_MODDIR/libvideo_v4l.so >+-device_path /dev/video1 >+-port 0 >+-color 30000 >+-hue 30000 >+-contrast 30000 >+-brightness 30000 >+-whiteness 30000 >+-autobright 0 >+- >++channelset 1 >++channel 3 >+ >+ [jpg_filter] >+ path CAMSERV_MODDIR/libjpg_filter.so >--- /dev/null Sat Feb 7 02:00:00 2004 >+++ files/patch-Makefile.in Sat Feb 7 00:35:18 2004 >@@ -0,0 +1,11 @@ >+--- camserv/Makefile.in.orig Sat Feb 7 00:23:59 2004 >++++ camserv/Makefile.in Sat Feb 7 00:24:04 2004 >+@@ -85,7 +85,7 @@ >+ datadir = @datadir@/camserv >+ >+ CPPFLAGS = -DDATDIR=\"${datadir}\" >+-LDFLAGS = -export-dynamic >++LDFLAGS = -export-dynamic @LDFLAGS@ >+ >+ bin_PROGRAMS = camserv >+ camserv_LDADD = $(LIBLTDL) $(top_srcdir)/common/libcommon.a
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 62457
:
39644
| 39645