rpms/mythtv/F-20 mythtv.spec, 1.137, 1.138 sources, 1.58, 1.59 mythtv-0.27-ffmpeg.patch, 1.1, NONE

Richard Shaw hobbes1069 at rpmfusion.org
Wed May 28 04:25:59 CEST 2014


Author: hobbes1069

Update of /cvs/free/rpms/mythtv/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10946

Modified Files:
	mythtv.spec sources 
Removed Files:
	mythtv-0.27-ffmpeg.patch 
Log Message:
* Mon May 26 2014 Richard Shaw <hobbes1069 at gmail.com> - 0.27.1-1
- Update to new upstream release.



Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-20/mythtv.spec,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- mythtv.spec	14 May 2014 19:42:24 -0000	1.137
+++ mythtv.spec	28 May 2014 02:25:58 -0000	1.138
@@ -60,7 +60,7 @@
 %define desktop_vendor RPMFusion
 
 # MythTV Version string -- preferably the output from git --describe
-%define vers_string v0.27-222-g583f448
+%define vers_string v0.27.1
 %define branch fixes/0.27
 
 # Git revision and branch ID
@@ -72,14 +72,13 @@
 Name:           mythtv
 Summary:        A digital video recorder (DVR) application
 URL:            http://www.mythtv.org/
-Group:          Applications/Multimedia
 
 # Version/Release info
-Version:        0.27
+Version:        0.27.1
 %if "%{branch}" == "master"
 Release:        0.1.git.%{_gitrev}%{?dist}
 %else
-Release:        7%{?dist}
+Release:        1%{?dist}
 %endif
 
 # The primary license is GPLv2+, but bits are borrowed from a number of
@@ -143,8 +142,6 @@
 # http://code.mythtv.org/trac/ticket/11338
 # Offset required for 0.27, patch was for 0.26.1
 Patch2:    mythtv-0.27-libcec2.patch
-# Patch to fix ffmpeg build for arm.
-Patch3:    mythtv-0.27-ffmpeg.patch
 
 Source10:  PACKAGE-LICENSING
 Source11:  ChangeLog
@@ -401,7 +398,6 @@
 
 %package docs
 Summary:   MythTV documentation
-Group:     Documentation
 BuildArch: noarch
 
 %description docs
@@ -412,7 +408,6 @@
 
 %package libs
 Summary:   Library providing mythtv support
-Group:     System Environment/Libraries
 Provides:  libmyth = %{version}-%{release}
 Obsoletes: libmyth < %{version}-%{release}
 
@@ -430,7 +425,6 @@
 
 %package devel
 Summary:   Development files for mythtv
-Group:     Development/Libraries
 Provides:  libmyth-devel = %{version}-%{release}
 Obsoletes: libmyth-devel < %{version}-%{release}
 
@@ -513,7 +507,6 @@
 
 %package base-themes
 Summary: Core user interface themes for mythtv
-Group:   Applications/Multimedia
 
 # Replace an old ATRMS package
 Provides:   mythtv-theme-gant
@@ -529,7 +522,6 @@
 
 %package frontend
 Summary:   Client component of mythtv (a DVR)
-Group:     Applications/Multimedia
 Requires:  freetype, lame
 Requires:  perl(XML::Simple)
 Requires:  mythtv-common       = %{version}-%{release}
@@ -552,7 +544,6 @@
 
 %package backend
 Summary:    Server component of mythtv (a DVR)
-Group:      Applications/Multimedia
 Requires:   lame
 Requires:   mythtv-common = %{version}-%{release}
 Requires(pre): shadow-utils
@@ -571,7 +562,6 @@
 
 %package setup
 Summary:   Setup the mythtv backend
-Group:     Applications/Multimedia
 Requires:  freetype
 Requires:  mythtv-backend = %{version}-%{release}
 Requires:  mythtv-base-themes = %{version}
@@ -587,7 +577,6 @@
 
 %package common
 Summary: Common components needed by multiple other MythTV components
-Group: Applications/Multimedia
 # mythpmovies is now DOA, but we need this for upgrade path preservation.
 Provides: mythmovies = %{version}-%{release}
 Obsoletes: mythmovies < %{version}-%{release}
@@ -603,7 +592,6 @@
 
 %package -n mythffmpeg
 Summary: MythTV build of FFmpeg
-Group: Applications/Multimedia
 
 %description -n mythffmpeg
 Several MythTV utilities interact with FFmpeg, which changes its parameters
@@ -617,7 +605,6 @@
 
 %package -n perl-MythTV
 Summary:        Perl bindings for MythTV
-Group:          Development/Languages
 BuildArch:      noarch
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -636,7 +623,6 @@
 
 %package -n php-MythTV
 Summary:        PHP bindings for MythTV
-Group:          Development/Languages
 BuildArch:      noarch
 
 %description -n php-MythTV
