Author: jarod
Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4427
Modified Files:
mythbackend.init.in mythtv.spec sources
Log Message:
* Fri Feb 05 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23535
- Update to svn trunk, revision 23535
- Rename libmyth to mythtv-libs, libmyth-devel to mythtv-devel
Index: mythbackend.init.in
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythbackend.init.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mythbackend.init.in 3 Aug 2008 15:20:03 -0000 1.1
+++ mythbackend.init.in 11 Feb 2010 19:31:38 -0000 1.2
@@ -22,6 +22,8 @@
prog=mythbackend
RETVAL=0
OPTIONS="$OPTIONS --daemon --logfile @logdir(a)/mythtv/$prog.log --pidfile
@rundir(a)/$prog.pid"
+# Would be nice to run as non-root, but it doesn't work -- dvb/v4l devices owned by
root become unusable
+#OPTIONS="$OPTIONS --daemon --user mythtv --logfile @logdir(a)/mythtv/$prog.log
--pidfile @rundir(a)/$prog.pid"
start() {
echo -n $"Starting $prog: "
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- mythtv.spec 3 Feb 2010 16:05:15 -0000 1.64
+++ mythtv.spec 11 Feb 2010 19:31:38 -0000 1.65
@@ -65,7 +65,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r23456
+%define _svnrev r23535
%define branch trunk
#
@@ -291,7 +291,7 @@
################################################################################
# Requirements for the mythtv meta package
-Requires: libmyth = %{version}-%{release}
+Requires: mythtv-libs = %{version}-%{release}
Requires: mythtv-backend = %{version}-%{release}
Requires: mythtv-base-themes = %{version}-%{release}
Requires: mythtv-common = %{version}-%{release}
@@ -347,27 +347,31 @@
################################################################################
-%package -n libmyth
+%package libs
Summary: Library providing mythtv support
Group: System Environment/Libraries
+Provides: libmyth = %{version}-%{release}
+Obsoletes: libmyth < %{version}-%{release}
Requires: freetype >= 2
Requires: lame
Requires: qt4 >= 4.4
Requires: qt4-MySQL
-%description -n libmyth
+%description libs
Common library code for MythTV and add-on modules (development)
MythTV provides a unified graphical interface for recording and viewing
television programs. Refer to the mythtv package for more information.
################################################################################
-%package -n libmyth-devel
-Summary: Development files for libmyth
+%package devel
+Summary: Development files for mythtv
Group: Development/Libraries
+Provides: libmyth-devel = %{version}-%{release}
+Obsoletes: libmyth-devel < %{version}-%{release}
-Requires: libmyth = %{version}-%{release}
+Requires: mythtv-libs = %{version}-%{release}
Requires: freetype-devel >= 2
Requires: mysql-devel >= 5
@@ -436,7 +440,7 @@
Requires: libvdpau-devel
%endif
-%description -n libmyth-devel
+%description devel
This package contains the header files and libraries for developing
add-ons for mythtv.
@@ -996,7 +1000,7 @@
%if %{with_plugins}
cd mythplugins-%{version}
-# Fix things up so they can find our "temp" install location for libmyth
+# Fix things up so they can find our "temp" install location for mythtv-libs
echo "QMAKE_PROJECT_DEPTH = 0" >> settings.pro
find . -name \*.pro \
-exec sed -i -e "s,INCLUDEPATH += .\+/include/mythtv,INCLUDEPATH +=
$temp%{_includedir}/mythtv," {} \; \
@@ -1194,9 +1198,9 @@
################################################################################
-%post -n libmyth -p /sbin/ldconfig
+%post libs -p /sbin/ldconfig
-%postun -n libmyth -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
%pre backend
# Add the "mythtv" user, with membership in the video group
@@ -1287,11 +1291,11 @@
%dir %{_datadir}/mythtv/themes
%{_datadir}/mythtv/themes/*
-%files -n libmyth
+%files libs
%defattr(-,root,root,-)
%{_libdir}/*.so.*
-%files -n libmyth-devel
+%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so
@@ -1477,6 +1481,13 @@
################################################################################
%changelog
+* Fri Feb 05 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23535
+- Update to svn trunk, revision 23535
+
+* Fri Feb 05 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23479
+- Update to svn trunk, revision 23479
+- Rename libmyth to mythtv-libs, libmyth-devel to mythtv-devel
+
* Wed Feb 03 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23456
- Update to svn trunk, revision 23456
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/sources,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- sources 3 Feb 2010 16:05:15 -0000 1.39
+++ sources 11 Feb 2010 19:31:38 -0000 1.40
@@ -1,4 +1,4 @@
be3ab99952c2a3a135a7c4af90b08f15 mythfrontend.png
be3ab99952c2a3a135a7c4af90b08f15 mythtv-setup.png
-c35cc1ac184e1ba4e8a84246f6ddd984 mythtv-0.23.tar.bz2
-6f8c27aa7f0657608011ffbac02ea524 mythplugins-0.23.tar.bz2
+c73d72dee617e9b4351a04224106c353 mythplugins-0.23.tar.bz2
+b86711e8e2022dc9c3e554a1f6ec52f9 mythtv-0.23.tar.bz2
Show replies by date