rpms/mythtv/devel mythtv.spec,1.21,1.22 sources,1.4,1.5

Jarod Wilson jarod at rpmfusion.org
Sun Jan 18 04:13:01 CET 2009


Author: jarod

Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16897

Modified Files:
	mythtv.spec sources 
Log Message:
* Sat Jan 17 2009 Jarod Wilson <jarod at wilsonet.com> 0.22-0.1.svn.r19722
- Update to pre-0.22 svn trunk, revision 19722
- MythPhone plugin is dead as a doornail (MythTV changeset 19702)



Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- mythtv.spec	18 Jan 2009 02:04:36 -0000	1.21
+++ mythtv.spec	18 Jan 2009 03:13:00 -0000	1.22
@@ -46,16 +46,11 @@
 # --without mythmovies
 # --without mythmusic
 # --without mythnews
-# --without mythphone
 # --without mythvideo
 # --without mythweather
 # --without mythzoneminder
 # --without mythweb
 #
-# The following options are disabled by default.  Use these options to enable:
-#
-# --with festival           Enable festival/festvox support in MythPhone
-#
 
 ################################################################################
 
@@ -66,7 +61,7 @@
 %define desktop_vendor  RPMFusion
 
 # SVN Revision number and branch ID
-%define _svnrev r19721
+%define _svnrev r19722
 %define branch trunk
 
 #
@@ -119,17 +114,11 @@
 %define with_mythmovies     %{?_without_mythmovies:     0} %{!?_without_mythmovies:      1}
 %define with_mythmusic      %{?_without_mythmusic:      0} %{!?_without_mythmusic:       1}
 %define with_mythnews       %{?_without_mythnews:       0} %{!?_without_mythnews:        1}
-%define with_mythphone      %{?_without_mythphone:      0} %{!?_without_mythphone:       1}
 %define with_mythvideo      %{?_without_mythvideo:      0} %{!?_without_mythvideo:       1}
 %define with_mythweather    %{?_without_mythweather:    0} %{!?_without_mythweather:     1}
 %define with_mythweb        %{?_without_mythweb:        0} %{!?_without_mythweb:         1}
 %define with_mythzoneminder %{?_without_mythzoneminder: 0} %{!?_without_mythzoneminder:  1}
 
-# The following plugin options are disabled by default.  Use --with to enable them
-
-# MythPhone
-%define with_festival       %{?_with_festival:      1} %{!?_with_festival:      0}
-
 ################################################################################
 
 Source0:   http://www.mythtv.org/mc/mythtv-%{version}.tar.bz2
@@ -269,16 +258,11 @@
 %if %{with_mythnews}
 %endif
 
-%if %{with_mythphone}
-%endif
 %if 0%{?fedora} >= 9
 BuildRequires: ncurses-devel
 %else
 BuildRequires: libtermcap-devel
 %endif
-%if %{with_festival}
-BuildRequires:  festival-devel
-%endif
 
 %if %{with_mythvideo}
 %endif
@@ -586,7 +570,6 @@
 Requires:  mythgame       = %{version}-%{release}
 Requires:  mythnews       = %{version}-%{release}
 Requires:  mythbrowser    = %{version}-%{release}
-Requires:  mythphone      = %{version}-%{release}
 Requires:  mythcontrols   = %{version}-%{release}
 Requires:  mythflix       = %{version}-%{release}
 Requires:  mytharchive    = %{version}-%{release}
@@ -753,21 +736,6 @@
 
 %endif
 ################################################################################
-%if %{with_mythphone}
-
-%package -n mythphone
-Summary:   A video conferencing module for MythTV
-Group:     Applications/Multimedia
-Requires:  mythtv-frontend-api = %{mythfeapiver}
-
-%description -n mythphone
-Mythphone is a phone and videophone capability on MYTH using the
-standard SIP protocol.  It is compatible with Microsoft XP Messenger
-and with SIP Service Providers such as Free World Dialup
-(fwd.pulver.com).
-
-%endif
-################################################################################
 %if %{with_mythvideo}
 
 %package -n mythvideo
@@ -1086,11 +1054,6 @@
     %else
         --disable-mythnews \
     %endif
-    %if %{with_mythphone}
-        --enable-mythphone \
-    %else
-        --disable-mythphone \
-    %endif
     %if %{with_mythvideo}
         --enable-mythvideo \
         --enable-transcode \
@@ -1113,11 +1076,6 @@
     %else
         --disable-mythzoneminder \
     %endif
-    %if %{with_festival}
-        --enable-festival \
-    %else
-        --disable-festival \
-    %endif
         --enable-opengl \
         --enable-libvisual \
         --enable-fftw \
@@ -1496,17 +1454,6 @@
 %{_datadir}/mythtv/i18n/mythnews_*.qm
 %endif
 
-%if %{with_mythphone}
-%files -n mythphone
-%defattr(-,root,root,-)
-%doc mythplugins-%{version}/mythphone/AUTHORS
-%doc mythplugins-%{version}/mythphone/COPYING
-%doc mythplugins-%{version}/mythphone/README
-%doc mythplugins-%{version}/mythphone/TODO
-%{_libdir}/mythtv/plugins/libmythphone.so
-%{_datadir}/mythtv/i18n/mythphone_*.qm
-%endif
-
 %if %{with_mythvideo}
 %files -n mythvideo
 %defattr(-,root,root,-)
@@ -1556,6 +1503,10 @@
 ################################################################################
 
 %changelog
+* Sat Jan 17 2009 Jarod Wilson <jarod at wilsonet.com> 0.22-0.1.svn.r19722
+- Update to pre-0.22 svn trunk, revision 19722
+- MythPhone plugin is dead as a doornail (MythTV changeset 19702)
+
 * Sat Jan 17 2009 Jarod Wilson <jarod at wilsonet.com> 0.22-0.1.svn.r19721
 - Update to pre-0.22 svn trunk, revision 19721
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	18 Jan 2009 02:04:36 -0000	1.4
+++ sources	18 Jan 2009 03:13:00 -0000	1.5
@@ -1,4 +1,4 @@
 be3ab99952c2a3a135a7c4af90b08f15  mythfrontend.png
 be3ab99952c2a3a135a7c4af90b08f15  mythtv-setup.png
-b688f8fff97ffaec7cb796a1a2fe0987  mythplugins-0.22.tar.bz2
-9c3eccc9bddafb887794467e45a2c3bc  mythtv-0.22.tar.bz2
+141c6c8b45575adf02c1b374603e0347  mythplugins-0.22.tar.bz2
+c46a19549a0ce01384d75246717c361f  mythtv-0.22.tar.bz2



More information about the rpmfusion-commits mailing list