@@ -650,7 +636,6 @@
 
 %package -n python-MythTV
 Summary:        Python bindings for MythTV
-Group:          Development/Languages
 BuildArch:      noarch
 
 Requires:       MySQL-python
@@ -669,7 +654,6 @@
 %package -n mythplugins
 
 Summary:  Main MythTV plugins
-Group:    Applications/Multimedia
 
 Requires:  mythmusic      = %{version}-%{release}
 Requires:  mythweather    = %{version}-%{release}
@@ -690,7 +674,6 @@
 
 %package -n mytharchive
 Summary:   A module for MythTV for creating and burning DVDs
-Group:     Applications/Multimedia
 
 Requires:  mythtv-frontend-api = %{mythfeapiver}
 Requires:  MySQL-python
@@ -716,7 +699,6 @@
 
 %package -n mythbrowser
 Summary:   A small web browser module for MythTV
-Group:     Applications/Multimedia
 Requires:  mythtv-frontend-api = %{mythfeapiver}
 
 %description -n mythbrowser
@@ -734,7 +716,6 @@
 
 %package -n mythgallery
 Summary:   A gallery/slideshow module for MythTV
-Group:     Applications/Multimedia
 Requires:  mythtv-frontend-api = %{mythfeapiver}
 
 %description -n mythgallery
@@ -746,7 +727,6 @@
 
 %package -n mythgame
 Summary:   A game frontend (xmame, nes, snes, pc) for MythTV
-Group:     Applications/Multimedia
 Requires:  mythtv-frontend-api = %{mythfeapiver}
 
 %description -n mythgame
@@ -758,7 +738,6 @@
 
 %package -n mythmusic
 Summary:   The music player add-on module for MythTV
-Group:     Applications/Multimedia
 Requires:  mythtv-frontend-api = %{mythfeapiver}
 
 %description -n mythmusic
@@ -770,7 +749,6 @@
 
 %package -n mythnews
 Summary:   An RSS news feed plugin for MythTV
-Group:     Applications/Multimedia
 Requires:  mythtv-frontend-api = %{mythfeapiver}
 
 %description -n mythnews
@@ -782,7 +760,6 @@
 
 %package -n mythweather
 Summary:   A MythTV module that displays a weather forecast
-Group:     Applications/Multimedia
 Requires:  mythtv-frontend-api = %{mythfeapiver}
 Requires:  perl(XML::SAX::Base)
 
@@ -795,7 +772,6 @@
 
 %package -n mythzoneminder
 Summary:   A module for MythTV for camera security and surveillance
-Group:     Applications/Multimedia
 Requires:  mythtv-frontend-api = %{mythfeapiver}
 
 %description -n mythzoneminder
@@ -810,7 +786,6 @@
 
 %package -n mythnetvision
 Summary:   A MythTV module for Internet video on demand
-Group:     Applications/Multimedia
 Requires:  mythtv-frontend-api = %{mythfeapiver}
 Requires:  mythbrowser = %{version}-%{release}
 Requires:  python-MythTV = %{version}-%{release}
@@ -841,10 +816,9 @@
          find \( -name 'configure' -o -name '*pro' -o -name 'Makefile' \) -exec sed -r -i -e 's,/lib\b,/%{_lib},g' {} \+
     fi
 
-%patch0 -p1 -b .mythtv
+#patch0 -p1 -b .mythtv
 %patch1 -p1 -b .types_h
 %patch2 -p1 -b .libcec2
-%patch3 -p1 -b .ffmpeg
 
 # Install ChangeLog
 install -m 0644 %{SOURCE11} .
@@ -904,7 +878,7 @@
     --disable-mythlogserver                     \
     --enable-ffmpeg-pthreads                    \
     --enable-joystick-menu                      \
-    --x11-path=%{_includedir}      \
+    --x11-path=%{_includedir}                   \
     --enable-libmp3lame                         \
     --enable-libtheora --enable-libvorbis       \
     --enable-libx264                            \
@@ -1461,6 +1435,9 @@
 
 
 %changelog
+* Mon May 26 2014 Richard Shaw <hobbes1069 at gmail.com> - 0.27.1-1
+- Update to new upstream release.
+
 * Wed May  7 2014 Richard Shaw <hobbes1069 at gmail.com> - 0.27-7
 - Update to latest fixes, v0.27-222-g583f448.
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-20/sources,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- sources	30 Oct 2013 20:33:57 -0000	1.58
+++ sources	28 May 2014 02:25:58 -0000	1.59
@@ -1 +1 @@
-f6d82e5938cc79476353c2c108e73aba  mythtv-0.27.tar.gz
+4a2cb795658295051d01dd1f87b2c0cb  mythtv-0.27.1.tar.gz


--- mythtv-0.27-ffmpeg.patch DELETED ---


More information about the rpmfusion-commits mailing list