SPECS (DEVEL): mythplugins.spec - finish mythcontrols module

glen glen at pld-linux.org
Fri Feb 3 11:36:39 CET 2006


Author: glen                         Date: Fri Feb  3 10:36:39 2006 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- finish mythcontrols module

---- Files affected:
SPECS:
   mythplugins.spec (1.12.2.22 -> 1.12.2.23) 

---- Diffs:

================================================================
Index: SPECS/mythplugins.spec
diff -u SPECS/mythplugins.spec:1.12.2.22 SPECS/mythplugins.spec:1.12.2.23
--- SPECS/mythplugins.spec:1.12.2.22	Fri Feb  3 02:07:12 2006
+++ SPECS/mythplugins.spec	Fri Feb  3 11:36:34 2006
@@ -63,7 +63,7 @@
 BuildRequires:	libcdaudio-devel
 BuildRequires:	libdvdcss-devel >= 1.2.7
 BuildRequires:	libdvdread-devel >= 0.9.4
-BuildRequires:	libexif-devel >= 0.6.9
+BuildRequires:	libexif-devel >= 1:0.6.9
 BuildRequires:	libfame-devel >= 0.9.0
 BuildRequires:	libid3tag-devel
 BuildRequires:	libmad-devel
@@ -273,6 +273,15 @@
 plugin is not very mature, which means things might not work right
 and/or it might break other things.
 
+%package -n mythcontrols
+Summary:	MythTV keybindings editor
+Group:		Applications/Multimedia
+Requires:	mythtv-frontend-api = %{api_ver}
+
+%description -n mythcontrols
+This plugin allows you to configure your keybindings on the frontend
+without having to use mythweb or edit tables by hand.
+
 %prep
 %setup -q %{?_snap:-n %{name}}
 #%patch0 -p1
@@ -428,9 +437,7 @@
 %{_datadir}/mythtv/musicmenu.xml
 %{_datadir}/mythtv/music_settings.xml
 %{_datadir}/mythtv/i18n/mythmusic_*.qm
-#%{_datadir}/mythtv/themes
 %{_datadir}/mythtv/themes/default/music-ui.xml
-# these might be in wrong package
 %{_datadir}/mythtv/themes/default/ff_button_off.png
 %{_datadir}/mythtv/themes/default/ff_button_on.png
 %{_datadir}/mythtv/themes/default/ff_button_pushed.png
@@ -477,7 +484,6 @@
 %{_datadir}/mythtv/themes/default/text_button_on.png
 %{_datadir}/mythtv/themes/default/text_button_pushed.png
 %{_datadir}/mythtv/themes/default/track_info_background.png
-
 %endif
 
 %if %{with mythvideo}
@@ -631,12 +637,26 @@
 %{_datadir}/mythtv/themes/default/news-info-bg.png
 %endif
 
+%if %{with mythcontrols}
+%files -n mythcontrols
+%defattr(644,root,root,755)
+%doc mythcontrols/{AUTHORS,README,TODO}
+%attr(755,root,root) %{_libdir}/mythtv/plugins/libmythcontrols.so
+%{_datadir}/mythtv/i18n/mythcontrols_*.qm
+%{_datadir}/mythtv/themes/default/controls-ui.xml
+%{_datadir}/mythtv/themes/default/kb-button-off.png
+%{_datadir}/mythtv/themes/default/kb-button-on.png
+%endif
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12.2.23  2006/02/03 10:36:34  glen
+- finish mythcontrols module
+
 Revision 1.12.2.22  2006/02/03 01:07:12  glen
 - *this* build time cflags hack (override libmyth buildtime flags)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mythplugins.spec?r1=1.12.2.22&r2=1.12.2.23&f=u



More information about the pld-cvs-commit mailing list