rpms/unicap/F-8 unicap-0.2.22-ia64.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 unicap.spec, 1.1, 1.2 unicap-0.2.19-libdir.patch, 1.1, NONE

Robert Scheck (robert) fedora-extras-commits at redhat.com
Sat May 17 21:14:46 UTC 2008


Author: robert

Update of /cvs/pkgs/rpms/unicap/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12444/F-8

Modified Files:
	.cvsignore sources unicap.spec 
Added Files:
	unicap-0.2.22-ia64.patch 
Removed Files:
	unicap-0.2.19-libdir.patch 
Log Message:
Upgrade to 0.2.22 (#446021)


unicap-0.2.22-ia64.patch:

--- NEW FILE unicap-0.2.22-ia64.patch ---
Patch by Yi Zhan <yi.zhan at intel.com> for unicap >= 0.2.19, which causes a working make without segmentation
fault on IA64 (Itanium 2). See https://bugzilla.redhat.com/show_bug.cgi?id=446021 for further information.

--- unicap-0.2.22/doc/reference/libunicapgtk/libunicapgtk.types		2008-02-02 15:20:55.000000000 +0000
+++ unicap-0.2.22/doc/reference/libunicapgtk/libunicapgtk.types.ia64	2008-05-12 05:24:27.000000000 +0000
@@ -1,4 +1,5 @@
 #include <gtk/gtk.h>
+#include <unicapgtk.h>
 
 unicapgtk_video_display_get_type
 unicapgtk_device_property_get_type
--- unicap-0.2.22/doc/reference/libunicapgtk/Makefile.am		2007-07-06 05:40:51.000000000 +0000
+++ unicap-0.2.22/doc/reference/libunicapgtk/Makefile.am.ia64		2008-05-12 05:25:13.000000000 +0000
@@ -67,7 +67,7 @@
 # signals and properties.
 # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-INCLUDES=`pkg-config --cflags gtk+-2.0` -I$(top_srcdir) -I$(top_builddir) 
+INCLUDES=`pkg-config --cflags gtk+-2.0` -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libunicapgtk -I$(top_srcdir)/include
 GTKDOC_LIBS=`pkg-config --libs gtk+-2.0` -L$(top_builddir)/libunicapgtk/.libs/ -lunicapgtk
 
 # This includes the standard gtk-doc make rules, copied by gtkdocize.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/unicap/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	18 Feb 2008 22:14:41 -0000	1.2
+++ .cvsignore	17 May 2008 21:13:23 -0000	1.3
@@ -1 +1 @@
-unicap-0.2.19.tar.gz
+unicap-0.2.22.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/unicap/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	18 Feb 2008 22:14:41 -0000	1.2
+++ sources	17 May 2008 21:13:23 -0000	1.3
@@ -1 +1 @@
-0ab0a533f5c1ff3a24853d2564ffb14f  unicap-0.2.19.tar.gz
+52c9feb759227a9cfac95f2f68635dab  unicap-0.2.22.tar.gz


Index: unicap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/unicap/F-8/unicap.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unicap.spec	18 Feb 2008 22:14:41 -0000	1.1
+++ unicap.spec	17 May 2008 21:13:23 -0000	1.2
@@ -1,12 +1,12 @@
 Summary:	Library to access different kinds of (video) capture devices
 Name:		unicap
-Version:	0.2.19
-Release:	3%{?dist}
+Version:	0.2.22
+Release:	1%{?dist}
 License:	GPLv2+
 Group:		System Environment/Libraries
 URL:		http://www.unicap-imaging.org/
 Source:		http://www.unicap-imaging.org/downloads/%{name}-%{version}.tar.gz
-Patch:		unicap-0.2.19-libdir.patch
+Patch:		unicap-0.2.22-ia64.patch
 BuildRequires:	intltool, /usr/bin/perl, perl(XML::Parser), gettext
 BuildRequires:	glib2-devel, gtk2-devel, pango-devel, libtheora-devel, libXv-devel
 BuildRequires:	libpng-devel, libX11-devel, libICE-devel, libraw1394-devel >= 1.1.0
@@ -32,7 +32,7 @@
 
 %prep
 %setup -q
-%patch -p1 -b .libdir
+%patch -p1 -b .ia64
 aclocal -I m4
 autoconf
 automake -a
@@ -74,6 +74,9 @@
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Sat May 17 2008 Robert Scheck <robert at fedoraproject.org> 0.2.22-1
+- Upgrade to 0.2.22 (#446021)
+
 * Sat Feb 16 2008 Robert Scheck <robert at fedoraproject.org> 0.2.19-3
 - Added patch to correct libdir paths (thanks to Ralf Corsepius)
 


--- unicap-0.2.19-libdir.patch DELETED ---




More information about the fedora-extras-commits mailing list