rpms/gxine/devel .cvsignore, 1.4, 1.5 gxine.spec, 1.29, 1.30 sources, 1.4, 1.5

Martin Sourada mso at fedoraproject.org
Sun Oct 25 19:26:23 UTC 2009


Author: mso

Update of /cvs/extras/rpms/gxine/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22475

Modified Files:
	.cvsignore gxine.spec sources 
Log Message:


0.5.904

disable lirc support as gxine's ./configure does not find fedora's lirc




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gxine/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	15 Jun 2008 15:56:32 -0000	1.4
+++ .cvsignore	25 Oct 2009 19:26:22 -0000	1.5
@@ -1 +1 @@
-gxine-0.5.903.tar.bz2
+gxine-0.5.904.tar.bz2


Index: gxine.spec
===================================================================
RCS file: /cvs/extras/rpms/gxine/devel/gxine.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- gxine.spec	25 Jul 2009 01:57:35 -0000	1.29
+++ gxine.spec	25 Oct 2009 19:26:22 -0000	1.30
@@ -1,6 +1,6 @@
 Name:           gxine
-Version:        0.5.903
-Release:        4%{?dist}
+Version:        0.5.904
+Release:        1%{?dist}
 Summary:        GTK frontend for the xine multimedia library
 
 Group:          Applications/Multimedia
@@ -9,7 +9,7 @@ URL:            http://xinehq.de/
 Source0:        http://superb-west.dl.sourceforge.net/sourceforge/xine/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch0:         gxine-0.5.8-lirc.patch
+#Patch0:         gxine-0.5.8-lirc.patch
 #Patch1:         gxine-0.5.11-keep-wnd-state.patch
 #Patch2:         gxine-0.5.11-xine-version-check.patch
 Patch3:         gxine-0.5.902-non-separate-toolbar.patch
@@ -25,7 +25,7 @@ BuildRequires:  dbus-glib-devel
 # for hal support
 BuildRequires:  hal-devel
 # for LIRC support (not available only for fedora)
-BuildRequires:  lirc-devel
+#BuildRequires:  lirc-devel
 # for XTest support
 BuildRequires:  libXtst-devel
 # for mozplugin
@@ -50,7 +50,7 @@ This plugin allows gxine to be embedded 
 %prep
 %setup -q
 
-%patch0 -p1 -b .lirc
+#%patch0 -p1 -b .lirc
 #%patch1 -p1 -b .keep-wnd-state
 #%patch2 -p1 -b .xine-version-check
 %patch3 -p1 -b .non-separate-toolbar
@@ -61,8 +61,8 @@ This plugin allows gxine to be embedded 
 %build
 %configure --with-dbus --with-hal --with-logo-format=image \
   --with-browser-plugin --disable-integration-wizard       \
-  --disable-gtk-compat --enable-watchdog                   \
-  --disable-own-playlist-parsers --disable-deprecated
+  --enable-watchdog  --disable-own-playlist-parsers        \
+  --disable-deprecated --disable-lirc
 
 make %{?_smp_mflags}
 
@@ -124,6 +124,10 @@ touch --no-create %{_datadir}/icons/hico
 %{_libdir}/mozilla/plugins/gxineplugin.so
 
 %changelog
+* Sun Oct 25 2009 Martin Sourada <mso at fedoraproject.org> - 0.5.904-1
+- 0.5.904
+- Disable lirc support (./configure does not find fedora's lirc)
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.903-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gxine/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	15 Jun 2008 15:56:32 -0000	1.4
+++ sources	25 Oct 2009 19:26:22 -0000	1.5
@@ -1 +1 @@
-3878ffb159fa5aca093617dab4924e6d  gxine-0.5.903.tar.bz2
+00b10fac6ddfc211a8ef217174feb09b  gxine-0.5.904.tar.bz2




More information about the fedora-extras-commits mailing list