rpms/gnome-lirc-properties/devel glp-more-receivers.patch, NONE, 1.1 gnome-lirc-properties.spec, 1.8, 1.9

Bastien Nocera hadess at fedoraproject.org
Thu Oct 16 22:24:51 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/gnome-lirc-properties/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29598

Modified Files:
	gnome-lirc-properties.spec 
Added Files:
	glp-more-receivers.patch 
Log Message:
* Thu Oct 16 2008 - Bastien Nocera <bnocera at redhat.com> - 0.2.8-10
- Add more receiver definitions


glp-more-receivers.patch:

--- NEW FILE glp-more-receivers.patch ---
Index: data/receivers.conf
===================================================================
--- data/receivers.conf	(revision 62)
+++ data/receivers.conf	(working copy)
@@ -46,14 +46,33 @@
 vendor-id          = 0x0e9c
 product-id         = 0x0000
 
-# TODO: This is not yet actually supported by lirc, as of 6th February 2008,
-# though it is rumoured to work with a patched lirc_mceusb2
 [Pinnacle: Remote Kit]
+compatible-remotes = mceusb
 kernel-module = lirc_mceusb2
 lirc-driver   = default
 vendor-id     = 0x2304
 product-id    = 0x0225
 
+[Microsoft: Windows Media Center Remote]
+compatible-remotes = mceusb
+kernel-module = lirc_mceusb
+lirc-driver   = default
+vendor-id     = 0x045e
+product-id    = 0x006d
+
+[CommandIR: Multi-IR Transceiver]
+compatible-remotes = Hauppauge
+lirc-driver        = commandir
+vendor-id          = 0x10c4
+product-id         = 0x0003
+
+[SoundGraph: iMon Knob and Remote]
+compatible-remotes = IMON_KNOB
+kernel-module      = lirc_imon
+lirc-driver        = default
+vendor-id          = 0x15c2
+product-id         = 0xffdc
+
 #[Sony: 4-Device Universal Remote Commander (RM-V202)]
 #kernel-module  = lirc_streamzap
 


Index: gnome-lirc-properties.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-lirc-properties/devel/gnome-lirc-properties.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gnome-lirc-properties.spec	16 Oct 2008 18:27:55 -0000	1.8
+++ gnome-lirc-properties.spec	16 Oct 2008 22:24:21 -0000	1.9
@@ -6,7 +6,7 @@
 
 Name:		gnome-lirc-properties
 Version:	0.2.8
-Release:	9%{?dist}
+Release:	10%{?dist}
 Summary:	Infrared Remote Controls setup tool
 
 Group:		User Interface/X Hardware Support
@@ -26,6 +26,8 @@
 # https://bugzilla.redhat.com/show_bug.cgi?id=467149
 # http://bugzilla.gnome.org/show_bug.cgi?id=556599
 Patch4:		glp-mac-mini-support.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=556643
+Patch5:		glp-more-receivers.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -56,6 +58,7 @@
 %patch2 -p0 -b .no-fluendo-remotes
 %patch3 -p0 -b .glade-warning
 %patch4 -p0 -b .mac-mini
+%patch5 -p0 -b .more-receivers
 gnome-doc-prepare --force
 aclocal
 automake --add-missing
@@ -110,6 +113,9 @@
 %{_datadir}/%{name}/
 
 %changelog
+* Thu Oct 16 2008 - Bastien Nocera <bnocera at redhat.com> - 0.2.8-10
+- Add more receiver definitions
+
 * Thu Oct 16 2008 - Bastien Nocera <bnocera at redhat.com> - 0.2.8-9
 - Add support for Mac Mini remotes (#467149)
 




More information about the scm-commits mailing list