rpms/mythtv-themes/F-12 mythtv-themes.spec, 1.27, 1.28 sources, 1.19, 1.20
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv-themes/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10200
Modified Files:
mythtv-themes.spec sources
Log Message:
* Tue May 04 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.6.rc3
- Update to post-rc3 svn snapshot, revision 24414
- Includes addition of theming contest winner "Childish"
Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/F-12/mythtv-themes.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- mythtv-themes.spec 22 Nov 2009 05:44:46 -0000 1.27
+++ mythtv-themes.spec 4 May 2010 19:01:32 -0000 1.28
@@ -17,8 +17,8 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r22880
-%define branch release
+%define _svnrev r24414
+%define branch trunk
#
# Basic descriptive tags for this package:
@@ -30,12 +30,12 @@
License: GPLv2
# Version/Release info
-Version: 0.22
+Version: 0.23
%if "%{branch}" == "trunk"
-Release: 0.1.rc2%{?dist}
-#Release: 0.5.svn.%{_svnrev}%{?dist}
+#Release: 0.1.svn.%{_svnrev}%{?dist}
+Release: 0.6.rc3%{?dist}
%else
-Release: 2%{?dist}
+Release: 1%{?dist}
%endif
################################################################################
@@ -43,7 +43,6 @@
# Tarballs created from svn directories, should be formal tarballs after release
#Source0: http://www.mythtv.org/mc/mythtv-themes-%{version}.tar.bz2
Source0: myththemes-%{version}.tar.bz2
-Patch0: myththemes-0.22-svnfixes.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -51,7 +50,7 @@
################################################################################
-BuildRequires: libmyth-devel = %{version}
+BuildRequires: mythtv-devel = %{version}
BuildRequires: qt4-devel
# Themes do require a frontend
@@ -75,9 +74,6 @@
%prep
%setup -q -c
-cd myththemes-%{version}
-%patch0 -p1
-cd ..
################################################################################
@@ -93,6 +89,10 @@
cd myththemes-%{version}
make install INSTALL_ROOT=%{buildroot}
+# move font files to more appropriate locations
+mkdir -p %{buildroot}%{_datadir}/fonts/%{name}
+mv %{buildroot}%{_datadir}/mythtv/themes/Arclight/*.otf \
+ %{buildroot}%{_datadir}/fonts/%{name}/
cd ..
################################################################################
@@ -102,13 +102,48 @@
################################################################################
+%post
+%{_bindir}/fc-cache -f
+
%files
%defattr(-,root,root,-)
%{_datadir}/mythtv/themes/*
+%dir %{_datadir}/fonts/%{name}
+%{_datadir}/fonts/%{name}/*.otf
%changelog
-* Sat Nov 21 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-2
-- Update to release-0-22-fixes branch, svn revision 22880
+* Tue May 04 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.6.rc3
+- Update to post-rc3 svn snapshot, revision 24414
+- Includes addition of theming contest winner "Childish"
+
+* Fri Apr 16 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.5.rc2
+- Update to post-rc2 svn snapshot, revision 24159
+
+* Tue Apr 06 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.4.rc2
+- Update to post-rc2 svn snapshot, revision 24014
+
+* Thu Apr 01 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.3.rc1
+- Update to post-rc1 snapshot
+- Start tracking release-0-23-fixes branch
+
+* Tue Mar 23 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.2.rc1
+- Update to svn trunk, revision 23781, aka MythTV 0.23 RC1 (more or less)
+
+* Tue Mar 09 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23702
+- Update to pre-0.23 svn trunk, rev 23702
+
+* Thu Mar 04 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23662
+- Update to pre-0.23 svn trunk, rev 23662
+
+* Sun Feb 28 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23627
+- Update to pre-0.23 svn trunk, rev 23627
+
+* Fri Feb 05 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23586
+- Update to pre-0.23 svn trunk, rev 23586
+
+* Fri Feb 05 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23479
+- Update to pre-0.23 svn trunk, rev 23479
+- Add hacky install of Arclight themes, still needs to be done Right
* Mon Nov 09 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-1
- Update to 0.22 release
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/F-12/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources 9 Nov 2009 15:44:29 -0000 1.19
+++ sources 4 May 2010 19:01:32 -0000 1.20
@@ -1 +1,2 @@
a5f00f152fb430a20c70aaa3bf456347 myththemes-0.22.tar.bz2
+82cb7e22bd673825f4956b20794878c8 myththemes-0.23.tar.bz2
14 years, 7 months
rpms/mythtv-themes/F-13 mythtv-themes.spec, 1.31, 1.32 sources, 1.25, 1.26
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv-themes/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10093
Modified Files:
mythtv-themes.spec sources
Log Message:
* Tue May 04 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.6.rc3
- Update to post-rc3 svn snapshot, revision 24414
- Includes addition of theming contest winner "Childish"
Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/F-13/mythtv-themes.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- mythtv-themes.spec 16 Apr 2010 05:03:21 -0000 1.31
+++ mythtv-themes.spec 4 May 2010 19:00:53 -0000 1.32
@@ -17,7 +17,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r24159
+%define _svnrev r24414
%define branch trunk
#
@@ -33,7 +33,7 @@
Version: 0.23
%if "%{branch}" == "trunk"
#Release: 0.1.svn.%{_svnrev}%{?dist}
-Release: 0.5.rc2%{?dist}
+Release: 0.6.rc3%{?dist}
%else
Release: 1%{?dist}
%endif
@@ -112,6 +112,10 @@
%{_datadir}/fonts/%{name}/*.otf
%changelog
+* Tue May 04 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.6.rc3
+- Update to post-rc3 svn snapshot, revision 24414
+- Includes addition of theming contest winner "Childish"
+
* Fri Apr 16 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.5.rc2
- Update to post-rc2 svn snapshot, revision 24159
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/F-13/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources 16 Apr 2010 05:03:21 -0000 1.25
+++ sources 4 May 2010 19:00:53 -0000 1.26
@@ -1,2 +1,2 @@
a5f00f152fb430a20c70aaa3bf456347 myththemes-0.22.tar.bz2
-e618f8e9097ab4bcfe196269165e8870 myththemes-0.23.tar.bz2
+82cb7e22bd673825f4956b20794878c8 myththemes-0.23.tar.bz2
14 years, 7 months
rpms/mythtv/F-12 mythbackend.init, NONE, 1.1 mythbackend.logrotate, NONE, 1.1 mythbackend.sysconfig, NONE, 1.1 mythbackend.init.in, 1.1, NONE mythbackend.logrotate.in, 1.1, NONE mythbackend.sysconfig.in, 1.1, NONE
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8754
Added Files:
mythbackend.init mythbackend.logrotate mythbackend.sysconfig
Removed Files:
mythbackend.init.in mythbackend.logrotate.in
mythbackend.sysconfig.in
Log Message:
oops, forgot to drag these along for the ride
--- NEW FILE mythbackend.init ---
#!/bin/bash
#
# Startup script for mythbackend
#
# chkconfig: - 86 14
# description: mythbackend.
# processname: mythbackend
# pidfile: /var/run/mythbackend.pid
# config:
# Source function library.
. /etc/init.d/functions
if [ -f /etc/sysconfig/mythbackend ]; then
. /etc/sysconfig/mythbackend
fi
## Defaults, override them in /etc/sysconfig/mythbackend
: ${MYTHTV_HOME=/etc/mythtv}
binary=/usr/bin/mythbackend
prog=mythbackend
RETVAL=0
OPTIONS="$OPTIONS --daemon --logfile /var/log/mythtv/$prog.log --pidfile /var/run/$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 /var/log/mythtv/$prog.log --pidfile /var/run/$prog.pid"
start() {
echo -n $"Starting $prog: "
touch /var/run/mythbackend.pid; chown mythtv:mythtv /var/run/mythbackend.pid
export MYTHCONFDIR="$MYTHTV_HOME"
export HOME="$MYTHTV_HOME"
daemon $binary $OPTIONS
RETVAL=$?
echo
[ $RETVAL = 0 ] && touch /var/lock/subsys/$prog
return $RETVAL
}
stop() {
echo -n $"Stopping $prog: "
killproc $binary
RETVAL=$?
echo
[ $RETVAL = 0 ] && rm -f /var/lock/subsys/$prog /var/run/$prog.pid
}
# See how we were called.
case "$1" in
start)
start
;;
stop)
stop
;;
reload|restart)
stop
start
;;
status)
status $prog
RETVAL=$?
;;
*)
echo $"Usage: $prog {start|stop|status|restart}"
exit 1
esac
exit $RETVAL
--- NEW FILE mythbackend.logrotate ---
/var/log/mythtv/mythbackend.log {
notifempty
missingok
compress
compresscmd /usr/bin/bzip2
uncompresscmd /usr/bin/bunzip2
compressext .bz2
weekly
rotate 4
size 10M
postrotate
/bin/kill -HUP `cat /var/run/mythbackend.pid 2>/dev/null` 2> /dev/null || true
endscript
}
--- NEW FILE mythbackend.sysconfig ---
#MYTHTV_HOME=/etc/mythtv
#OPTIONS=
--- mythbackend.init.in DELETED ---
--- mythbackend.logrotate.in DELETED ---
--- mythbackend.sysconfig.in DELETED ---
14 years, 7 months
rpms/mythtv/F-12 mythtv.spec,1.63,1.64 sources,1.36,1.37
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8305
Modified Files:
mythtv.spec sources
Log Message:
* Tue May 04 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.10.rc3
- Update to post-rc3 svn snapshot, revision 24414
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-12/mythtv.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- mythtv.spec 1 Mar 2010 20:44:59 -0000 1.63
+++ mythtv.spec 4 May 2010 18:38:29 -0000 1.64
@@ -44,11 +44,11 @@
#
# --without mytharchive
# --without mythbrowser
-# --without mythflix
# --without mythgallery
# --without mythgame
# --without mythmovies
# --without mythmusic
+# --without mythnetvision
# --without mythnews
# --without mythvideo
# --without mythweather
@@ -65,8 +65,8 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r23632
-%define branch release
+%define _svnrev r24414
+%define branch trunk
#
# Basic descriptive tags for this package:
@@ -77,11 +77,12 @@
Group: Applications/Multimedia
# Version/Release info
-Version: 0.22
+Version: 0.23
%if "%{branch}" == "trunk"
-Release: 0.1.svn.%{_svnrev}%{?dist}
+#Release: 0.1.svn.%{_svnrev}%{?dist}
+Release: 0.10.rc3%{?dist}
%else
-Release: 6%{?dist}
+Release: 1%{?dist}
%endif
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -108,7 +109,6 @@
# The following options are disabled by default. Use --with to enable them
%define with_directfb %{?_with_directfb: 1} %{!?_with_directfb: 0}
-%define with_xvmcnvidia %{?_with_xvmcnvidia: 1} %{?!_with_xvmcnvidia: 0}
# FAAC is non-free, so we disable it by default
%define with_faac %{?_with_faac: 1} %{?!_with_faac: 0}
@@ -116,7 +116,6 @@
%define with_plugins %{?_without_plugins: 0} %{!?_without_plugins: 1}
%define with_mytharchive %{?_without_mytharchive: 0} %{!?_without_mytharchive: 1}
%define with_mythbrowser %{?_without_mythbrowser: 0} %{!?_without_mythbrowser: 1}
-%define with_mythflix %{?_without_mythflix: 0} %{!?_without_mythflix: 1}
%define with_mythgallery %{?_without_mythgallery: 0} %{!?_without_mythgallery: 1}
%define with_mythgame %{?_without_mythgame: 0} %{!?_without_mythgame: 1}
%define with_mythmovies %{?_without_mythmovies: 0} %{!?_without_mythmovies: 1}
@@ -126,18 +125,19 @@
%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}
+%define with_mythnetvision %{?_without_mythnetvision: 0} %{!?_without_mythnetvision: 1}
################################################################################
Source0: http://www.mythtv.org/mc/mythtv-%{version}.tar.bz2
-Patch0: mythtv-0.22-svnfixes.patch
-Patch2: mythtv-version.patch
+#Patch0: mythtv-%{version}-svnfixes.patch
Source1: http://www.mythtv.org/mc/mythplugins-%{version}.tar.bz2
-Patch1: mythplugins-0.22-svnfixes.patch
+#Patch1: mythplugins-%{version}-svnfixes.patch
+Patch2: mythtv-version.patch
Source10: PACKAGE-LICENSING
-Source101: mythbackend.sysconfig.in
-Source102: mythbackend.init.in
-Source103: mythbackend.logrotate.in
+Source101: mythbackend.sysconfig
+Source102: mythbackend.init
+Source103: mythbackend.logrotate
Source106: mythfrontend.png
Source107: mythfrontend.desktop
Source108: mythtv-setup.png
@@ -194,6 +194,7 @@
BuildRequires: flac-devel >= 1.0.4
BuildRequires: gsm-devel
BuildRequires: lame-devel
+BuildRequires: libdca-devel
BuildRequires: libdvdnav-devel
BuildRequires: libdvdread-devel >= 0.9.4
# nb: libdvdcss will be dynamically loaded if installed
@@ -227,10 +228,6 @@
BuildRequires: directfb-devel
%endif
-%if %{with_xvmcnvidia}
-BuildRequires: xorg-x11-drv-nvidia-devel
-%endif
-
%if %{with_vdpau}
BuildRequires: libvdpau-devel
%endif
@@ -287,12 +284,15 @@
%if %{with_mythzoneminder}
%endif
+%if %{with_mythnetvision}
+%endif
+
%endif
################################################################################
# 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}
@@ -348,27 +348,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
@@ -400,6 +404,7 @@
Requires: flac-devel >= 1.0.4
Requires: gsm-devel
Requires: lame-devel
+Requires: libdca-devel
Requires: libdvdnav-devel
Requires: libdvdread-devel >= 0.9.4
Requires: libfame-devel >= 0.9.0
@@ -432,15 +437,11 @@
Requires: directfb-devel
%endif
-%if %{with_xvmcnvidia}
-Requires: xorg-x11-drv-nvidia-devel
-%endif
-
%if %{with_vdpau}
Requires: libvdpau-devel
%endif
-%description -n libmyth-devel
+%description devel
This package contains the header files and libraries for developing
add-ons for mythtv.
@@ -525,6 +526,9 @@
# mythphone is now DOA, but we need this for upgrade path preservation.
Provides: mythphone = %{version}-%{release}
Obsoletes: mythphone < %{version}-%{release}
+# same deal for mythflix
+Provides: mythflix = %{version}-%{release}
+Obsoletes: mythflix < %{version}-%{release}
%description common
MythTV provides a unified graphical interface for recording and viewing
@@ -586,11 +590,11 @@
Requires: mythgame = %{version}-%{release}
Requires: mythnews = %{version}-%{release}
Requires: mythbrowser = %{version}-%{release}
-Requires: mythflix = %{version}-%{release}
Requires: mytharchive = %{version}-%{release}
Requires: mythzoneminder = %{version}-%{release}
Requires: mythmovies = %{version}-%{release}
Requires: mythweb = %{version}-%{release}
+Requires: mythnetvision = %{version}-%{release}
%description -n mythplugins
This is a consolidation of all the official MythTV plugins that used to be
@@ -640,18 +644,6 @@
%endif
################################################################################
-%if %{with_mythflix}
-
-%package -n mythflix
-Summary: A NetFlix module for MythTV
-Group: Applications/Multimedia
-Requires: mythtv-frontend-api = %{mythfeapiver}
-
-%description -n mythflix
-MythFlix is a NetFlix queue manager for MythTV.
-
-%endif
-################################################################################
%if %{with_mythgallery}
%package -n mythgallery
@@ -748,6 +740,7 @@
Requires: mplayer
Requires: transcode >= 0.6.8
Requires: python-imdb
+Requires: python-MythTV = %{version}-%{release}
Provides: mythdvd = %{version}-%{release}
Obsoletes: mythdvd < %{version}-%{release}
@@ -767,13 +760,13 @@
%if %{with_mythweather}
%package -n mythweather
-Summary: A MythTV module that displays a weather forcast
+Summary: A MythTV module that displays a weather forecast
Group: Applications/Multimedia
Requires: mythtv-frontend-api = %{mythfeapiver}
Requires: perl(XML::SAX::Base)
%description -n mythweather
-A MythTV module that displays a weather forcast.
+A MythTV module that displays a weather forecast.
%endif
################################################################################
@@ -810,6 +803,25 @@
%endif
################################################################################
+%if %{with_mythnetvision}
+
+%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}
+Requires: python-pycurl
+Requires: python >= 2.5
+# This is packaged in adobe's yum repo
+#Requires: flash-plugin
+
+%description -n mythnetvision
+A MythTV module that supports searching and browsing of Internet video
+on demand content.
+
+%endif
+################################################################################
# End of plugins
%endif
@@ -830,7 +842,7 @@
##### MythTV
cd mythtv-%{version}
-%patch0 -p1
+#patch0 -p1
%patch2 -p1
# Drop execute permissions on contrib bits, since they'll be %doc
@@ -845,25 +857,9 @@
sed -i -e 's#perl Makefile.PL#%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"#' \
bindings/perl/perl.pro
-# Install other source files, and fix pathnames
+# Install other source files
cp -a %{SOURCE10} %{SOURCE101} %{SOURCE102} %{SOURCE103} .
cp -a %{SOURCE106} %{SOURCE107} %{SOURCE108} %{SOURCE109} .
- for file in mythbackend.init \
- mythbackend.sysconfig \
- mythbackend.logrotate; do
- sed -e's|@logdir@|%{_localstatedir}/log|g' \
- -e's|@rundir@|%{_localstatedir}/run|g' \
- -e's|@sysconfdir@|%{_sysconfdir}|g' \
- -e's|@sysconfigdir@|%{_sysconfdir}/sysconfig|g' \
- -e's|@initdir(a)|%{_sysconfdir}/init.d|g' \
- -e's|@bindir@|%{_bindir}|g' \
- -e's|@sbindir@|%{_sbindir}|g' \
- -e's|@subsysdir@|%{_localstatedir}/lock/subsys|g' \
- -e's|@varlibdir@|%{_localstatedir}/lib|g' \
- -e's|@varcachedir@|%{_localstatedir}/cache|g' \
- -e's|@logrotatedir(a)|%{_sysconfdir}/logrotate.d|g' \
- < $file.in > $file
- done
# Prevent all of those nasty installs to ../../../../../bin/whatever
# echo "QMAKE_PROJECT_DEPTH = 0" >> mythtv.pro
@@ -880,7 +876,7 @@
%if %{with_plugins}
cd mythplugins-%{version}
-%patch1 -p1
+#patch1 -p1
# Fix /mnt/store -> /var/lib/mythmusic
cd mythmusic
@@ -897,8 +893,6 @@
chmod -R g-w ./*
cd ..
-# Add execute bits to mythvideo python helper scripts
- chmod +x mythvideo/mythvideo/scripts/ttvdb/*.py
# Remove execute bits from some php mythweb files
chmod -x mythweb/classes/*.php
@@ -926,7 +920,6 @@
--enable-pthreads \
--enable-ffmpeg-pthreads \
--enable-joystick-menu \
- --enable-audio-arts \
--enable-audio-alsa \
--enable-audio-oss \
--enable-audio-jack \
@@ -947,11 +940,14 @@
--enable-libmp3lame \
--enable-libtheora --enable-libvorbis \
--enable-libxvid \
-%if %{with_xvmcnvidia}
- --xvmc-lib=XvMCNVIDIA_dynamic \
-%endif
%if %{with_vdpau}
- --enable-vdpau \
+ --enable-vdpau \
+%endif
+%if !%{with_xvmc}
+ --disable-xvmcw \
+%endif
+%if !%{with_xvmc}
+ --disable-xvmcw \
%endif
%if %{with_directfb}
--enable-directfb \
@@ -1001,7 +997,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," {} \; \
@@ -1030,11 +1026,6 @@
%else
--disable-mythbrowser \
%endif
- %if %{with_mythflix}
- --enable-mythflix \
- %else
- --disable-mythflix \
- %endif
%if %{with_mythgallery}
--enable-mythgallery \
--enable-exif \
@@ -1084,6 +1075,11 @@
%else
--disable-mythzoneminder \
%endif
+ %if %{with_mythnetvision}
+ --enable-mythnetvision \
+ %else
+ --disable-mythnetvision \
+ %endif
--enable-opengl \
--enable-libvisual \
--enable-fftw \
@@ -1117,7 +1113,7 @@
mkdir -p %{buildroot}%{_sysconfdir}/mythtv
# Fix permissions on executable python bindings
- chmod +x %{buildroot}%{python_sitelib}/MythTV/Myth{DB,TV}.py
+ chmod +x %{buildroot}%{python_sitelib}/MythTV/Myth*.py
# mysql.txt and other config/init files
install -m 644 %{SOURCE110} %{buildroot}%{_sysconfdir}/mythtv/
@@ -1200,9 +1196,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
@@ -1293,11 +1289,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
@@ -1322,10 +1318,8 @@
%defattr(-,root,root,-)
%dir %{python_sitelib}/MythTV/
%{python_sitelib}/MythTV/*
-%if 0%{?fedora} >= 9
%{python_sitelib}/MythTV-*.egg-info
%endif
-%endif
%if %{with_plugins}
%files -n mythplugins
@@ -1357,19 +1351,6 @@
%{_datadir}/mythtv/i18n/mythbrowser_*.qm
%endif
-%if %{with_mythflix}
-%files -n mythflix
-%defattr(-,root,root,-)
-%doc mythplugins-%{version}/mythflix/AUTHORS
-%doc mythplugins-%{version}/mythflix/COPYING
-%doc mythplugins-%{version}/mythflix/README
-%{_libdir}/mythtv/plugins/libmythflix.so
-%{_datadir}/mythtv/mythflix
-%{_datadir}/mythtv/i18n/mythflix_*.qm
-%{_datadir}/mythtv/i18n/mythflix_*.ts
-%{_datadir}/mythtv/netflix_menu.xml
-%endif
-
%if %{with_mythgallery}
%files -n mythgallery
%defattr(-,root,root,-)
@@ -1482,25 +1463,90 @@
%{_datadir}/mythtv/i18n/mythzoneminder_*.qm
%endif
+%if %{with_mythnetvision}
+%files -n mythnetvision
+%defattr(-,root,root,-)
+%doc mythplugins-%{version}/mythnetvision/AUTHORS
+%doc mythplugins-%{version}/mythnetvision/ChangeLog
+%doc mythplugins-%{version}/mythnetvision/README
+%{_libdir}/mythtv/plugins/libmythnetvision.so
+%{_datadir}/mythtv/mythnetvision
+%{_datadir}/mythtv/netvisionmenu.xml
+%{_datadir}/mythtv/i18n/mythnetvision_*.qm
+%endif
+
%endif
################################################################################
%changelog
-* Mon Mar 01 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.22-6
-- Update to release-0-22-fixes branch, svn revision 23632
-- Make mythbackend --version output more useful, for real this time
-
-* Mon Feb 01 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.22-5
-- Update to release-0-22-fixes branch, svn revision 23433
-- Fix mythtv user creation (rpm fusion bz#1027)
-
-* Mon Jan 04 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.22-4
-- Update to release-0-22-fixes branch, svn revision 23074
-
-* Fri Dec 18 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-3
-- Update to release-0-22-fixes branch, svn revision 22981
-- Contains targeted fixes for DVD playback, among other things
+* Tue May 04 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.10.rc3
+- Update to post-rc3 svn snapshot, revision 24414
+
+* Wed Apr 28 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.9.rc2
+- Update to post-rc2 svn snapshot, revision 24292
+
+* Fri Apr 23 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.8.rc2
+- Update to post-rc2 svn snapshot, revision 24240
+
+* Fri Apr 16 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.7.rc2
+- Update to post-rc2 svn snapshot, revision 24159
+
+* Tue Apr 13 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.6.rc2
+- Update to post-rc2 svn snapshot, revision 24129
+- Assorted spec file resyncs w/mythtv svn spec
+
+* Thu Apr 08 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.5.rc2
+- Update to post-rc2 svn snapshot, revision 24030
+- Should fix some recording issues when using both inputs
+ on an hdhomerun
+
+* Tue Apr 06 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.4.rc2
+- Update to post-rc2 svn snapshot, revision 24014
+
+* Thu Apr 01 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.3.rc1
+- Start tracking release-0-23-fixes branch
+- Update to post-rc1 svn snapshot, revision 23894
+
+* Tue Mar 23 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.2.rc1
+- Update to svn trunk, revision 23781, aka MythTV 0.23 RC1 (more or less)
+
+* Thu Mar 11 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23718
+- Update to svn trunk, revision 23718
+
+* Tue Mar 09 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23702
+- Update to svn trunk, revision 23702
+- Add missing Requires: python-MythTV to mythvideo and mythnetvision plugins
+
+* Thu Mar 04 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23662
+- Update to svn trunk, revision 23662
+
+* Mon Mar 01 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23630
+- Update to svn trunk, revision 23630
+- Make mythbackend --version actually print useful stuff now (like pkg ver)
+
+* Mon Feb 22 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23586
+- Update to svn trunk, revision 23586
+- Attempt to fix implicit link issue w/XvMCW
+
+* Thu Feb 11 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
+
+* Tue Feb 02 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23443
+- Update to svn trunk, revision 23443
+- Don't try applying 0.22 svn fixes branch patches to 0.23 svn trunk, duh
+
+* Mon Feb 01 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23433
+- Update to svn trunk, revision 23433
+- Drop dropped mythflix plugin
+- Add new mythnetvision plugin
* Sat Nov 21 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-2
- Update to release-0-22-fixes branch, svn revision 22880
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-12/sources,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- sources 9 Nov 2009 15:11:56 -0000 1.36
+++ sources 4 May 2010 18:38:29 -0000 1.37
@@ -1,4 +1,4 @@
be3ab99952c2a3a135a7c4af90b08f15 mythfrontend.png
be3ab99952c2a3a135a7c4af90b08f15 mythtv-setup.png
-09c8fa1058399a0c5db169a71561e985 mythplugins-0.22.tar.bz2
-e8f8b5b6a51cd7be700e215b2a1bf2c0 mythtv-0.22.tar.bz2
+aa6d597464386baec718639f7074f62e mythplugins-0.23.tar.bz2
+bc5781aa80294f10340c60dd1893846c mythtv-0.23.tar.bz2
14 years, 7 months
rpms/mythtv/F-13 mythtv.spec,1.77,1.78 sources,1.50,1.51
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30188
Modified Files:
mythtv.spec sources
Log Message:
* Tue May 04 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.10.rc3
- Update to post-rc3 svn snapshot, revision 24414
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-13/mythtv.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- mythtv.spec 23 Apr 2010 18:48:35 -0000 1.77
+++ mythtv.spec 4 May 2010 16:01:48 -0000 1.78
@@ -65,7 +65,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r24240
+%define _svnrev r24414
%define branch trunk
#
@@ -80,7 +80,7 @@
Version: 0.23
%if "%{branch}" == "trunk"
#Release: 0.1.svn.%{_svnrev}%{?dist}
-Release: 0.8.rc2%{?dist}
+Release: 0.10.rc3%{?dist}
%else
Release: 1%{?dist}
%endif
@@ -1480,6 +1480,12 @@
################################################################################
%changelog
+* Tue May 04 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.10.rc3
+- Update to post-rc3 svn snapshot, revision 24414
+
+* Wed Apr 28 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.9.rc2
+- Update to post-rc2 svn snapshot, revision 24292
+
* Fri Apr 23 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.8.rc2
- Update to post-rc2 svn snapshot, revision 24240
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-13/sources,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- sources 23 Apr 2010 18:48:36 -0000 1.50
+++ sources 4 May 2010 16:01:48 -0000 1.51
@@ -1,4 +1,4 @@
be3ab99952c2a3a135a7c4af90b08f15 mythfrontend.png
be3ab99952c2a3a135a7c4af90b08f15 mythtv-setup.png
-adab365870267d3370eeb98378ef105f mythtv-0.23.tar.bz2
-e68a338df09ecd669650b2f999e762ef mythplugins-0.23.tar.bz2
+aa6d597464386baec718639f7074f62e mythplugins-0.23.tar.bz2
+bc5781aa80294f10340c60dd1893846c mythtv-0.23.tar.bz2
14 years, 7 months
rpms/xtables-addons-kmod/F-13 xtables-addons-kmod.spec,1.8,1.9
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/xtables-addons-kmod/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29751
Modified Files:
xtables-addons-kmod.spec
Log Message:
* Tue May 04 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.26-1.1
- rebuild for new kernel
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-13/xtables-addons-kmod.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xtables-addons-kmod.spec 2 May 2010 03:13:15 -0000 1.8
+++ xtables-addons-kmod.spec 4 May 2010 15:55:36 -0000 1.9
@@ -10,7 +10,7 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
Version: 1.26
-Release: 1%{?dist}
+Release: 1%{?dist}.1
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
@@ -66,6 +66,9 @@
%changelog
+* Tue May 04 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.26-1.1
+- rebuild for new kernel
+
* Sun May 02 2010 Chen Lei <supercyper(a)163.com> - 1.26-1
- update to 1.26
14 years, 7 months
rpms/west-chamber-kmod/F-13 west-chamber-kmod.spec,1.4,1.5
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/west-chamber-kmod/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29630
Modified Files:
west-chamber-kmod.spec
Log Message:
* Tue May 04 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.0.1-4.20100405svn.3
- rebuild for new kernel
Index: west-chamber-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/west-chamber-kmod/F-13/west-chamber-kmod.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- west-chamber-kmod.spec 29 Apr 2010 07:56:55 -0000 1.4
+++ west-chamber-kmod.spec 4 May 2010 15:55:22 -0000 1.5
@@ -13,7 +13,7 @@
Name: west-chamber-kmod
Summary: Kernel module (kmod) for west-chamber
Version: 0.0.1
-Release: 4.%{?svndate}svn%{?dist}.2
+Release: 4.%{?svndate}svn%{?dist}.3
License: GPLv2+
Group: System Environment/Kernel
URL: http://code.google.com/p/scholarzhang/
@@ -78,6 +78,9 @@
%changelog
+* Tue May 04 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.0.1-4.20100405svn.3
+- rebuild for new kernel
+
* Thu Apr 29 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.0.1-4.20100405svn.2
- rebuild for new kernel
14 years, 7 months
rpms/VirtualBox-OSE-kmod/F-13 VirtualBox-OSE-kmod.spec,1.40,1.41
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29509
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
* Tue May 04 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.1.6-1.3
- rebuild for new kernel
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-13/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- VirtualBox-OSE-kmod.spec 29 Apr 2010 07:56:43 -0000 1.40
+++ VirtualBox-OSE-kmod.spec 4 May 2010 15:55:10 -0000 1.41
@@ -12,7 +12,7 @@
Name: VirtualBox-OSE-kmod
Version: 3.1.6
-Release: 1%{?dist}.2
+Release: 1%{?dist}.3
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -92,6 +92,9 @@
%changelog
+* Tue May 04 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.1.6-1.3
+- rebuild for new kernel
+
* Thu Apr 29 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.1.6-1.2
- rebuild for new kernel
14 years, 7 months
rpms/staging-kmod/F-13 staging-kmod.spec,1.18,1.19
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29387
Modified Files:
staging-kmod.spec
Log Message:
* Tue May 04 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.33.2-2.2
- rebuild for new kernel
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-13/staging-kmod.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- staging-kmod.spec 29 Apr 2010 07:56:30 -0000 1.18
+++ staging-kmod.spec 4 May 2010 15:54:57 -0000 1.19
@@ -14,7 +14,7 @@
Name: staging-kmod
Version: 2.6.33.2
-Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist}.1
+Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist}.2
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
@@ -111,6 +111,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue May 04 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.33.2-2.2
+- rebuild for new kernel
+
* Thu Apr 29 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.33.2-2.1
- rebuild for new kernel
14 years, 7 months
rpms/rt3070-kmod/F-13 rt3070-kmod.spec,1.25,1.26
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rt3070-kmod/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28985
Modified Files:
rt3070-kmod.spec
Log Message:
* Tue May 04 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.1.0-3.10
- rebuild for new kernel
Index: rt3070-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt3070-kmod/F-13/rt3070-kmod.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- rt3070-kmod.spec 29 Apr 2010 07:56:18 -0000 1.25
+++ rt3070-kmod.spec 4 May 2010 15:54:45 -0000 1.26
@@ -7,7 +7,7 @@
Name: rt3070-kmod
Version: 2.1.1.0
-Release: 3%{?dist}.9
+Release: 3%{?dist}.10
Summary: Kernel module for wireless devices with Ralink's rt307x chipsets
Group: System Environment/Kernel
@@ -87,6 +87,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue May 04 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.1.0-3.10
+- rebuild for new kernel
+
* Thu Apr 29 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.1.0-3.9
- rebuild for new kernel
14 years, 7 months