rpms/xtables-addons/F-13 .cvsignore, 1.5, 1.6 sources, 1.6, 1.7 xtables-addons-userspace.patch, 1.4, 1.5 xtables-addons.spec, 1.6, 1.7
by Chen Lei
Author: supercyper
Update of /cvs/free/rpms/xtables-addons/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20689
Modified Files:
.cvsignore sources xtables-addons-userspace.patch
xtables-addons.spec
Log Message:
Sync with devel
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/F-13/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 30 Aug 2010 03:49:40 -0000 1.5
+++ .cvsignore 27 Oct 2010 10:32:38 -0000 1.6
@@ -1 +1 @@
-xtables-addons-1.28.tar.xz
+xtables-addons-1.30.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/F-13/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 30 Aug 2010 03:49:40 -0000 1.6
+++ sources 27 Oct 2010 10:32:38 -0000 1.7
@@ -1 +1 @@
-b94fe23370a1294b985e9a06a0f9d129 xtables-addons-1.28.tar.xz
+38d369a29fdd1ea86fe83df262e03064 xtables-addons-1.30.tar.xz
xtables-addons-userspace.patch:
Makefile.am | 1 -
configure.ac | 46 ----------------------------------------------
extensions/Makefile.am | 22 ----------------------
3 files changed, 69 deletions(-)
Index: xtables-addons-userspace.patch
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/F-13/xtables-addons-userspace.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xtables-addons-userspace.patch 30 Aug 2010 03:49:40 -0000 1.4
+++ xtables-addons-userspace.patch 27 Oct 2010 10:32:38 -0000 1.5
@@ -1,6 +1,6 @@
-diff -urP xtables-addons-1.27.org/configure.ac xtables-addons-1.27/configure.ac
---- xtables-addons-1.27.org/configure.ac 2010-05-31 09:47:58.385362271 +0800
-+++ xtables-addons-1.27/configure.ac 2010-05-31 10:01:32.727112933 +0800
+diff -Naur xtables-addons-1.30.orig/configure.ac xtables-addons-1.30/configure.ac
+--- xtables-addons-1.30.orig/configure.ac 2010-10-02 06:41:47.000000000 +0800
++++ xtables-addons-1.30/configure.ac 2010-10-27 17:54:14.962186249 +0800
@@ -9,18 +9,6 @@
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
@@ -20,7 +20,7 @@
AC_ARG_WITH([xtlibdir],
AS_HELP_STRING([--with-xtlibdir=PATH],
[Path where to install Xtables extensions [[LIBEXECDIR/xtables]]]),
-@@ -37,42 +25,7 @@
+@@ -37,42 +25,8 @@
-Winline -pipe -DXTABLES_LIBDIR=\\\"\${xtlibdir}\\\" \
-I\${XA_TOPSRCDIR}/include";
@@ -49,7 +49,7 @@
- fi;
-fi;
-echo "Found kernel version $kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
--if test "$kmajor" -gt 2 -o "$kminor" -gt 6 -o "$kmicro" -gt 35; then
+-if test "$kmajor" -gt 2 -o "$kminor" -gt 6 -o "$kmicro" -gt 36; then
- echo "WARNING: You are trying a newer kernel. Results may vary. :-)";
-elif test \( "$kmajor" -lt 2 -o "$kminor" -lt 6 -o "$kmicro" -lt 17 \) -o \
- \( "$kmajor" -eq 2 -a "$kminor" -eq 6 -a "$kmicro" -eq 18 -a \
@@ -57,16 +57,15 @@
- echo "ERROR: That kernel version is not supported. Please see INSTALL for minimum configuration.";
- exit 1;
-fi;
--
+
AC_SUBST([regular_CFLAGS])
-AC_SUBST([kbuilddir])
AC_SUBST([xtlibdir])
AC_CONFIG_FILES([Makefile Makefile.iptrules Makefile.mans geoip/Makefile
- extensions/Makefile extensions/ACCOUNT/Makefile
- extensions/ipset/Makefile extensions/pknock/Makefile])
-diff -urP xtables-addons-1.27.org/extensions/Makefile.am xtables-addons-1.27/extensions/Makefile.am
---- xtables-addons-1.27.org/extensions/Makefile.am 2010-05-31 09:47:58.363361712 +0800
-+++ xtables-addons-1.27/extensions/Makefile.am 2010-05-31 10:02:08.845363738 +0800
+ extensions/Makefile extensions/ACCOUNT/Makefile
+diff -Naur xtables-addons-1.30.orig/extensions/Makefile.am xtables-addons-1.30/extensions/Makefile.am
+--- xtables-addons-1.30.orig/extensions/Makefile.am 2010-10-02 06:41:47.000000000 +0800
++++ xtables-addons-1.30/extensions/Makefile.am 2010-10-27 17:54:53.010183177 +0800
@@ -1,26 +1,4 @@
# -*- Makefile -*-
# AUTOMAKE
@@ -94,9 +93,9 @@
-clean-local: clean_modules
-
include ../Makefile.extra
-diff -urP xtables-addons-1.27.org/Makefile.am xtables-addons-1.27/Makefile.am
---- xtables-addons-1.27.org/Makefile.am 2010-05-31 09:47:58.385362271 +0800
-+++ xtables-addons-1.27/Makefile.am 2010-05-31 09:52:19.632360246 +0800
+diff -Naur xtables-addons-1.30.orig/Makefile.am xtables-addons-1.30/Makefile.am
+--- xtables-addons-1.30.orig/Makefile.am 2010-10-02 06:41:47.000000000 +0800
++++ xtables-addons-1.30/Makefile.am 2010-10-27 17:55:29.350434539 +0800
@@ -12,7 +12,6 @@
${MAKE} -f Makefile.mans all;
Index: xtables-addons.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/F-13/xtables-addons.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xtables-addons.spec 30 Aug 2010 03:49:40 -0000 1.6
+++ xtables-addons.spec 27 Oct 2010 10:32:38 -0000 1.7
@@ -1,6 +1,6 @@
Name: xtables-addons
Summary: Extensions targets and matches for iptables
-Version: 1.28
+Version: 1.30
Release: 1%{?dist}
# The entire source code is GPLv2 except ACCOUNT/libxt_ACCOUNT_cl.* which is LGPLv2
License: GPLv2 and LGPLv2
@@ -11,7 +11,6 @@
Source2: ipset-config
# patch to build userspace part only
Patch0: %{name}-userspace.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: iptables-devel
BuildRequires: autoconf automake libtool
Provides: %{name}-kmod-common = %{version}
@@ -21,8 +20,8 @@
# This is for /sbin/service
Requires(preun): initscripts
Requires(postun): initscripts
-Provides: ipset = 4.2
-%{?_isa:Provides: ipset%{?_isa} = 4.2}
+Provides: ipset = 4.4
+%{?_isa:Provides: ipset%{?_isa} = 4.4}
Obsoletes: %{name}-devel < 1.27-1
%description
@@ -42,16 +41,15 @@
%build
./autogen.sh
%configure -with-xtlibdir=/%{_lib}/xtables
-if [ -e /%{_lib}/xtables/libxt_CHECKSUM.so ]; then
- sed -i 's/build_CHECKSUM=m/build_CHECKSUM=/' mconfig
+if [ ! -e /%{_lib}/xtables/libxt_CHECKSUM.so ]; then
+ sed -i 's/build_CHECKSUM=/build_CHECKSUM=m/' mconfig
fi
-if [ -e /%{_lib}/xtables/libxt_TEE.so ]; then
- sed -i 's/build_TEE=m/build_TEE=/' mconfig
+if [ ! -e /%{_lib}/xtables/libxt_TEE.so ]; then
+ sed -i 's/build_TEE=/build_TEE=m/' mconfig
fi
make V=1 %{?_smp_mflags}
%install
-rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
# We add xt_geoip database scripts manually
@@ -101,6 +99,9 @@
%{_mandir}/man?/*
%changelog
+* Wed Oct 27 2010 Chen Lei <supercyper(a)163.com> - 1.30-1
+- update to 1.30
+
* Sun Jul 25 2010 Chen Lei <supercyper(a)163.com> - 1.28-1
- update to 1.28
14 years, 1 month
rpms/xtables-addons/devel .cvsignore, 1.2, 1.3 sources, 1.3, 1.4 xtables-addons-userspace.patch, 1.2, 1.3 xtables-addons.spec, 1.2, 1.3
by Chen Lei
Author: supercyper
Update of /cvs/free/rpms/xtables-addons/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18687
Modified Files:
.cvsignore sources xtables-addons-userspace.patch
xtables-addons.spec
Log Message:
Update to 1.30
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 30 Aug 2010 03:49:00 -0000 1.2
+++ .cvsignore 27 Oct 2010 10:01:13 -0000 1.3
@@ -1 +1 @@
-xtables-addons-1.28.tar.xz
+xtables-addons-1.30.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 30 Aug 2010 03:49:00 -0000 1.3
+++ sources 27 Oct 2010 10:01:14 -0000 1.4
@@ -1 +1 @@
-b94fe23370a1294b985e9a06a0f9d129 xtables-addons-1.28.tar.xz
+38d369a29fdd1ea86fe83df262e03064 xtables-addons-1.30.tar.xz
xtables-addons-userspace.patch:
Makefile.am | 1 -
configure.ac | 46 ----------------------------------------------
extensions/Makefile.am | 22 ----------------------
3 files changed, 69 deletions(-)
Index: xtables-addons-userspace.patch
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/devel/xtables-addons-userspace.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xtables-addons-userspace.patch 30 Aug 2010 03:49:00 -0000 1.2
+++ xtables-addons-userspace.patch 27 Oct 2010 10:01:14 -0000 1.3
@@ -1,6 +1,6 @@
-diff -urP xtables-addons-1.27.org/configure.ac xtables-addons-1.27/configure.ac
---- xtables-addons-1.27.org/configure.ac 2010-05-31 09:47:58.385362271 +0800
-+++ xtables-addons-1.27/configure.ac 2010-05-31 10:01:32.727112933 +0800
+diff -Naur xtables-addons-1.30.orig/configure.ac xtables-addons-1.30/configure.ac
+--- xtables-addons-1.30.orig/configure.ac 2010-10-02 06:41:47.000000000 +0800
++++ xtables-addons-1.30/configure.ac 2010-10-27 17:54:14.962186249 +0800
@@ -9,18 +9,6 @@
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
@@ -20,7 +20,7 @@
AC_ARG_WITH([xtlibdir],
AS_HELP_STRING([--with-xtlibdir=PATH],
[Path where to install Xtables extensions [[LIBEXECDIR/xtables]]]),
-@@ -37,42 +25,7 @@
+@@ -37,42 +25,8 @@
-Winline -pipe -DXTABLES_LIBDIR=\\\"\${xtlibdir}\\\" \
-I\${XA_TOPSRCDIR}/include";
@@ -49,7 +49,7 @@
- fi;
-fi;
-echo "Found kernel version $kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
--if test "$kmajor" -gt 2 -o "$kminor" -gt 6 -o "$kmicro" -gt 35; then
+-if test "$kmajor" -gt 2 -o "$kminor" -gt 6 -o "$kmicro" -gt 36; then
- echo "WARNING: You are trying a newer kernel. Results may vary. :-)";
-elif test \( "$kmajor" -lt 2 -o "$kminor" -lt 6 -o "$kmicro" -lt 17 \) -o \
- \( "$kmajor" -eq 2 -a "$kminor" -eq 6 -a "$kmicro" -eq 18 -a \
@@ -57,16 +57,15 @@
- echo "ERROR: That kernel version is not supported. Please see INSTALL for minimum configuration.";
- exit 1;
-fi;
--
+
AC_SUBST([regular_CFLAGS])
-AC_SUBST([kbuilddir])
AC_SUBST([xtlibdir])
AC_CONFIG_FILES([Makefile Makefile.iptrules Makefile.mans geoip/Makefile
- extensions/Makefile extensions/ACCOUNT/Makefile
- extensions/ipset/Makefile extensions/pknock/Makefile])
-diff -urP xtables-addons-1.27.org/extensions/Makefile.am xtables-addons-1.27/extensions/Makefile.am
---- xtables-addons-1.27.org/extensions/Makefile.am 2010-05-31 09:47:58.363361712 +0800
-+++ xtables-addons-1.27/extensions/Makefile.am 2010-05-31 10:02:08.845363738 +0800
+ extensions/Makefile extensions/ACCOUNT/Makefile
+diff -Naur xtables-addons-1.30.orig/extensions/Makefile.am xtables-addons-1.30/extensions/Makefile.am
+--- xtables-addons-1.30.orig/extensions/Makefile.am 2010-10-02 06:41:47.000000000 +0800
++++ xtables-addons-1.30/extensions/Makefile.am 2010-10-27 17:54:53.010183177 +0800
@@ -1,26 +1,4 @@
# -*- Makefile -*-
# AUTOMAKE
@@ -94,9 +93,9 @@
-clean-local: clean_modules
-
include ../Makefile.extra
-diff -urP xtables-addons-1.27.org/Makefile.am xtables-addons-1.27/Makefile.am
---- xtables-addons-1.27.org/Makefile.am 2010-05-31 09:47:58.385362271 +0800
-+++ xtables-addons-1.27/Makefile.am 2010-05-31 09:52:19.632360246 +0800
+diff -Naur xtables-addons-1.30.orig/Makefile.am xtables-addons-1.30/Makefile.am
+--- xtables-addons-1.30.orig/Makefile.am 2010-10-02 06:41:47.000000000 +0800
++++ xtables-addons-1.30/Makefile.am 2010-10-27 17:55:29.350434539 +0800
@@ -12,7 +12,6 @@
${MAKE} -f Makefile.mans all;
Index: xtables-addons.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/devel/xtables-addons.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xtables-addons.spec 30 Aug 2010 03:49:00 -0000 1.2
+++ xtables-addons.spec 27 Oct 2010 10:01:14 -0000 1.3
@@ -1,6 +1,6 @@
Name: xtables-addons
Summary: Extensions targets and matches for iptables
-Version: 1.28
+Version: 1.30
Release: 1%{?dist}
# The entire source code is GPLv2 except ACCOUNT/libxt_ACCOUNT_cl.* which is LGPLv2
License: GPLv2 and LGPLv2
@@ -11,7 +11,6 @@
Source2: ipset-config
# patch to build userspace part only
Patch0: %{name}-userspace.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: iptables-devel
BuildRequires: autoconf automake libtool
Provides: %{name}-kmod-common = %{version}
@@ -21,8 +20,8 @@
# This is for /sbin/service
Requires(preun): initscripts
Requires(postun): initscripts
-Provides: ipset = 4.2
-%{?_isa:Provides: ipset%{?_isa} = 4.2}
+Provides: ipset = 4.4
+%{?_isa:Provides: ipset%{?_isa} = 4.4}
Obsoletes: %{name}-devel < 1.27-1
%description
@@ -42,16 +41,15 @@
%build
./autogen.sh
%configure -with-xtlibdir=/%{_lib}/xtables
-if [ -e /%{_lib}/xtables/libxt_CHECKSUM.so ]; then
- sed -i 's/build_CHECKSUM=m/build_CHECKSUM=/' mconfig
+if [ ! -e /%{_lib}/xtables/libxt_CHECKSUM.so ]; then
+ sed -i 's/build_CHECKSUM=/build_CHECKSUM=m/' mconfig
fi
-if [ -e /%{_lib}/xtables/libxt_TEE.so ]; then
- sed -i 's/build_TEE=m/build_TEE=/' mconfig
+if [ ! -e /%{_lib}/xtables/libxt_TEE.so ]; then
+ sed -i 's/build_TEE=/build_TEE=m/' mconfig
fi
make V=1 %{?_smp_mflags}
%install
-rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
# We add xt_geoip database scripts manually
@@ -101,6 +99,9 @@
%{_mandir}/man?/*
%changelog
+* Wed Oct 27 2010 Chen Lei <supercyper(a)163.com> - 1.30-1
+- update to 1.30
+
* Sun Jul 25 2010 Chen Lei <supercyper(a)163.com> - 1.28-1
- update to 1.28
14 years, 1 month
rpms/xtables-addons-kmod/F-14 .cvsignore, 1.2, 1.3 sources, 1.3, 1.4 xtables-addons-kmod.spec, 1.8, 1.9
by Chen Lei
Author: supercyper
Update of /cvs/free/rpms/xtables-addons-kmod/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15719
Modified Files:
.cvsignore sources xtables-addons-kmod.spec
Log Message:
Sync with devel
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-14/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 30 Aug 2010 02:43:16 -0000 1.2
+++ .cvsignore 27 Oct 2010 09:29:32 -0000 1.3
@@ -1 +1 @@
-xtables-addons-1.28.tar.xz
+xtables-addons-1.30.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-14/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 30 Aug 2010 02:43:17 -0000 1.3
+++ sources 27 Oct 2010 09:29:32 -0000 1.4
@@ -1 +1 @@
-b94fe23370a1294b985e9a06a0f9d129 xtables-addons-1.28.tar.xz
+38d369a29fdd1ea86fe83df262e03064 xtables-addons-1.30.tar.xz
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-14/xtables-addons-kmod.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xtables-addons-kmod.spec 1 Sep 2010 02:38:53 -0000 1.8
+++ xtables-addons-kmod.spec 27 Oct 2010 09:29:32 -0000 1.9
@@ -3,20 +3,19 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels newest
-#define buildforkernels current
+#define buildforkernels newest
+%define buildforkernels current
#define buildforkernels akmods
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
-Version: 1.28
+Version: 1.30
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
Source0: http://downloads.sourceforge.net/xtables-addons/xtables-addons-%{version}...
#Source11: xtables-addons-kmodtool-excludekernel-filterfile
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# get the needed BuildRequires (in parts depending on what we build for)
BuildRequires: %{_bindir}/kmodtool
%{!?kernels:BuildRequires: buildsys-build-rpmfusion-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu} }
@@ -46,11 +45,11 @@
%build
for kernel_version in %{?kernel_versions} ; do
- if grep -q 'XT_TARGET_TEE=m' %{_usrsrc}/kernels/${kernel_version%%___*}/.config; then
- sed -i 's/build_TEE=m/build_TEE=/' _kmod_build_${kernel_version%%___*}/mconfig
+ if ! grep -q 'XT_TARGET_TEE=m' %{_usrsrc}/kernels/${kernel_version%%___*}/.config; then
+ sed -i 's/build_TEE=/build_TEE=m/' _kmod_build_${kernel_version%%___*}/mconfig
fi
- if grep -q 'XT_TARGET_CHECKSUM=m' %{_usrsrc}/kernels/${kernel_version%%___*}/.config; then
- sed -i 's/build_CHECKSUM=m/build_CHECKSUM=/' _kmod_build_${kernel_version%%___*}/mconfig
+ if ! grep -q 'XT_TARGET_CHECKSUM=m' %{_usrsrc}/kernels/${kernel_version%%___*}/.config; then
+ sed -i 's/build_CHECKSUM=/build_CHECKSUM=m/' _kmod_build_${kernel_version%%___*}/mconfig
fi
export XA_ABSTOPSRCDIR=${PWD}/_kmod_build_${kernel_version%%___*}
make %{?_smp_mflags} V=1 -C "${kernel_version##*___}" M=${PWD}/_kmod_build_${kernel_version%%___*}/extensions modules
@@ -58,7 +57,6 @@
%install
-rm -rf %{buildroot}
for kernel_version in %{?kernel_versions} ; do
export XA_ABSTOPSRCDIR=${PWD}/_kmod_build_${kernel_version%%___*}
make %{?_smp_mflags} V=1 -C "${kernel_version##*___}" M=${PWD}/_kmod_build_${kernel_version%%___*}/extensions _emodinst_ INSTALL_MOD_PATH=%{buildroot} ext-mod-dir=%{kmodinstdir_postfix}
@@ -70,6 +68,9 @@
rm -rf %{buildroot}
%changelog
+* Wed Oct 27 2010 Chen Lei <supercyper(a)163.com> - 1.30-1
+- update to 1.30
+
* Sun Jul 25 2010 Chen Lei <supercyper(a)163.com> - 1.28-1
- update to 1.28
14 years, 1 month
rpms/xtables-addons-kmod/F-13 .cvsignore, 1.5, 1.6 sources, 1.6, 1.7 xtables-addons-kmod.spec, 1.28, 1.29
by Chen Lei
Author: supercyper
Update of /cvs/free/rpms/xtables-addons-kmod/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15612
Modified Files:
.cvsignore sources xtables-addons-kmod.spec
Log Message:
Sync with devel
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-13/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 30 Aug 2010 02:43:25 -0000 1.5
+++ .cvsignore 27 Oct 2010 09:28:32 -0000 1.6
@@ -1 +1 @@
-xtables-addons-1.28.tar.xz
+xtables-addons-1.30.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-13/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 30 Aug 2010 02:43:25 -0000 1.6
+++ sources 27 Oct 2010 09:28:32 -0000 1.7
@@ -1 +1 @@
-b94fe23370a1294b985e9a06a0f9d129 xtables-addons-1.28.tar.xz
+38d369a29fdd1ea86fe83df262e03064 xtables-addons-1.30.tar.xz
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-13/xtables-addons-kmod.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- xtables-addons-kmod.spec 21 Oct 2010 19:45:45 -0000 1.28
+++ xtables-addons-kmod.spec 27 Oct 2010 09:28:32 -0000 1.29
@@ -3,20 +3,19 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels newest
-#define buildforkernels current
+#define buildforkernels newest
+%define buildforkernels current
#define buildforkernels akmods
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
-Version: 1.28
-Release: 1%{?dist}.4
+Version: 1.30
+Release: 1%{?dist}
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
Source0: http://downloads.sourceforge.net/xtables-addons/xtables-addons-%{version}...
#Source11: xtables-addons-kmodtool-excludekernel-filterfile
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# get the needed BuildRequires (in parts depending on what we build for)
BuildRequires: %{_bindir}/kmodtool
%{!?kernels:BuildRequires: buildsys-build-rpmfusion-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu} }
@@ -46,11 +45,11 @@
%build
for kernel_version in %{?kernel_versions} ; do
- if grep -q 'XT_TARGET_TEE=m' %{_usrsrc}/kernels/${kernel_version%%___*}/.config; then
- sed -i 's/build_TEE=m/build_TEE=/' _kmod_build_${kernel_version%%___*}/mconfig
+ if ! grep -q 'XT_TARGET_TEE=m' %{_usrsrc}/kernels/${kernel_version%%___*}/.config; then
+ sed -i 's/build_TEE=/build_TEE=m/' _kmod_build_${kernel_version%%___*}/mconfig
fi
- if grep -q 'XT_TARGET_CHECKSUM=m' %{_usrsrc}/kernels/${kernel_version%%___*}/.config; then
- sed -i 's/build_CHECKSUM=m/build_CHECKSUM=/' _kmod_build_${kernel_version%%___*}/mconfig
+ if ! grep -q 'XT_TARGET_CHECKSUM=m' %{_usrsrc}/kernels/${kernel_version%%___*}/.config; then
+ sed -i 's/build_CHECKSUM=/build_CHECKSUM=m/' _kmod_build_${kernel_version%%___*}/mconfig
fi
export XA_ABSTOPSRCDIR=${PWD}/_kmod_build_${kernel_version%%___*}
make %{?_smp_mflags} V=1 -C "${kernel_version##*___}" M=${PWD}/_kmod_build_${kernel_version%%___*}/extensions modules
@@ -58,7 +57,6 @@
%install
-rm -rf %{buildroot}
for kernel_version in %{?kernel_versions} ; do
export XA_ABSTOPSRCDIR=${PWD}/_kmod_build_${kernel_version%%___*}
make %{?_smp_mflags} V=1 -C "${kernel_version##*___}" M=${PWD}/_kmod_build_${kernel_version%%___*}/extensions _emodinst_ INSTALL_MOD_PATH=%{buildroot} ext-mod-dir=%{kmodinstdir_postfix}
@@ -70,17 +68,8 @@
rm -rf %{buildroot}
%changelog
-* Thu Oct 21 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.28-1.4
-- rebuild for new kernel
-
-* Sun Sep 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.28-1.3
-- rebuild for new kernel
-
-* Sat Sep 11 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.28-1.2
-- rebuild for new kernel
-
-* Fri Sep 10 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.28-1.1
-- rebuild for new kernel
+* Wed Oct 27 2010 Chen Lei <supercyper(a)163.com> - 1.30-1
+- update to 1.30
* Sun Jul 25 2010 Chen Lei <supercyper(a)163.com> - 1.28-1
- update to 1.28
14 years, 1 month
rpms/xtables-addons-kmod/devel .cvsignore, 1.2, 1.3 sources, 1.3, 1.4 xtables-addons-kmod.spec, 1.8, 1.9
by Chen Lei
Author: supercyper
Update of /cvs/free/rpms/xtables-addons-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15134
Modified Files:
.cvsignore sources xtables-addons-kmod.spec
Log Message:
Update to 1.30
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 30 Aug 2010 02:43:16 -0000 1.2
+++ .cvsignore 27 Oct 2010 09:25:24 -0000 1.3
@@ -1 +1 @@
-xtables-addons-1.28.tar.xz
+xtables-addons-1.30.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 30 Aug 2010 02:43:17 -0000 1.3
+++ sources 27 Oct 2010 09:25:24 -0000 1.4
@@ -1 +1 @@
-b94fe23370a1294b985e9a06a0f9d129 xtables-addons-1.28.tar.xz
+38d369a29fdd1ea86fe83df262e03064 xtables-addons-1.30.tar.xz
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/devel/xtables-addons-kmod.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xtables-addons-kmod.spec 1 Sep 2010 02:38:53 -0000 1.8
+++ xtables-addons-kmod.spec 27 Oct 2010 09:25:24 -0000 1.9
@@ -3,20 +3,19 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels newest
-#define buildforkernels current
+#define buildforkernels newest
+%define buildforkernels current
#define buildforkernels akmods
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
-Version: 1.28
+Version: 1.30
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
Source0: http://downloads.sourceforge.net/xtables-addons/xtables-addons-%{version}...
#Source11: xtables-addons-kmodtool-excludekernel-filterfile
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# get the needed BuildRequires (in parts depending on what we build for)
BuildRequires: %{_bindir}/kmodtool
%{!?kernels:BuildRequires: buildsys-build-rpmfusion-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu} }
@@ -46,11 +45,11 @@
%build
for kernel_version in %{?kernel_versions} ; do
- if grep -q 'XT_TARGET_TEE=m' %{_usrsrc}/kernels/${kernel_version%%___*}/.config; then
- sed -i 's/build_TEE=m/build_TEE=/' _kmod_build_${kernel_version%%___*}/mconfig
+ if ! grep -q 'XT_TARGET_TEE=m' %{_usrsrc}/kernels/${kernel_version%%___*}/.config; then
+ sed -i 's/build_TEE=/build_TEE=m/' _kmod_build_${kernel_version%%___*}/mconfig
fi
- if grep -q 'XT_TARGET_CHECKSUM=m' %{_usrsrc}/kernels/${kernel_version%%___*}/.config; then
- sed -i 's/build_CHECKSUM=m/build_CHECKSUM=/' _kmod_build_${kernel_version%%___*}/mconfig
+ if ! grep -q 'XT_TARGET_CHECKSUM=m' %{_usrsrc}/kernels/${kernel_version%%___*}/.config; then
+ sed -i 's/build_CHECKSUM=/build_CHECKSUM=m/' _kmod_build_${kernel_version%%___*}/mconfig
fi
export XA_ABSTOPSRCDIR=${PWD}/_kmod_build_${kernel_version%%___*}
make %{?_smp_mflags} V=1 -C "${kernel_version##*___}" M=${PWD}/_kmod_build_${kernel_version%%___*}/extensions modules
@@ -58,7 +57,6 @@
%install
-rm -rf %{buildroot}
for kernel_version in %{?kernel_versions} ; do
export XA_ABSTOPSRCDIR=${PWD}/_kmod_build_${kernel_version%%___*}
make %{?_smp_mflags} V=1 -C "${kernel_version##*___}" M=${PWD}/_kmod_build_${kernel_version%%___*}/extensions _emodinst_ INSTALL_MOD_PATH=%{buildroot} ext-mod-dir=%{kmodinstdir_postfix}
@@ -70,6 +68,9 @@
rm -rf %{buildroot}
%changelog
+* Wed Oct 27 2010 Chen Lei <supercyper(a)163.com> - 1.30-1
+- update to 1.30
+
* Sun Jul 25 2010 Chen Lei <supercyper(a)163.com> - 1.28-1
- update to 1.28
14 years, 1 month
rpms/mythtv/F-14 mythtv.spec, 1.77, 1.78 mythplugins-compile_fixes_for_qt_4_7.patch, 1.1, NONE mythtv-0.22-svnfixes.patch, 1.1, NONE mythtv-compile_fixes_for_qt_4_7.patch, 1.1, NONE
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14801
Modified Files:
mythtv.spec
Removed Files:
mythplugins-compile_fixes_for_qt_4_7.patch
mythtv-0.22-svnfixes.patch
mythtv-compile_fixes_for_qt_4_7.patch
Log Message:
kill cruft
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-14/mythtv.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- mythtv.spec 27 Oct 2010 01:27:13 -0000 1.77
+++ mythtv.spec 27 Oct 2010 01:42:32 -0000 1.78
@@ -133,9 +133,6 @@
Source1: http://www.mythtv.org/mc/mythplugins-%{version}.tar.bz2
#Patch0: mythtv-%{version}-svnfixes.patch
#Patch1: mythplugins-%{version}-svnfixes.patch
-# http://svn.mythtv.org/trac/ticket/8572
-#Patch2: mythtv-compile_fixes_for_qt_4_7.patch
-#Patch3: mythplugins-compile_fixes_for_qt_4_7.patch
Source10: PACKAGE-LICENSING
Source101: mythbackend.sysconfig.in
Source102: mythbackend.init.in
@@ -858,8 +855,6 @@
##### MythTV
cd mythtv-%{version}
-#patch0 -p1
-#patch2 -p1
# Drop execute permissions on contrib bits, since they'll be %doc
find contrib/ -type f -exec chmod -x "{}" \;
--- mythplugins-compile_fixes_for_qt_4_7.patch DELETED ---
--- mythtv-0.22-svnfixes.patch DELETED ---
--- mythtv-compile_fixes_for_qt_4_7.patch DELETED ---
14 years, 1 month
rpms/mythtv/F-13 mythplugins-0.23.1-svnfixes.patch, 1.2, 1.3 mythtv-0.23.1-svnfixes.patch, 1.2, 1.3 mythtv.spec, 1.91, 1.92
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13920
Modified Files:
mythplugins-0.23.1-svnfixes.patch mythtv-0.23.1-svnfixes.patch
mythtv.spec
Log Message:
* Tue Oct 26 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23.1-3
- Update to release-0-23-fixes branch, svn revision 26998
mythplugins-0.23.1-svnfixes.patch:
configure | 1
mythmusic/theme/default-wide/music-ui.xml | 2 -
mythmusic/theme/default/music-ui.xml | 18 +++++++---
mythnetvision/mythnetvision/netsearch.cpp | 6 +--
mythvideo/mythvideo/scripts/Movie/allocine.pl | 16 ++++++--
mythvideo/mythvideo/scripts/jamu.py | 5 ++
mythvideo/mythvideo/videodlg.h | 2 -
mythweb/classes/Database.php | 4 +-
mythweb/classes/Database/Query.php | 4 +-
mythweb/classes/Database/Query/mysql.php | 4 +-
mythweb/classes/Database/Query/mysqlicompat.php | 4 +-
mythweb/classes/Database/mysql.php | 4 +-
mythweb/classes/Database/mysqlicompat.php | 4 +-
mythweb/classes/JSON.php | 4 +-
mythweb/classes/Modules.php | 4 +-
mythweb/classes/MythBackend.php | 4 +-
mythweb/classes/MythFrontend.php | 4 +-
mythweb/includes/class_autoload.php | 4 +-
mythweb/includes/cleanup.php | 4 +-
mythweb/includes/config.php | 4 +-
mythweb/includes/css.php | 4 +-
mythweb/includes/data_dir.php | 4 +-
mythweb/includes/database.php | 4 +-
mythweb/includes/db_update.php | 4 +-
mythweb/includes/defines.php | 4 +-
mythweb/includes/errordisplay.php | 4 +-
mythweb/includes/errors.php | 4 +-
mythweb/includes/init.php | 4 +-
mythweb/includes/jobqueue.php | 4 +-
mythweb/includes/lockdown.php | 4 +-
mythweb/includes/mobile.php | 4 +-
mythweb/includes/mouseovers.php | 4 +-
mythweb/includes/php_version_check.php | 4 +-
mythweb/includes/session.php | 4 +-
mythweb/includes/skin.php | 4 +-
mythweb/includes/sorting.php | 4 +-
mythweb/includes/translate.php | 4 +-
mythweb/includes/utils.php | 4 +-
mythweb/js/pngbehavior.htc | 2 -
mythweb/js/table_sort.js | 4 +-
mythweb/js/utils.js | 4 +-
mythweb/modules/_shared/tmpl/_errors/db_access_denied.php | 4 +-
mythweb/modules/_shared/tmpl/_errors/db_vars_error.php | 4 +-
mythweb/modules/_shared/tmpl/_errors/error.php | 4 +-
mythweb/modules/_shared/tmpl/_errors/fatal.php | 4 +-
mythweb/modules/_shared/tmpl/_errors/lockdown.php | 4 +-
mythweb/modules/_shared/tmpl/_errors/no_modules.php | 4 +-
mythweb/modules/_shared/tmpl/_errors/site_down.php | 4 +-
mythweb/modules/_shared/tmpl/_errors/unknown_module.php | 4 +-
mythweb/modules/_shared/tmpl/default/footer.php | 4 +-
mythweb/modules/_shared/tmpl/default/header.php | 4 +-
mythweb/modules/_shared/tmpl/default/welcome.php | 4 +-
mythweb/modules/_shared/tmpl/iPod/footer.php | 4 +-
mythweb/modules/_shared/tmpl/iPod/header.php | 4 +-
mythweb/modules/_shared/tmpl/iPod/welcome.php | 4 +-
mythweb/modules/_shared/tmpl/lite/footer.php | 4 +-
mythweb/modules/_shared/tmpl/lite/header.php | 4 +-
mythweb/modules/_shared/tmpl/lite/welcome.php | 4 +-
mythweb/modules/_shared/tmpl/wap/footer.php | 4 +-
mythweb/modules/_shared/tmpl/wap/header.php | 4 +-
mythweb/modules/_shared/tmpl/wap/welcome.php | 4 +-
mythweb/modules/backend_log/handler.php | 4 +-
mythweb/modules/backend_log/init.php | 4 +-
mythweb/modules/backend_log/tmpl/default/backend_log.php | 4 +-
mythweb/modules/backend_log/tmpl/default/welcome.php | 4 +-
mythweb/modules/backend_log/tmpl/lite/backend_log.php | 4 +-
mythweb/modules/backend_log/tmpl/lite/welcome.php | 4 +-
mythweb/modules/database/init.php | 4 +-
mythweb/modules/database/set_settings.php | 4 +-
mythweb/modules/database/tmpl/default/set_settings.php | 4 +-
mythweb/modules/music/handler.php | 4 +-
mythweb/modules/music/init.php | 4 +-
mythweb/modules/music/mp3act_functions.php | 4 +-
mythweb/modules/music/stream.php | 4 +-
mythweb/modules/music/tmpl/default/welcome.php | 4 +-
mythweb/modules/mythtv/init.php | 4 +-
mythweb/modules/mythtv/set_keys.php | 4 +-
mythweb/modules/mythtv/set_settings.php | 4 +-
mythweb/modules/mythtv/tmpl/default/set_keys.php | 4 +-
mythweb/modules/mythtv/tmpl/default/set_settings.php | 4 +-
mythweb/modules/mythtv/tmpl/lite/set_keys.php | 4 +-
mythweb/modules/mythtv/tmpl/lite/set_settings.php | 4 +-
mythweb/modules/mythweb/init.php | 4 +-
mythweb/modules/mythweb/set_defaults.php | 4 +-
mythweb/modules/mythweb/set_flvplayer.php | 4 +-
mythweb/modules/mythweb/set_session.php | 4 +-
mythweb/modules/mythweb/tmpl/default/set_defaults.php | 4 +-
mythweb/modules/mythweb/tmpl/default/set_flvplayer.php | 4 +-
mythweb/modules/mythweb/tmpl/default/set_session.php | 4 +-
mythweb/modules/mythweb/tmpl/lite/set_defaults.php | 4 +-
mythweb/modules/mythweb/tmpl/lite/set_flvplayer.php | 4 +-
mythweb/modules/mythweb/tmpl/lite/set_session.php | 4 +-
mythweb/modules/remote/do.php | 4 +-
mythweb/modules/remote/handler.php | 4 +-
mythweb/modules/remote/init.php | 4 +-
mythweb/modules/remote/keys.php | 4 +-
mythweb/modules/remote/play_program_on_frontend.php | 4 +-
mythweb/modules/remote/tmpl/default/keys.php | 4 +-
mythweb/modules/remote/tmpl/default/remote.php | 4 +-
mythweb/modules/remote/tmpl/default/welcome.php | 4 +-
mythweb/modules/remote/tmpl/iPod/play_program_on_frontend.php | 4 +-
mythweb/modules/remote/tmpl/iPod/welcome.php | 4 +-
mythweb/modules/settings/handler.php | 4 +-
mythweb/modules/settings/init.php | 4 +-
mythweb/modules/settings/tmpl/default/header.php | 4 +-
mythweb/modules/settings/tmpl/default/welcome.php | 4 +-
mythweb/modules/settings/tmpl/lite/header.php | 4 +-
mythweb/modules/settings/tmpl/lite/mythweb.php | 4 +-
mythweb/modules/settings/tmpl/lite/welcome.php | 4 +-
mythweb/modules/stats/handler.php | 4 +-
mythweb/modules/stats/init.php | 4 +-
mythweb/modules/stats/tmpl/default/stats.php | 4 +-
mythweb/modules/stats/tmpl/default/welcome.php | 4 +-
mythweb/modules/stats/tmpl/lite/stats.php | 4 +-
mythweb/modules/stats/tmpl/lite/welcome.php | 4 +-
mythweb/modules/status/handler.php | 4 +-
mythweb/modules/status/init.php | 4 +-
mythweb/modules/status/tmpl/default/status.php | 4 +-
mythweb/modules/status/tmpl/default/welcome.php | 4 +-
mythweb/modules/status/tmpl/lite/status.php | 4 +-
mythweb/modules/status/tmpl/lite/welcome.php | 4 +-
mythweb/modules/status/tmpl/wap/status.php | 4 +-
mythweb/modules/stream/handler.pl | 4 +-
mythweb/modules/stream/init.php | 4 +-
mythweb/modules/stream/set_protocol.php | 4 +-
mythweb/modules/stream/stream_asx.pl | 4 +-
mythweb/modules/stream/stream_flv.pl | 4 +-
mythweb/modules/stream/stream_flvp.pl | 4 +-
mythweb/modules/stream/stream_mp4.pl | 4 +-
mythweb/modules/stream/stream_raw.pl | 4 +-
mythweb/modules/stream/tmpl/default/set_protocol.php | 4 +-
mythweb/modules/stream/tmpl/lite/set_protocol.php | 4 +-
mythweb/modules/stream/tv.pl | 4 +-
mythweb/modules/tv/canned_searches.conf.php | 4 +-
mythweb/modules/tv/channel.php | 4 +-
mythweb/modules/tv/classes/Channel.php | 4 +-
mythweb/modules/tv/classes/Channel_List.php | 4 +-
mythweb/modules/tv/classes/Program.php | 4 +-
mythweb/modules/tv/classes/Recording.php | 4 +-
mythweb/modules/tv/classes/Schedule.php | 4 +-
mythweb/modules/tv/detail.php | 4 +-
mythweb/modules/tv/get_pixmap.php | 4 +-
mythweb/modules/tv/handler.php | 4 +-
mythweb/modules/tv/includes/channels.php | 4 +-
mythweb/modules/tv/includes/programs.php | 4 +-
mythweb/modules/tv/includes/recording_schedules.php | 4 +-
mythweb/modules/tv/includes/schedule_utils.php | 4 +-
mythweb/modules/tv/init.php | 4 +-
mythweb/modules/tv/list.php | 4 +-
mythweb/modules/tv/list_recording_groups.php | 4 +-
mythweb/modules/tv/list_shows_in_title_and_group.php | 4 +-
mythweb/modules/tv/list_titles_in_group.php | 4 +-
mythweb/modules/tv/opensearch.php | 4 +-
mythweb/modules/tv/recorded.php | 4 +-
mythweb/modules/tv/schedules.php | 4 +-
mythweb/modules/tv/schedules_custom.php | 4 +-
mythweb/modules/tv/schedules_manual.php | 4 +-
mythweb/modules/tv/search.php | 4 +-
mythweb/modules/tv/searches.php | 4 +-
mythweb/modules/tv/set_channels.php | 4 +-
mythweb/modules/tv/set_playgroup.php | 4 +-
mythweb/modules/tv/set_screens.php | 4 +-
mythweb/modules/tv/set_session.php | 4 +-
mythweb/modules/tv/submenu.php | 4 +-
mythweb/modules/tv/tmpl/default/channel.php | 4 +-
mythweb/modules/tv/tmpl/default/detail.php | 4 +-
mythweb/modules/tv/tmpl/default/list.php | 4 +-
mythweb/modules/tv/tmpl/default/list_data.php | 4 +-
mythweb/modules/tv/tmpl/default/recorded.php | 4 +-
mythweb/modules/tv/tmpl/default/schedules.php | 4 +-
mythweb/modules/tv/tmpl/default/schedules_custom.php | 4 +-
mythweb/modules/tv/tmpl/default/schedules_manual.php | 4 +-
mythweb/modules/tv/tmpl/default/search.php | 4 +-
mythweb/modules/tv/tmpl/default/searches.php | 4 +-
mythweb/modules/tv/tmpl/default/set_channels.php | 4 +-
mythweb/modules/tv/tmpl/default/set_playgroup.php | 4 +-
mythweb/modules/tv/tmpl/default/set_screens.php | 4 +-
mythweb/modules/tv/tmpl/default/set_session.php | 4 +-
mythweb/modules/tv/tmpl/default/upcoming.php | 4 +-
mythweb/modules/tv/tmpl/default/welcome.php | 4 +-
mythweb/modules/tv/tmpl/iPod/detail.php | 4 +-
mythweb/modules/tv/tmpl/iPod/list_recording_groups.php | 4 +-
mythweb/modules/tv/tmpl/iPod/list_shows_in_title_and_group.php | 4 +-
mythweb/modules/tv/tmpl/iPod/list_titles_in_group.php | 4 +-
mythweb/modules/tv/tmpl/iPod/search.php | 4 +-
mythweb/modules/tv/tmpl/iPod/submenu.php | 4 +-
mythweb/modules/tv/tmpl/iPod/upcoming.php | 4 +-
mythweb/modules/tv/tmpl/iPod/welcome.php | 4 +-
mythweb/modules/tv/tmpl/ical/upcoming.php | 4 +-
mythweb/modules/tv/tmpl/lite/channel.php | 4 +-
mythweb/modules/tv/tmpl/lite/detail.php | 4 +-
mythweb/modules/tv/tmpl/lite/list.php | 4 +-
mythweb/modules/tv/tmpl/lite/recorded.php | 4 +-
mythweb/modules/tv/tmpl/lite/schedules.php | 4 +-
mythweb/modules/tv/tmpl/lite/schedules_custom.php | 4 +-
mythweb/modules/tv/tmpl/lite/schedules_manual.php | 4 +-
mythweb/modules/tv/tmpl/lite/search.php | 4 +-
mythweb/modules/tv/tmpl/lite/searches.php | 4 +-
mythweb/modules/tv/tmpl/lite/set_channels.php | 4 +-
mythweb/modules/tv/tmpl/lite/set_session.php | 4 +-
mythweb/modules/tv/tmpl/lite/upcoming.php | 4 +-
mythweb/modules/tv/tmpl/lite/welcome.php | 4 +-
mythweb/modules/tv/tmpl/rss/recorded.php | 4 +-
mythweb/modules/tv/tmpl/wap/channel.php | 4 +-
mythweb/modules/tv/tmpl/wap/detail.php | 4 +-
mythweb/modules/tv/tmpl/wap/list.php | 4 +-
mythweb/modules/tv/tmpl/wap/recorded.php | 4 +-
mythweb/modules/tv/tmpl/wap/search.php | 4 +-
mythweb/modules/tv/tmpl/wap/upcoming.php | 4 +-
mythweb/modules/tv/upcoming.php | 4 +-
mythweb/modules/video/edit.php | 4 +-
mythweb/modules/video/handler.php | 4 +-
mythweb/modules/video/imdb.php | 4 +-
mythweb/modules/video/init.php | 4 +-
mythweb/modules/video/scan.php | 4 +-
mythweb/modules/video/set_settings.php | 4 +-
mythweb/modules/video/tmpl/default/set_settings.php | 4 +-
mythweb/modules/video/tmpl/default/video.php | 4 +-
mythweb/modules/video/tmpl/default/welcome.php | 4 +-
mythweb/modules/weather/classes/WeatherScreen.php | 4 +-
mythweb/modules/weather/handler.php | 4 +-
mythweb/modules/weather/init.php | 4 +-
mythweb/modules/weather/set_screen.php | 4 +-
mythweb/modules/weather/tmpl/default/set_screen.php | 4 +-
mythweb/modules/weather/tmpl/default/weather.18h.php | 4 +-
mythweb/modules/weather/tmpl/default/weather.3d.php | 4 +-
mythweb/modules/weather/tmpl/default/weather.6d.php | 4 +-
mythweb/modules/weather/tmpl/default/weather.am.php | 4 +-
mythweb/modules/weather/tmpl/default/weather.cc.php | 4 +-
mythweb/modules/weather/tmpl/default/weather.php | 4 +-
mythweb/modules/weather/tmpl/default/weather.sm.php | 4 +-
mythweb/modules/weather/tmpl/default/welcome.php | 4 +-
mythweb/modules/welcome.php | 4 +-
mythweb/mythweb.php | 4 +-
mythweb/mythweb.pl | 4 +-
mythzoneminder/mythzmserver/zmserver.cpp | 6 +--
236 files changed, 492 insertions(+), 474 deletions(-)
Index: mythplugins-0.23.1-svnfixes.patch
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-13/mythplugins-0.23.1-svnfixes.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mythplugins-0.23.1-svnfixes.patch 28 Aug 2010 15:01:24 -0000 1.2
+++ mythplugins-0.23.1-svnfixes.patch 27 Oct 2010 01:28:55 -0000 1.3
@@ -58,6 +58,22 @@
</textarea>
<blackhole name="visual_blackhole">
+diff -Naurp mythplugins-0.23.1.orig/mythnetvision/mythnetvision/netsearch.cpp mythplugins-0.23.1.new/mythnetvision/mythnetvision/netsearch.cpp
+--- mythplugins-0.23.1.orig/mythnetvision/mythnetvision/netsearch.cpp 2010-04-26 16:27:14.000000000 -0400
++++ mythplugins-0.23.1.new/mythnetvision/mythnetvision/netsearch.cpp 2010-09-18 23:12:48.452556000 -0400
+@@ -44,9 +44,9 @@ NetSearch::NetSearch(MythScreenStack *pa
+ m_thumbImage(NULL), m_downloadable(NULL),
+ m_progress(NULL), m_busyPopup(NULL),
+ m_okPopup(NULL), m_popupStack(),
+- m_netSearch(), m_currentSearch(NULL),
+- m_currentGrabber(0), m_currentCmd(NULL),
+- m_currentDownload(NULL), m_pagenum(0),
++ m_netSearch(), m_currentSearch(QString()),
++ m_currentGrabber(0), m_currentCmd(QString()),
++ m_currentDownload(QString()), m_pagenum(0),
+ m_lock(QMutex::Recursive)
+ {
+ m_playing = false;
diff -Naurp mythplugins-0.23.1.orig/mythvideo/mythvideo/scripts/jamu.py mythplugins-0.23.1.new/mythvideo/mythvideo/scripts/jamu.py
--- mythplugins-0.23.1.orig/mythvideo/mythvideo/scripts/jamu.py 2010-05-06 11:05:16.000000000 -0400
+++ mythplugins-0.23.1.new/mythvideo/mythvideo/scripts/jamu.py 2010-07-30 01:30:44.653168000 -0400
@@ -80,6 +96,65 @@
MythLog._setlevel('none') # Some non option -M cannot have any logging on stdout
mythbeconn = MythBE(backend=localhostname, db=mythdb)
MythLog._setlevel('important,general')
+diff -Naurp mythplugins-0.23.1.orig/mythvideo/mythvideo/scripts/Movie/allocine.pl mythplugins-0.23.1.new/mythvideo/mythvideo/scripts/Movie/allocine.pl
+--- mythplugins-0.23.1.orig/mythvideo/mythvideo/scripts/Movie/allocine.pl 2009-11-21 20:53:34.000000000 -0500
++++ mythplugins-0.23.1.new/mythvideo/mythvideo/scripts/Movie/allocine.pl 2010-10-09 17:48:15.096631000 -0400
+@@ -20,6 +20,9 @@
+ # Convert script to output in new grabber output format for .23. Leave backwards compat.
+ # 02-11-2009: Geoffroy Geerseau
+ # Allocine have, once again, change their templates...
++# 09-10-2010: Geoffroy Geerseau
++# EOL correction. Cast, Genre, Rates
++
+
+ use File::Basename;
+ use File::Copy;
+@@ -126,7 +129,7 @@ sub getMovieData {
+
+ # parse user rating
+ my $userrating=0;
+- my $tmpratings = parseBetween(parseBetween($response,"/film/critiquepublic_gen_cfilm=$movieid.html'><img", "</span></p></div>"),'(',')');
++ my $tmpratings = parseBetween(parseBetween($response,"/film/critiquepublic_gen_cfilm=$movieid.html\"><img", "</span></p></div>"),'(',')');
+ $tmpratings =~ s/,/./gm;
+ if($tmpratings =~ /^(\d+\.?\d*|\.\d+)$/ && !$tmpratings eq "")
+ {
+@@ -165,17 +168,20 @@ sub getMovieData {
+ # parse cast
+
+ my $castchunk;
+-
+- $castchunk = parseBetween($response, "Avec ",", <a class=\"underline\" href=\"/film/casting_gen_cfilm=$movieid.html\">plus</a>");
++ $castchunk = parseBetween($response,"Réalisé par ","$movieid.html\">plus</a>");
++ $castchunk = parseBetween($castchunk, "Avec ","<a class=\"underline\" href=\"/film/casting_gen_cfilm=");
+
+ my $cast = "";
+ $cast = trim(join(',', removeTag($castchunk)));
++ $cast =~ s/,\s([a-zA-Z0-9])/--$1/gm;
++ $cast =~ s/,//gm;
++ $cast =~ s/\-\-/, /gm;
+ #genres
+ my $genres = parseBetween($response,"Genre :","<br");
+ $genres =~ s/\s*\n*(.*)\s*$/ $1/;
+ $genres = trim(removeTag($genres));
+- $genres =~ s/\s*\n*(.*)\s*$/ $1/;
+-
++ $genres =~ s/\s\s//gm;
++ $genres =~ s/,\s*/, /gm;
+ #countries
+ my $countries = parseBetween($response,"Long-métrage",".");
+ $countries = trim(removeTag($countries));
+diff -Naurp mythplugins-0.23.1.orig/mythvideo/mythvideo/videodlg.h mythplugins-0.23.1.new/mythvideo/mythvideo/videodlg.h
+--- mythplugins-0.23.1.orig/mythvideo/mythvideo/videodlg.h 2009-11-28 13:50:27.000000000 -0500
++++ mythplugins-0.23.1.new/mythvideo/mythvideo/videodlg.h 2010-09-18 23:12:48.452556000 -0400
+@@ -150,7 +150,7 @@ class VideoDialog : public MythScreenTyp
+ QString RemoteImageCheck(QString host, QString filename);
+ QString GetCoverImage(MythGenericTree *node);
+ QString GetFirstImage(MythGenericTree *node, QString type,
+- QString gpnode = NULL, int levels = 0);
++ QString gpnode = QString(), int levels = 0);
+ QString GetImageFromFolder(Metadata *metadata);
+ QString GetScreenshot(MythGenericTree *node);
+ QString GetBanner(MythGenericTree *node);
diff -Naurp mythplugins-0.23.1.orig/mythweb/classes/Database/mysqlicompat.php mythplugins-0.23.1.new/mythweb/classes/Database/mysqlicompat.php
--- mythplugins-0.23.1.orig/mythweb/classes/Database/mysqlicompat.php 2008-11-08 21:42:14.000000000 -0500
+++ mythplugins-0.23.1.new/mythweb/classes/Database/mysqlicompat.php 2008-11-08 21:42:14.216654000 -0500
@@ -3258,3 +3333,33 @@
# @version $Revision$
# @author $Author$
#
+diff -Naurp mythplugins-0.23.1.orig/mythzoneminder/mythzmserver/zmserver.cpp mythplugins-0.23.1.new/mythzoneminder/mythzmserver/zmserver.cpp
+--- mythplugins-0.23.1.orig/mythzoneminder/mythzmserver/zmserver.cpp 2009-08-05 09:09:44.000000000 -0400
++++ mythplugins-0.23.1.new/mythzoneminder/mythzmserver/zmserver.cpp 2010-09-19 11:24:36.486230000 -0400
+@@ -854,7 +854,7 @@ void ZMServer::handleGetAnalyseFrame(vec
+ }
+ else
+ {
+- cout << "Failed to get mysql row" << endl;
++ cout << "handleGetAnalyseFrame: Failed to get mysql row for frameNo " << frameNo << endl;
+ sendError(ERROR_MYSQL_ROW);
+ return;
+ }
+@@ -1020,7 +1020,7 @@ void ZMServer::handleGetFrameList(vector
+ }
+ else
+ {
+- cout << "Failed to get mysql row" << endl;
++ cout << "handleGetFrameList: Failed to get mysql row " << x << endl;
+ sendError(ERROR_MYSQL_ROW);
+ return;
+ }
+@@ -1066,7 +1066,7 @@ void ZMServer::handleGetCameraList(void)
+ }
+ else
+ {
+- cout << "Failed to get mysql row" << endl;
++ cout << "handleGetCameraList: Failed to get mysql row " << x << endl;
+ sendError(ERROR_MYSQL_ROW);
+ return;
+ }
mythtv-0.23.1-svnfixes.patch:
VERSION | 1
bindings/perl/IO/Socket/INET/MythTV.pm | 4
bindings/perl/MythTV.pm | 4
bindings/perl/MythTV/Channel.pm | 4
bindings/perl/MythTV/Program.pm | 4
bindings/perl/MythTV/Recording.pm | 4
bindings/perl/MythTV/StorageGroup.pm | 4
bindings/python/MythTV/MythBase.py | 28 -
bindings/python/MythTV/MythData.py | 21
bindings/python/MythTV/MythFunc.py | 4
bindings/python/scripts/mythpython | 10
configure | 2
contrib/config_files/lirc/lircrc.native.example.mceusb2 | 2
contrib/icons/master_iconmap/channel_icons.pl | 4
contrib/imports/mirobridge/mirobridge.py | 5
contrib/maintenance/flush_deleted_recgroup.pl | 4
contrib/maintenance/optimize_mythdb.pl | 4
contrib/user_jobs/firewire_primer.pl | 4
contrib/user_jobs/mythlink.pl | 4
docs/index.html | 15
docs/mythtv-HOWTO-1.html | 8
docs/mythtv-HOWTO-10.html | 2
docs/mythtv-HOWTO-11.html | 43 -
docs/mythtv-HOWTO-12.html | 12
docs/mythtv-HOWTO-13.html | 10
docs/mythtv-HOWTO-14.html | 4
docs/mythtv-HOWTO-15.html | 4
docs/mythtv-HOWTO-16.html | 30 -
docs/mythtv-HOWTO-17.html | 11
docs/mythtv-HOWTO-18.html | 4
docs/mythtv-HOWTO-19.html | 4
docs/mythtv-HOWTO-2.html | 2
docs/mythtv-HOWTO-20.html | 2
docs/mythtv-HOWTO-21.html | 4
docs/mythtv-HOWTO-22.html | 6
docs/mythtv-HOWTO-23.html | 48 -
docs/mythtv-HOWTO-24.html | 13
docs/mythtv-HOWTO-3.html | 28 -
docs/mythtv-HOWTO-4.html | 2
docs/mythtv-HOWTO-5.html | 20
docs/mythtv-HOWTO-6.html | 4
docs/mythtv-HOWTO-7.html | 2
docs/mythtv-HOWTO-8.html | 4
docs/mythtv-HOWTO-9.html | 15
docs/mythtv-HOWTO-singlehtml.html | 238 +++------
docs/mythtv-HOWTO.html | 15
docs/mythtv-HOWTO.sgml | 186 +++----
libs/libavformat/utils.c | 2
libs/libmyth/mythdeque.h | 23
libs/libmythsoundtouch/AAFilter.cpp | 2
libs/libmythsoundtouch/AAFilter.h | 2
libs/libmythsoundtouch/BPMDetect.h | 2
libs/libmythsoundtouch/FIFOSampleBuffer.cpp | 2
libs/libmythsoundtouch/FIFOSampleBuffer.h | 2
libs/libmythsoundtouch/FIFOSamplePipe.h | 2
libs/libmythsoundtouch/FIRFilter.cpp | 2
libs/libmythsoundtouch/FIRFilter.h | 2
libs/libmythsoundtouch/RateTransposer.cpp | 2
libs/libmythsoundtouch/RateTransposer.h | 2
libs/libmythsoundtouch/STTypes.h | 2
libs/libmythsoundtouch/SoundTouch.cpp | 2
libs/libmythsoundtouch/SoundTouch.h | 2
libs/libmythsoundtouch/TDStretch.cpp | 2
libs/libmythsoundtouch/TDStretch.h | 2
libs/libmythsoundtouch/cpu_detect.h | 2
libs/libmythsoundtouch/cpu_detect_x86_gcc.cpp | 2
libs/libmythsoundtouch/mmx_gcc.cpp | 2
libs/libmythtv/channelbase.cpp | 3
libs/libmythtv/channelgroup.cpp | 7
libs/libmythtv/channelscan/channelimporter.cpp | 91 +++
libs/libmythtv/channelscan/channelimporter.h | 4
libs/libmythtv/channelscan/channelscan_sm.cpp | 17
libs/libmythtv/diseqc.cpp | 3
libs/libmythtv/dtvrecorder.cpp | 19
libs/libmythtv/dvbstreamhandler.cpp | 22
libs/libmythtv/recordingprofile.cpp | 7
libs/libmythtv/recordingprofile.h | 3
libs/libmythui/lirc.cpp | 2
libs/libmythui/mythmainwindow.cpp | 4
libs/libmythui/mythmainwindow.h | 1
libs/libmythui/mythuihelper.cpp | 14
libs/libmythupnp/eventing.h | 10
programs/mythfrontend/globalsettings.cpp | 42 -
programs/mythfrontend/guidegrid.cpp | 7
programs/mythfrontend/main.cpp | 2
programs/mythfrontend/playbackbox.cpp | 5
programs/mythfrontend/progfind.cpp | 2
programs/mythfrontend/proglist.cpp | 18
programs/scripts/database/mythconverg_restore.pl | 389 ++++++++++------
version.pro | 2
90 files changed, 853 insertions(+), 735 deletions(-)
Index: mythtv-0.23.1-svnfixes.patch
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-13/mythtv-0.23.1-svnfixes.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mythtv-0.23.1-svnfixes.patch 28 Aug 2010 15:01:24 -0000 1.2
+++ mythtv-0.23.1-svnfixes.patch 27 Oct 2010 01:28:55 -0000 1.3
@@ -84,7 +84,16 @@
#
diff -Naurp mythtv-0.23.1.orig/bindings/python/MythTV/MythBase.py mythtv-0.23.1.new/bindings/python/MythTV/MythBase.py
--- mythtv-0.23.1.orig/bindings/python/MythTV/MythBase.py 2010-05-04 20:45:58.000000000 -0400
-+++ mythtv-0.23.1.new/bindings/python/MythTV/MythBase.py 2010-07-30 01:30:44.653168000 -0400
++++ mythtv-0.23.1.new/bindings/python/MythTV/MythBase.py 2010-09-21 20:56:10.381307000 -0400
+@@ -735,7 +735,7 @@ class DBDataCRef( object ):
+ % (self.table, self.t_ref), dat.cross)
+ c.close()
+
+- index = self.hash.index[dat]
++ index = self.hash.index(dat)
+ del self.hash[index]
+ del self.data[index]
+
@@ -979,7 +979,7 @@ class MythDBBase( object ):
for config_file in config_files:
dbconn.update({ 'DBHostName':None, 'DBName':None,
@@ -2480,6 +2489,75 @@
issues if you do not have the spare CPU capacity to handle XFS, potentially
leading to dropped frames.</P>
diff -Naurp mythtv-0.23.1.orig/docs/mythtv-HOWTO.txt mythtv-0.23.1.new/docs/mythtv-HOWTO.txt
+diff -Naurp mythtv-0.23.1.orig/libs/libavformat/utils.c mythtv-0.23.1.new/libs/libavformat/utils.c
+--- mythtv-0.23.1.orig/libs/libavformat/utils.c 2010-02-10 17:58:08.000000000 -0500
++++ mythtv-0.23.1.new/libs/libavformat/utils.c 2010-10-08 23:07:49.494181000 -0400
+@@ -875,7 +875,7 @@ static void compute_pkt_fields(AVFormatC
+ // Note, if this is misbehaving for a H.264 file then possibly presentation_delayed is not set correctly.
+ if(delay==1 && pkt->dts == pkt->pts && pkt->dts != AV_NOPTS_VALUE && presentation_delayed){
+ av_log(s, AV_LOG_WARNING, "invalid dts/pts combination\n");
+- pkt->dts= pkt->pts= AV_NOPTS_VALUE;
++ pkt->pts= AV_NOPTS_VALUE;
+ }
+
+ if (pkt->duration == 0) {
+diff -Naurp mythtv-0.23.1.orig/libs/libmyth/mythdeque.h mythtv-0.23.1.new/libs/libmyth/mythdeque.h
+--- mythtv-0.23.1.orig/libs/libmyth/mythdeque.h 2009-04-10 20:04:30.000000000 -0400
++++ mythtv-0.23.1.new/libs/libmyth/mythdeque.h 2010-09-21 15:48:24.528714000 -0400
+@@ -3,9 +3,15 @@
+ #ifndef __MYTH_DEQUE_H__
+ #define __MYTH_DEQUE_H__
+
++#include <QString>
+ #include <deque>
+ using namespace std;
+
++template<typename T>
++inline T myth_deque_init(const T*) { return (T)(0); }
++template<>
++inline QString myth_deque_init(const QString*) { return QString(); }
++
+ /** \class MythDeque
+ * \brief MythDeque is similar to QPtrQueue, while being based off
+ * deque, this allows that items that are not at the head of
+@@ -18,8 +24,9 @@ class MythDeque : public deque<T>
+ /// \brief Removes item from front of list and returns a copy. O(1).
+ T dequeue()
+ {
++ T *dummy = NULL;
+ if (deque<T>::empty())
+- return (T)(0);
++ return myth_deque_init(dummy);
+ T item = deque<T>::front();
+ deque<T>::pop_front();
+ return item;
+@@ -65,16 +72,22 @@ class MythDeque : public deque<T>
+ size_type count() const { return deque<T>::size(); }
+
+ /// \brief Returns item at head of list. O(1).
+- T head() { return (deque<T>::size()) ? deque<T>::front() : (T)(NULL); }
++ T head()
++ { if (!deque<T>::empty()) return deque<T>::front();
++ T *dummy = NULL; return myth_deque_init(dummy); }
+ /// \brief Returns item at head of list. O(1).
+ const T head() const
+- { return (deque<T>::size()) ? deque<T>::front() : (T)(NULL); }
++ { if (!deque<T>::empty()) return deque<T>::front();
++ T *dummy = NULL; return myth_deque_init(dummy); }
+
+ /// \brief Returns item at tail of list. O(1).
+- T tail() { return (deque<T>::size()) ? deque<T>::back() : (T)(NULL); }
++ T tail()
++ { if (!deque<T>::empty()) return deque<T>::back();
++ T *dummy = NULL; return myth_deque_init(dummy); }
+ /// \brief Returns item at tail of list. O(1).
+ const T tail() const
+- { return (deque<T>::size()) ? deque<T>::back() : (T)(NULL); }
++ { if (!deque<T>::empty()) return deque<T>::back();
++ T *dummy = NULL; return myth_deque_init(dummy); }
+ };
+
+ #endif // __MYTH_DEQUE_H__
diff -Naurp mythtv-0.23.1.orig/libs/libmythsoundtouch/AAFilter.cpp mythtv-0.23.1.new/libs/libmythsoundtouch/AAFilter.cpp
--- mythtv-0.23.1.orig/libs/libmythsoundtouch/AAFilter.cpp 2009-04-10 20:04:30.000000000 -0400
+++ mythtv-0.23.1.new/libs/libmythsoundtouch/AAFilter.cpp 2009-04-10 20:04:30.069718000 -0400
@@ -2696,6 +2774,367 @@
// File revision : $Revision$
//
// $Id$
+diff -Naurp mythtv-0.23.1.orig/libs/libmythtv/channelbase.cpp mythtv-0.23.1.new/libs/libmythtv/channelbase.cpp
+--- mythtv-0.23.1.orig/libs/libmythtv/channelbase.cpp 2010-04-01 12:59:13.000000000 -0400
++++ mythtv-0.23.1.new/libs/libmythtv/channelbase.cpp 2010-09-09 14:00:53.902939000 -0400
+@@ -492,6 +492,9 @@ bool ChannelBase::IsInputAvailable(
+ if (inputid < 0)
+ return false;
+
++ if (!pParent)
++ return false;
++
+ // Check each input to make sure it doesn't belong to an
+ // input group which is attached to a busy recorder.
+ QMap<uint,bool> busygrp;
+diff -Naurp mythtv-0.23.1.orig/libs/libmythtv/channelgroup.cpp mythtv-0.23.1.new/libs/libmythtv/channelgroup.cpp
+--- mythtv-0.23.1.orig/libs/libmythtv/channelgroup.cpp 2010-03-06 22:11:52.000000000 -0500
++++ mythtv-0.23.1.new/libs/libmythtv/channelgroup.cpp 2010-08-30 15:41:18.335754000 -0400
+@@ -228,10 +228,9 @@ int ChannelGroup::GetChannelGroupId(QStr
+
+ MSqlQuery query(MSqlQuery::InitCon());
+
+- QString qstr = QString("SELECT grpid FROM channelgroupnames where name='%1'")
+- .arg(changroupname);
+-
+- query.prepare(qstr);
++ query.prepare("SELECT grpid FROM channelgroupnames "
++ "WHERE name = :GROUPNAME");
++ query.bindValue(":GROUPNAME", changroupname);
+
+ if (!query.exec() || !query.isActive())
+ MythDB::DBError("ChannelGroup::GetChannelGroups", query);
+diff -Naurp mythtv-0.23.1.orig/libs/libmythtv/channelscan/channelimporter.cpp mythtv-0.23.1.new/libs/libmythtv/channelscan/channelimporter.cpp
+--- mythtv-0.23.1.orig/libs/libmythtv/channelscan/channelimporter.cpp 2010-04-13 10:39:54.000000000 -0400
++++ mythtv-0.23.1.new/libs/libmythtv/channelscan/channelimporter.cpp 2010-09-08 20:42:17.278093000 -0400
+@@ -432,9 +432,16 @@ ScanDTVTransportList ChannelImporter::In
+ .arg(chan.atsc_major_channel)
+ .arg(chan.atsc_minor_channel);
+ }
++ else if (chan.si_standard == "dvb")
++ {
++ chan.chan_num = QString("%1")
++ .arg(chan.service_id);
++ }
+ else
+ {
+- chan.chan_num = QString("%1").arg(chan.service_id);
++ chan.chan_num = QString("%1-%2")
++ .arg(chan.freqid)
++ .arg(chan.service_id);
+ }
+
+ conflicting = ChannelUtil::IsConflicting(
+@@ -582,7 +589,7 @@ ScanDTVTransportList ChannelImporter::Up
+
+ if (chan.chan_num.isEmpty() || renameChannels ||
+ ChannelUtil::IsConflicting(
+- chan.chan_num, chan.service_id, chan.channel_id))
++ chan.chan_num, chan.source_id, chan.channel_id))
+ {
+ if (kATSCNonConflicting == type)
+ {
+@@ -590,13 +597,20 @@ ScanDTVTransportList ChannelImporter::Up
+ .arg(chan.atsc_major_channel)
+ .arg(chan.atsc_minor_channel);
+ }
++ else if (chan.si_standard == "dvb")
++ {
++ chan.chan_num = QString("%1")
++ .arg(chan.service_id);
++ }
+ else
+ {
+- chan.chan_num = QString("%1").arg(chan.service_id);
++ chan.chan_num = QString("%1-%2")
++ .arg(chan.freqid)
++ .arg(chan.service_id);
+ }
+
+ conflicting = ChannelUtil::IsConflicting(
+- chan.chan_num, chan.service_id, chan.channel_id);
++ chan.chan_num, chan.source_id, chan.channel_id);
+ }
+
+ if (conflicting)
+@@ -1017,6 +1031,43 @@ QString ChannelImporter::FormatChannel(
+ return msg;
+ }
+
++QString ChannelImporter::SimpleFormatChannel(
++ const ScanDTVTransport &transport,
++ const ChannelInsertInfo &chan)
++{
++ QString msg;
++ QTextStream ssMsg(&msg);
++
++ QString si_standard = (chan.si_standard=="opencable") ?
++ QString("scte") : chan.si_standard;
++
++ if (si_standard == "atsc" || si_standard == "scte")
++ {
++
++ if (si_standard == "atsc")
++ ssMsg << (QString("%1-%2")
++ .arg(chan.atsc_major_channel)
++ .arg(chan.atsc_minor_channel)).toAscii().constData();
++ else
++ ssMsg << (QString("%1-%2")
++ .arg(chan.freqid)
++ .arg(chan.service_id)).toAscii().constData();
++
++ if (!chan.callsign.isEmpty())
++ ssMsg << (QString(" (%1)")
++ .arg(chan.callsign)).toAscii().constData();
++ }
++ else if (si_standard == "dvb")
++ ssMsg << (QString("%1 (%2 %3)")
++ .arg(chan.service_name).arg(chan.service_id)
++ .arg(chan.netid)).toAscii().constData();
++ else
++ ssMsg << (QString("%1-%2")
++ .arg(chan.freqid).arg(chan.service_id))
++ .toAscii().constData();
++
++ return msg;
++}
+
+ QString ChannelImporter::FormatChannels(
+ const ScanDTVTransportList &transports,
+@@ -1079,12 +1130,12 @@ bool ChannelImporter::IsType(
+
+ case kMPEGNonConflicting:
+ return ((chan.si_standard == "mpeg") &&
+- (info.prognum_cnt[chan.service_id] == 1));
++ (info.channum_cnt[map_str(chan.chan_num)] == 1));
+
+ case kSCTENonConflicting:
+ return (((chan.si_standard == "scte") ||
+- (chan.si_standard == "opencable")) &&
+- (info.prognum_cnt[chan.service_id] == 1));
++ (chan.si_standard == "opencable")) &&
++ (info.channum_cnt[map_str(chan.chan_num)] == 1));
+
+ case kNTSCNonConflicting:
+ return ((chan.si_standard == "ntsc") &&
+@@ -1102,12 +1153,12 @@ bool ChannelImporter::IsType(
+
+ case kMPEGConflicting:
+ return ((chan.si_standard == "mpeg") &&
+- (info.prognum_cnt[chan.service_id] != 1));
++ (info.channum_cnt[map_str(chan.chan_num)] != 1));
+
+ case kSCTEConflicting:
+ return (((chan.si_standard == "scte") ||
+- (chan.si_standard == "opencable")) &&
+- (info.prognum_cnt[chan.service_id] != 1));
++ (chan.si_standard == "opencable")) &&
++ (info.channum_cnt[map_str(chan.chan_num)] != 1));
+
+ case kNTSCConflicting:
+ return ((chan.si_standard == "ntsc") &&
+@@ -1153,7 +1204,17 @@ QString ChannelImporter::ComputeSuggeste
+ .arg(chan.atsc_minor_channel);
+
+ if (!chan.atsc_minor_channel)
+- chan_num = QString("%1").arg(chan.service_id);
++ {
++ if (chan.si_standard == "dvb")
++ {
++ chan_num = QString("%1")
++ .arg(chan.service_id);
++ }
++ else
++ chan_num = QString("%1-%2")
++ .arg(chan.freqid)
++ .arg(chan.service_id);
++ }
+
+ if (!ChannelUtil::IsConflicting(chan_num, chan.source_id))
+ return chan_num;
+@@ -1415,8 +1476,8 @@ OkCancelType ChannelImporter::QueryUserR
+ ChannelInsertInfo &chan)
+ {
+ QString msg = QObject::tr(
+- "This channel '%1' was found to be in conflict with other channels. ")
+- .arg(FormatChannel(transport, chan));
++ "Channel %1 was found to be in conflict with other channels. ")
++ .arg(SimpleFormatChannel(transport, chan));
+
+ OkCancelType ret = kOCTCancel;
+
+@@ -1496,8 +1557,8 @@ OkCancelType ChannelImporter::QueryUserI
+ ChannelInsertInfo &chan)
+ {
+ QString msg = QObject::tr(
+- "You chose to manually insert this channel '%1'.")
+- .arg(FormatChannel(transport, chan));
++ "You chose to manually insert channel %1.")
++ .arg(SimpleFormatChannel(transport, chan));
+
+ OkCancelType ret = kOCTCancel;
+
+diff -Naurp mythtv-0.23.1.orig/libs/libmythtv/channelscan/channelimporter.h mythtv-0.23.1.new/libs/libmythtv/channelscan/channelimporter.h
+--- mythtv-0.23.1.orig/libs/libmythtv/channelscan/channelimporter.h 2009-09-06 09:16:50.000000000 -0400
++++ mythtv-0.23.1.new/libs/libmythtv/channelscan/channelimporter.h 2010-09-08 20:42:17.278093000 -0400
+@@ -201,6 +201,10 @@ class MPUBLIC ChannelImporter
+ const ChannelInsertInfo &chan,
+ const ChannelImporterBasicStats *info = NULL);
+
++ static QString SimpleFormatChannel(
++ const ScanDTVTransport &transport,
++ const ChannelInsertInfo &chan);
++
+ static QString GetSummary(
+ uint transport_count,
+ const ChannelImporterBasicStats &info,
+diff -Naurp mythtv-0.23.1.orig/libs/libmythtv/channelscan/channelscan_sm.cpp mythtv-0.23.1.new/libs/libmythtv/channelscan/channelscan_sm.cpp
+--- mythtv-0.23.1.orig/libs/libmythtv/channelscan/channelscan_sm.cpp 2010-03-11 22:11:01.000000000 -0500
++++ mythtv-0.23.1.new/libs/libmythtv/channelscan/channelscan_sm.cpp 2010-09-08 20:42:17.278093000 -0400
+@@ -1272,6 +1272,23 @@ ChannelScanSM::GetChannelList(transport_
+ info.chan_num = QString::number(*it);
+ }
+
++ // Get QAM/SCTE/MPEG channel numbers
++ for (dbchan_it = pnum_to_dbchan.begin();
++ dbchan_it != pnum_to_dbchan.end(); ++dbchan_it)
++ {
++ ChannelInsertInfo &info = *dbchan_it;
++
++ if (!info.chan_num.isEmpty())
++ continue;
++
++ if ((info.si_standard == "mpeg") ||
++ (info.si_standard == "scte") ||
++ (info.si_standard == "opencable"))
++ info.chan_num = QString("%1-%2")
++ .arg(info.freqid)
++ .arg(info.service_id);
++ }
++
+ // Check for decryption success
+ for (dbchan_it = pnum_to_dbchan.begin();
+ dbchan_it != pnum_to_dbchan.end(); ++dbchan_it)
+diff -Naurp mythtv-0.23.1.orig/libs/libmythtv/diseqc.cpp mythtv-0.23.1.new/libs/libmythtv/diseqc.cpp
+--- mythtv-0.23.1.orig/libs/libmythtv/diseqc.cpp 2010-03-06 22:11:52.000000000 -0500
++++ mythtv-0.23.1.new/libs/libmythtv/diseqc.cpp 2010-08-29 18:54:14.302408000 -0400
+@@ -1657,6 +1657,9 @@ bool DiSEqCDevRotor::Execute(const DiSEq
+
+ m_last_position = position;
+ m_reset = false;
++ if (success)
++ // prevent tuning paramaters overiding rotor parameters
++ usleep(DISEQC_LONG_WAIT);
+ }
+
+ // chain to child
+diff -Naurp mythtv-0.23.1.orig/libs/libmythtv/dtvrecorder.cpp mythtv-0.23.1.new/libs/libmythtv/dtvrecorder.cpp
+--- mythtv-0.23.1.orig/libs/libmythtv/dtvrecorder.cpp 2010-03-06 22:11:52.000000000 -0500
++++ mythtv-0.23.1.new/libs/libmythtv/dtvrecorder.cpp 2010-10-17 16:27:48.940894000 -0400
+@@ -437,8 +437,15 @@ void DTVRecorder::HandleKeyframe(uint64_
+ long long startpos = ringBuffer->GetWritePosition();
+ // FIXME: handle keyframes with start code spanning over two ts packets
+ startpos += _payload_buffer.size() + extra;
+- positionMapDelta[frameNum] = startpos;
+- positionMap[frameNum] = startpos;
++
++ // Don't put negative offsets into the database, they get munged into
++ // MAX_INT64 - offset, which is an exceedingly large number, and
++ // certainly not valid.
++ if (startpos >= 0)
++ {
++ positionMapDelta[frameNum] = startpos;
++ positionMap[frameNum] = startpos;
++ }
+ }
+ positionMapLock.unlock();
+
+@@ -649,12 +656,6 @@ void DTVRecorder::FindPSKeyFrames(const
+ const int stream_id = _start_code & 0x000000ff;
+ if (_video_bytes_remaining)
+ {
+- if ((stream_id >= PESStreamID::SliceStartCodeBegin) &&
+- (stream_id <= PESStreamID::SliceStartCodeEnd))
+- { // pes_packet_length is meaningless
+- _other_bytes_remaining =
+- std::max(_other_bytes_remaining, _video_bytes_remaining);
+- }
+ if (PESStreamID::PictureStartCode == stream_id)
+ { // pes_packet_length is meaningless
+ pes_packet_length = -1;
+@@ -718,7 +719,7 @@ void DTVRecorder::FindPSKeyFrames(const
+ if (hasKeyFrame)
+ {
+ _last_keyframe_seen = _frames_seen_count;
+- HandleKeyframe(bufstart - bufptr);
++ HandleKeyframe(bufptr - bufstart);
+ }
+
+ if (hasFrame)
+diff -Naurp mythtv-0.23.1.orig/libs/libmythtv/dvbstreamhandler.cpp mythtv-0.23.1.new/libs/libmythtv/dvbstreamhandler.cpp
+--- mythtv-0.23.1.orig/libs/libmythtv/dvbstreamhandler.cpp 2010-03-06 22:11:52.000000000 -0500
++++ mythtv-0.23.1.new/libs/libmythtv/dvbstreamhandler.cpp 2010-10-07 12:30:26.399349000 -0400
+@@ -276,14 +276,24 @@ void DVBStreamHandler::RunTS(void)
+ bzero(buffer, buffer_size);
+
+ QByteArray dvr_dev_path = _dvr_dev_path.toAscii();
+- int dvr_fd = open(dvr_dev_path.constData(), O_RDONLY | O_NONBLOCK);
+- if (dvr_fd < 0)
++ int dvr_fd;
++ for (int tries = 1; ; ++tries)
+ {
+- VERBOSE(VB_IMPORTANT, LOC +
+- QString("Failed to open DVR device %1 : %2")
++ dvr_fd = open(dvr_dev_path.constData(), O_RDONLY | O_NONBLOCK);
++ if (dvr_fd >= 0)
++ break;
++ VERBOSE(VB_IMPORTANT, LOC_WARN +
++ QString("Opening DVR device %1 failed : %2")
+ .arg(_dvr_dev_path).arg(strerror(errno)));
+- delete[] buffer;
+- return;
++ if (tries >= 20 || (errno != EBUSY && errno != EAGAIN))
++ {
++ VERBOSE(VB_IMPORTANT, LOC +
++ QString("Failed to open DVR device %1 : %2")
++ .arg(_dvr_dev_path).arg(strerror(errno)));
++ delete[] buffer;
++ return;
++ }
++ usleep(50000);
+ }
+
+ bool _error = false;
+diff -Naurp mythtv-0.23.1.orig/libs/libmythtv/recordingprofile.cpp mythtv-0.23.1.new/libs/libmythtv/recordingprofile.cpp
+--- mythtv-0.23.1.orig/libs/libmythtv/recordingprofile.cpp 2010-03-06 22:11:52.000000000 -0500
++++ mythtv-0.23.1.new/libs/libmythtv/recordingprofile.cpp 2010-09-11 11:03:44.604292000 -0400
+@@ -1216,6 +1216,13 @@ RecordingProfile::RecordingProfile(QStri
+ addChild(profile);
+ };
+
++RecordingProfile::~RecordingProfile()
++{
++ id->deleteLater();
++ delete name;
++ name = NULL;
++}
++
+ void RecordingProfile::ResizeTranscode(bool resize)
+ {
+ MythWizard *wizard = (MythWizard *)dialog;
+diff -Naurp mythtv-0.23.1.orig/libs/libmythtv/recordingprofile.h mythtv-0.23.1.new/libs/libmythtv/recordingprofile.h
+--- mythtv-0.23.1.orig/libs/libmythtv/recordingprofile.h 2009-10-21 19:30:12.000000000 -0400
++++ mythtv-0.23.1.new/libs/libmythtv/recordingprofile.h 2010-09-18 23:12:48.452556000 -0400
+@@ -84,7 +84,8 @@ class MPUBLIC RecordingProfile : public
+
+ public:
+ // initializers
+- RecordingProfile(QString profName = NULL);
++ RecordingProfile(QString profName = QString());
++ ~RecordingProfile();
+ virtual void loadByID(int id);
+ virtual bool loadByType(const QString &name, const QString &cardtype);
+ virtual bool loadByGroup(const QString &name, const QString &group);
diff -Naurp mythtv-0.23.1.orig/libs/libmythui/lirc.cpp mythtv-0.23.1.new/libs/libmythui/lirc.cpp
--- mythtv-0.23.1.orig/libs/libmythui/lirc.cpp 2009-11-28 10:55:09.000000000 -0500
+++ mythtv-0.23.1.new/libs/libmythui/lirc.cpp 2010-07-23 21:29:36.107491000 -0400
@@ -2708,9 +3147,265 @@
QString text = "";
if (!mod)
text = QString(QChar(keycode));
+diff -Naurp mythtv-0.23.1.orig/libs/libmythui/mythmainwindow.cpp mythtv-0.23.1.new/libs/libmythui/mythmainwindow.cpp
+--- mythtv-0.23.1.orig/libs/libmythui/mythmainwindow.cpp 2010-05-13 14:40:15.000000000 -0400
++++ mythtv-0.23.1.new/libs/libmythui/mythmainwindow.cpp 2010-09-19 01:30:08.643731000 -0400
+@@ -861,8 +861,6 @@ bool MythMainWindow::event(QEvent *e)
+
+ void MythMainWindow::Init(void)
+ {
+- fonTweak = GetMythDB()->GetNumSetting("QtFonTweak", 0);
+-
+ bool hideCursor = GetMythDB()->GetNumSetting("HideMouseCursor", 1);
+ #ifdef QWS
+ QWSServer::setCursorVisible(!hideCursor);
+@@ -1945,8 +1943,6 @@ int MythMainWindow::NormalizeFontSize(in
+ floatSize = floatSize * desired / logicalDpiY;
+ // adjust for myth GUI size relative to 800x600
+ floatSize = floatSize * d->hmult;
+- // adjust by the configurable fine tuning percentage
+- floatSize = floatSize * ((100.0 + fonTweak) / 100.0);
+ // round to the nearest point size
+ pointSize = (int)(floatSize + 0.5);
+
+diff -Naurp mythtv-0.23.1.orig/libs/libmythui/mythmainwindow.h mythtv-0.23.1.new/libs/libmythui/mythmainwindow.h
+--- mythtv-0.23.1.orig/libs/libmythui/mythmainwindow.h 2010-04-29 20:59:58.000000000 -0400
++++ mythtv-0.23.1.new/libs/libmythui/mythmainwindow.h 2010-09-19 01:30:08.643731000 -0400
+@@ -97,7 +97,6 @@ class MPUBLIC MythMainWindow : public QW
+ QSize NormSize(const QSize &size);
+ int NormX(const int x);
+ int NormY(const int y);
+- int fonTweak;
+
+ void StartLIRC(void);
+
+diff -Naurp mythtv-0.23.1.orig/libs/libmythui/mythuihelper.cpp mythtv-0.23.1.new/libs/libmythui/mythuihelper.cpp
+--- mythtv-0.23.1.orig/libs/libmythui/mythuihelper.cpp 2010-02-11 15:29:25.000000000 -0500
++++ mythtv-0.23.1.new/libs/libmythui/mythuihelper.cpp 2010-09-19 01:30:08.643731000 -0400
+@@ -119,8 +119,6 @@ class MythUIHelperPrivate
+
+ QString themecachedir;
+
+- int bigfontsize, mediumfontsize, smallfontsize;
+-
+ ScreenSaverControl *screensaver;
+ bool screensaverEnabled;
+
+@@ -149,7 +147,6 @@ MythUIHelperPrivate::MythUIHelperPrivate
+ m_cacheLock(new QMutex(QMutex::Recursive)), m_cacheSize(0),
+ m_cacheSizeLock(new QMutex(QMutex::Recursive)),
+ m_screenxbase(0), m_screenybase(0), m_screenwidth(0), m_screenheight(0),
+- bigfontsize(0), mediumfontsize(0), smallfontsize(0),
+ screensaver(NULL), screensaverEnabled(false), display_res(NULL),
+ screenSetup(false), m_imageThreadPool(new QThreadPool()), parent(p)
+ {
+@@ -448,10 +445,6 @@ void MythUIHelper::LoadQtConfig(void)
+ if (themename == "default")
+ themename = "defaultmenu";
+ d->m_menuthemepathname = FindMenuThemeDir(themename) + '/';
+-
+- d->bigfontsize = GetMythDB()->GetNumSetting("QtFontBig", 25);
+- d->mediumfontsize = GetMythDB()->GetNumSetting("QtFontMedium", 16);
+- d->smallfontsize = GetMythDB()->GetNumSetting("QtFontSmall", 12);
+ }
+
+ Settings *MythUIHelper::qtconfig(void)
+@@ -1380,7 +1373,7 @@ MythImage *MythUIHelper::LoadCacheImage(
+ QFont MythUIHelper::GetBigFont(void)
+ {
+ QFont font = QApplication::font();
+- font.setPointSize(GetMythMainWindow()->NormalizeFontSize(d->bigfontsize));
++ font.setPointSize(GetMythMainWindow()->NormalizeFontSize(25));
+ font.setWeight(QFont::Bold);
+
+ return font;
+@@ -1389,8 +1382,7 @@ QFont MythUIHelper::GetBigFont(void)
+ QFont MythUIHelper::GetMediumFont(void)
+ {
+ QFont font = QApplication::font();
+- font.setPointSize(GetMythMainWindow()
+- ->NormalizeFontSize(d->mediumfontsize));
++ font.setPointSize(GetMythMainWindow()->NormalizeFontSize(16));
+ font.setWeight(QFont::Bold);
+
+ return font;
+@@ -1399,7 +1391,7 @@ QFont MythUIHelper::GetMediumFont(void)
+ QFont MythUIHelper::GetSmallFont(void)
+ {
+ QFont font = QApplication::font();
+- font.setPointSize(GetMythMainWindow()->NormalizeFontSize(d->smallfontsize));
++ font.setPointSize(GetMythMainWindow()->NormalizeFontSize(12));
+ font.setWeight(QFont::Bold);
+
+ return font;
+diff -Naurp mythtv-0.23.1.orig/libs/libmythupnp/eventing.h mythtv-0.23.1.new/libs/libmythupnp/eventing.h
+--- mythtv-0.23.1.orig/libs/libmythupnp/eventing.h 2009-12-31 00:38:50.000000000 -0500
++++ mythtv-0.23.1.new/libs/libmythupnp/eventing.h 2010-09-21 15:48:24.528714000 -0400
+@@ -173,6 +173,11 @@ class UPNP_PUBLIC StateVariable : publi
+
+ //////////////////////////////////////////////////////////////////////////////
+
++template<typename T>
++inline T state_var_init(const T*) { return (T)(0); }
++template<>
++inline QString state_var_init(const QString*) { return QString(); }
++
+ class UPNP_PUBLIC StateVariables
+ {
+ protected:
+@@ -231,9 +236,10 @@ class UPNP_PUBLIC StateVariables
+ template < class T >
+ T GetValue( const QString &sName )
+ {
++ T *dummy = NULL;
+ SVMap::iterator it = m_map.find(sName);
+ if (it == m_map.end())
+- return T(0);
++ return state_var_init(dummy);
+
+ StateVariable< T > *pVariable =
+ dynamic_cast< StateVariable< T > *>( *it );
+@@ -241,7 +247,7 @@ class UPNP_PUBLIC StateVariables
+ if (pVariable != NULL)
+ return pVariable->GetValue();
+
+- return T(0);
++ return state_var_init(dummy);
+ }
+
+ uint BuildNotifyBody(QTextStream &ts, TaskTime ttLastNotified) const;
+diff -Naurp mythtv-0.23.1.orig/programs/mythfrontend/globalsettings.cpp mythtv-0.23.1.new/programs/mythfrontend/globalsettings.cpp
+--- mythtv-0.23.1.orig/programs/mythfrontend/globalsettings.cpp 2010-04-04 11:28:25.000000000 -0400
++++ mythtv-0.23.1.new/programs/mythfrontend/globalsettings.cpp 2010-09-19 01:30:08.643731000 -0400
+@@ -2983,44 +2983,6 @@ static GlobalCheckBox *LiveTVPriority()
+ return bc;
+ }
+
+-static HostSpinBox *QtFontBig()
+-{
+- HostSpinBox *gs = new HostSpinBox("QtFontBig", 1, 48, 1);
+- gs->setLabel(QObject::tr("\"Big\" font"));
+- gs->setValue(25);
+- gs->setHelpText(QObject::tr("Default size is 25."));
+- return gs;
+-}
+-
+-static HostSpinBox *QtFontMedium()
+-{
+- HostSpinBox *gs = new HostSpinBox("QtFontMedium", 1, 48, 1);
+- gs->setLabel(QObject::tr("\"Medium\" font"));
+- gs->setValue(16);
+- gs->setHelpText(QObject::tr("Default size is 16."));
+- return gs;
+-}
+-
+-static HostSpinBox *QtFontSmall()
+-{
+- HostSpinBox *gs = new HostSpinBox("QtFontSmall", 1, 48, 1);
+- gs->setLabel(QObject::tr("\"Small\" font"));
+- gs->setValue(12);
+- gs->setHelpText(QObject::tr("Default size is 12."));
+- return gs;
+-}
+-
+-static HostSpinBox *QtFonTweak()
+-{
+- HostSpinBox *gs = new HostSpinBox("QtFonTweak", -30, 30, 1);
+- gs->setLabel(QObject::tr("Fine tune font size (\%)"));
+- gs->setValue(0);
+- gs->setHelpText(QObject::tr("Fine tune all font sizes by this percentage. "
+- "Font sizes should be the correct relative size if the "
+- "X11 DPI (dots per inch) is set to 100."));
+- return gs;
+-}
+-
+ // EPG settings
+ static HostCheckBox *EPGShowCategoryColors()
+ {
+@@ -4646,10 +4608,6 @@ AppearanceSettings::AppearanceSettings()
+
+ VerticalConfigurationGroup* qttheme = new VerticalConfigurationGroup(false);
+ qttheme->setLabel(QObject::tr("QT"));
+- qttheme->addChild(QtFontSmall());
+- qttheme->addChild(QtFontMedium());
+- qttheme->addChild(QtFontBig());
+- qttheme->addChild(QtFonTweak());
+ qttheme->addChild(PlayBoxTransparency());
+ qttheme->addChild(PlayBoxShading());
+ qttheme->addChild(UseVirtualKeyboard());
+diff -Naurp mythtv-0.23.1.orig/programs/mythfrontend/guidegrid.cpp mythtv-0.23.1.new/programs/mythfrontend/guidegrid.cpp
+--- mythtv-0.23.1.orig/programs/mythfrontend/guidegrid.cpp 2010-01-19 12:49:27.000000000 -0500
++++ mythtv-0.23.1.new/programs/mythfrontend/guidegrid.cpp 2010-10-17 18:12:00.336794000 -0400
+@@ -166,6 +166,10 @@ bool JumpToChannel::Update(void)
+ void GuideGrid::RunProgramGuide(uint chanid, const QString &channum,
+ TV *player, bool embedVideo, bool allowFinder, int changrpid)
+ {
++ // which channel group should we default to
++ if (changrpid == -2)
++ changrpid = gContext->GetNumSetting("ChannelGroupDefault", -1);
++
+ // check there are some channels setup
+ DBChanList channels = ChannelUtil::GetChannels(0, true, "", changrpid);
+ if (!channels.size())
+@@ -404,6 +408,9 @@ GuideGrid::~GuideGrid()
+ // tell the player to update its channel list just in case
+ if (m_player)
+ m_player->UpdateChannelList(m_changrpid);
++
++ if (gContext->GetNumSetting("ChannelGroupRememberLast", 0))
++ gContext->SaveSetting("ChannelGroupDefault", m_changrpid);
+ }
+
+ bool GuideGrid::keyPressEvent(QKeyEvent *event)
+diff -Naurp mythtv-0.23.1.orig/programs/mythfrontend/main.cpp mythtv-0.23.1.new/programs/mythfrontend/main.cpp
+--- mythtv-0.23.1.orig/programs/mythfrontend/main.cpp 2010-03-14 08:58:39.000000000 -0400
++++ mythtv-0.23.1.new/programs/mythfrontend/main.cpp 2010-10-17 18:12:00.336794000 -0400
+@@ -224,7 +224,7 @@ void startGuide(void)
+ uint chanid = 0;
+ QString channum = gContext->GetSetting("DefaultTVChannel");
+ channum = (channum.isEmpty()) ? "3" : channum;
+- GuideGrid::RunProgramGuide(chanid, channum);
++ GuideGrid::RunProgramGuide(chanid, channum, NULL, false, true, -2);
+ }
+
+ void startFinder(void)
+diff -Naurp mythtv-0.23.1.orig/programs/mythfrontend/playbackbox.cpp mythtv-0.23.1.new/programs/mythfrontend/playbackbox.cpp
+--- mythtv-0.23.1.orig/programs/mythfrontend/playbackbox.cpp 2010-07-16 22:09:27.000000000 -0400
++++ mythtv-0.23.1.new/programs/mythfrontend/playbackbox.cpp 2010-10-17 19:21:27.210078000 -0400
+@@ -1162,9 +1162,6 @@ void PlaybackBox::updateRecList(MythUIBu
+
+ m_recordingList->Reset();
+
+- if (groupname == "default")
+- groupname.clear();
+-
+ ProgramMap::iterator pmit = m_progLists.find(groupname);
+ if (pmit == m_progLists.end())
+ return;
+@@ -1514,7 +1511,7 @@ bool PlaybackBox::UpdateUILists(void)
+ {
+ sTitle = sortTitle(p->title, m_viewMask, titleSort,
+ p->recpriority);
+- sTitle = sTitle.toLower();
++ sTitle = sTitle.toLower().simplified();
+
+ if (!sortedList.contains(sTitle))
+ sortedList[sTitle] = p->title;
+diff -Naurp mythtv-0.23.1.orig/programs/mythfrontend/progfind.cpp mythtv-0.23.1.new/programs/mythfrontend/progfind.cpp
+--- mythtv-0.23.1.orig/programs/mythfrontend/progfind.cpp 2010-04-02 08:06:01.000000000 -0400
++++ mythtv-0.23.1.new/programs/mythfrontend/progfind.cpp 2010-10-17 18:12:00.336794000 -0400
+@@ -403,7 +403,7 @@ void ProgFinder::showGuide()
+ if (startchannel.isEmpty())
+ startchannel = '3';
+ uint startchanid = 0;
+- GuideGrid::RunProgramGuide(startchanid, startchannel, m_player, m_embedVideo, false);
++ GuideGrid::RunProgramGuide(startchanid, startchannel, m_player, m_embedVideo, false, -2);
+ }
+ }
+
diff -Naurp mythtv-0.23.1.orig/programs/mythfrontend/proglist.cpp mythtv-0.23.1.new/programs/mythfrontend/proglist.cpp
--- mythtv-0.23.1.orig/programs/mythfrontend/proglist.cpp 2010-01-24 09:23:40.000000000 -0500
-+++ mythtv-0.23.1.new/programs/mythfrontend/proglist.cpp 2010-07-25 23:07:19.192973000 -0400
++++ mythtv-0.23.1.new/programs/mythfrontend/proglist.cpp 2010-10-17 19:10:29.333985000 -0400
@@ -912,10 +912,14 @@ void ProgLister::fillViewList(const QStr
{
while (query.next())
@@ -2728,6 +3423,621 @@
m_viewList << phrase;
m_viewTextList << phrase;
}
+@@ -2069,7 +2073,7 @@ PowerSearchPopup::PowerSearchPopup(MythS
+ : MythScreenType(parentStack, "phrasepopup"),
+ m_parent(parent), m_searchType(searchType), m_list(list),
+ m_currentValue(currentValue),
+- m_titleText(NULL), m_phraseList(NULL), m_phraseEdit(NULL),
++ m_titleText(NULL), m_phraseList(NULL),
+ m_editButton(NULL), m_deleteButton(NULL), m_recordButton(NULL)
+ {
+ }
+@@ -2200,14 +2204,14 @@ void PowerSearchPopup::deleteClicked(voi
+ m_parent->m_curView = -1;
+
+ if (m_parent->m_viewList.count() < 1)
+- SetFocusWidget(m_phraseEdit);
++ SetFocusWidget(m_phraseList);
+ else
+- SetFocusWidget(m_phraseEdit);
++ SetFocusWidget(m_phraseList);
+ }
+
+ void PowerSearchPopup::recordClicked(void)
+ {
+- QString text = m_phraseEdit->GetText();
++ QString text = m_phraseList->GetValue();
+ bool genreflag = false;
+
+ QString what = text;
+@@ -2248,7 +2252,7 @@ void PowerSearchPopup::recordClicked(voi
+ {
+ record->LoadBySearch(m_searchType, text, what);
+ }
+-
++
+ MythScreenStack *mainStack = GetMythMainWindow()->GetMainStack();
+ ScheduleEditor *schededit = new ScheduleEditor(mainStack, record);
+ if (schededit->Create())
+diff -Naurp mythtv-0.23.1.orig/programs/scripts/database/mythconverg_restore.pl mythtv-0.23.1.new/programs/scripts/database/mythconverg_restore.pl
+--- mythtv-0.23.1.orig/programs/scripts/database/mythconverg_restore.pl 2010-01-11 14:51:52.000000000 -0500
++++ mythtv-0.23.1.new/programs/scripts/database/mythconverg_restore.pl 2010-10-17 18:25:35.875524000 -0400
+@@ -13,12 +13,12 @@
+
+ # Script info
+ $NAME = 'MythTV Database Restore Script';
+- $VERSION = '1.0.12';
++ $VERSION = '1.0.15';
+
+ # Some variables we'll use here
+ our ($username, $homedir, $mythconfdir, $database_information_file);
+ our ($partial_restore, $with_plugin_data, $restore_xmltvids);
+- our ($mysql_client, $uncompress, $mc_sql);
++ our ($mysql_client, $uncompress, $drop_database, $create_database);
+ our ($change_hostname, $old_hostname, $new_hostname);
+ our ($usage, $debug, $show_version, $show_version_script, $dbh);
+ our ($d_mysql_client, $d_db_name, $d_uncompress);
+@@ -72,7 +72,8 @@
+ 'restore_xmltvids|xmltvids' => \$restore_xmltvids,
+ 'mysql_client|client=s' => \$mysql_client,
+ 'uncompress=s' => \$uncompress,
+- 'create_database|create_db|mc_sql=s' => \$mc_sql,
++ 'drop_database|drop_db' => \$drop_database,
++ 'create_database|create_db|mc_sql' => \$create_database,
+ 'change_hostname' => \$change_hostname,
+ 'new_hostname=s' => \$new_hostname,
+ 'old_hostname=s' => \$old_hostname,
+@@ -127,10 +128,12 @@ executable by issuing the command:
+
+ # mysql -umythtv -p mythconverg -e "DROP DATABASE IF EXISTS mythconverg;"
+
+-(fix the database name, username, and password, as required). Then, execute the
+-mc.sql script as described in the MythTV HOWTO ( http://www.mythtv.org/docs/ )
+-to prepare a new (empty) database (or see the description of the
+---create_database argument in the detailed help).
++(fix the database name and username, as required). Then, execute the mc.sql
++script as described in the MythTV HOWTO ( http://www.mythtv.org/docs/ ) to
++prepare a new (empty) database. Alternatively, you may specify the
++--drop_database and/or --create_database arguments to automatically drop and/or
++create the database for you (see the command-line argument descriptions in the
++detailed help for more information).
+
+ Then, run this script to restore the most-recent backup in the directory
+ specified in ~/.mythtv/backuprc . Use the --verbose argument to see what is
+@@ -207,21 +210,9 @@ backup resource file, or a MySQL options
+ the same way or may be specified using a command-line argument if not using a
+ database information file.
+
+-If no database exists, the script can attempt to create the initial database.
+-To allow this, specify the --create_database argument and specify the location
+-of the mc.sql script (full directory/filename). On most MySQL configurations
+-this will fail unless connecting to the database using the MySQL root user--
+-even if the user specified has CREATE DATABASE privilege--as RELOAD privilege
+-is also required. Though you may specify '--username=root' on the command line,
+-the script does not allow specifying a database password on the command line.
+-Therefore, you will need to specify 'DBPassword=<MySQL root user password>' in
+-the backup resource file.
+-
+ If attempting to perform a full restore, the database must be empty (no
+-tables), or--if the script is allowed to create the initial database, as
+-explained above--must not exist. If attempting to do a partial or "new
+-hardware" restore, the database must exist and must have tables. See QUICK
+-START, below, for more information.
++tables). To automatically drop any existing database and create an empty
++database, specify the --drop_database and the --create_database arguments.
+
+ If you have a corrupt database, you may be able to recover some information
+ using a partial restore. To do a partial restore, you must have a
+@@ -234,8 +225,10 @@ with:
+
+ # $0 --partial_restore
+
+-Include the --with_plugin_data argument if you would like to keep the data
+-used by MythTV plugins.
++Include the --with_plugin_data argument if you would like to keep the data used
++by MythTV plugins. Note that this approach can not be used to "merge"
++databases from different MythTV databases nor to import recordings from other
++MythTV databases.
+
+ If you would like to do a partial/new-hardware restore and have upgraded
+ MythTV, you must first do a full restore, then start and exit mythtv-setup (to
+@@ -301,14 +294,6 @@ files. The following variables are recog
+ specified. Therefore, if IO::Uncompress::Gunzip is
+ installed and functional, specifying a value for
+ uncompress is unnecessary.
+- create_database - The location of the mc.sql script (full directory and
+- filename). If specified, and if the database does not
+- exist, the script will attempt to create the initial
+- database by running the specified mc.sql script commands.
+- This probably requires running the restore script with
+- the DBUserName set to root. See, also, the MythTV HOWTO
+- ( http://www.mythtv.org/docs/ )for details on "Setting up
+- the initial database."
+
+ RESOURCE FILE
+
+@@ -379,7 +364,7 @@ options:
+
+ --restore_xmltvids
+
+- Restore channel xmltvids from a backup create with
++ Restore channel xmltvids from a backup created with
+ mythconverg_backup.pl --backup_xmltvids
+
+ --mysql_client [path]
+@@ -396,10 +381,20 @@ options:
+
+ Default: $d_uncompress
+
+---create_database [path]
++--drop_database
+
+- The location of the mc.sql script (full directory and filename). See
+- create_database in the DATABASE INFORMATION FILE description, above.
++ If specified, and if the database already exists, the script will attempt
++ to drop the database. This argument may only be used when the
++ --create_database argument is also specified (see below).
++
++--create_database
++
++ If specified, and if the database does not exist or the --drop_database
++ argument is specified, the script will attempt to create the initial
++ database. Note that database creation requires a properly configured MySQL
++ user and permissions. See, also, the MythTV HOWTO (
++ http://www.mythtv.org/docs/ ) for details on "Setting up the initial
++ database."
+
+ --change_hostname
+
+@@ -474,7 +469,8 @@ EOF
+ " DBSchemaVer: $mysql_conf{'db_schemaver'}",
+ " DBBackupDirectory: $backup_conf{'directory'}",
+ " DBBackupFilename: $backup_conf{'filename'}",
+- ' create_database: '.($mc_sql ? $mc_sql : ''));
++ ' drop_database: '.($drop_database ? 'yes' : 'no'),
++ ' create_database: '.($create_database ? 'yes' : 'no'));
+ verbose($verbose_level_debug,
+ '',
+ 'Executables:',
+@@ -614,10 +610,6 @@ EOF
+ {
+ $uncompress = $val;
+ }
+- elsif ($var eq 'create_database')
+- {
+- $mc_sql = $val;
+- }
+ }
+ close CONF;
+ return 1;
+@@ -786,11 +778,11 @@ EOF
+ verbose($verbose_level_error,
+ '', 'ERROR: DBBackupDirectory is not a directory. Please'.
+ ' specify a directory in',
+- ' your database information file using'.
++ ' your database information file using'.
+ ' DBBackupDirectory.',
+- ' If not using a database information file,' .
++ ' If not using a database information file,' .
+ ' please specify the ',
+- ' --directory command-line option.');
++ ' --directory command-line option.');
+ die("\nInvalid backup directory, stopped");
+ }
+ if (!$backup_conf{'filename'})
+@@ -812,7 +804,7 @@ EOF
+ }
+ }
+ my @files = <$backup_conf{'directory'}/$backup_conf{'filename'}*>;
+- @files = grep(!/.*mythconverg_(backup|restore).pl$/, @files);
++ @files = grep(!/.*mythconverg_(backup|restore).*\.pl$/, @files);
+ my $num_files = @files;
+ if ($num_files < 1)
+ {
+@@ -913,16 +905,24 @@ EOF
+ }
+ }
+
+- sub database_exists
++ sub connect_to_database
+ {
+- $result = 1;
+- $dbh = DBI->connect("dbi:mysql:".
+- "database=$mysql_conf{'db_name'}:".
+- "host=$mysql_conf{'db_host'}",
++ my $use_db = shift;
++ my $show_errors = shift;
++ my $result = 1;
++ my $connect_string = 'dbi:mysql:database=';
++ if ($use_db)
++ {
++ $connect_string .= $mysql_conf{'db_name'};
++ }
++ $connect_string .= ":host=$mysql_conf{'db_host'}";
++ $dbh->disconnect if (defined($dbh));
++ $dbh = DBI->connect($connect_string,
+ "$mysql_conf{'db_user'}",
+ "$mysql_conf{'db_pass'}",
+ { PrintError => 0 });
+- if (!defined($dbh))
++ $result = 0 if (!defined($dbh));
++ if ($show_errors && !defined($dbh))
+ {
+ verbose($verbose_level_always,
+ '', 'Unable to connect to database.',
+@@ -930,13 +930,13 @@ EOF
+ " host: $mysql_conf{'db_host'}",
+ " username: $mysql_conf{'db_user'}"
+ );
+- if ($debug < $verbose_level_debug)
+- {
+- verbose($verbose_level_always,
+- 'To see the password used, please re-run the script with'.
+- ' the --verbose',
+- 'argument.');
+- }
++ if ($debug < $verbose_level_debug)
++ {
++ verbose($verbose_level_always,
++ 'To see the password used, please re-run the script '.
++ 'with the --verbose',
++ 'argument.');
++ }
+ # Connection issues will only occur with improper user configuration
+ # Because they should be rare, output the password with --verbose
+ verbose($verbose_level_debug,
+@@ -956,76 +956,21 @@ EOF
+ ' will take precedence over',
+ 'the password specified in the MythTV configuration'.
+ ' files.');
+- $result = 0;
+ }
+ return $result;
+ }
+
+- sub create_initial_database
++ sub is_database_empty
+ {
+- return 1 if (!$mc_sql);
+- return 1 if (!-r "$mc_sql");
+-
+- my $defaults_extra_file = create_defaults_extra_file;
+- my $host_arg = '';
+- my $port_arg = '';
+- my $user_arg = '';
+- if ($defaults_extra_file)
+- {
+- $defaults_arg = " --defaults-extra-file='$defaults_extra_file'";
+- }
+- else
+- {
+- $defaults_arg = '';
+- }
+- my $safe_mysql_client = $mysql_client;
+- $safe_mysql_client =~ s/'/'\\''/g;
+- # Create the args for host, port, and user, shell-escaping values, as
+- # necessary.
+- my $safe_string;
+- if ($mysql_conf{'db_host'})
+- {
+- $safe_string = $mysql_conf{'db_host'};
+- $safe_string =~ s/'/'\\''/g;
+- $host_arg = " --host='$safe_string'";
+- }
+- if ($mysql_conf{'db_port'} > 0)
+- {
+- $safe_string = $mysql_conf{'db_port'};
+- $safe_string =~ s/'/'\\''/g;
+- $port_arg = " --port='$safe_string'";
+- }
+- if ($mysql_conf{'db_user'})
+- {
+- $safe_string = $mysql_conf{'db_user'};
+- $safe_string =~ s/'/'\\''/g;
+- $user_arg = " --user='$safe_string'";
+- }
+- verbose($verbose_level_debug,
+- '', 'Attempting to create initial database.');
+- my $safe_mc_sql = $mc_sql;
+- $safe_mc_sql =~ s/'/'\\''/g;
+- # Use redirects to capture stdout and stderr (for debug)
+- my $command = "'${safe_mysql_client}'${defaults_arg}${host_arg}".
+- "${port_arg}${user_arg} 2>&1 < '$safe_mc_sql'";
+- verbose($verbose_level_debug,
+- '', 'Executing command:', $command);
+- my $result = `$command`;
+- my $exit = $? >> 8;
+- verbose($verbose_level_debug,
+- '', "$mysql_client exited with status: $exit");
+- if ($exit)
++ my $result = 1;
++ connect_to_database(1, 1);
++ if (!defined($dbh))
+ {
+ verbose($verbose_level_error,
+- "$mysql_client output:", $result);
+- die("\nUnable to create initial database, stopped");
++ '', 'ERROR: Unable to connect to database.');
++ return -1;
+ }
+- return $exit;
+- }
+
+- sub is_database_empty
+- {
+- $result = 1;
+ if (defined($dbh))
+ {
+ my $sth = $dbh->table_info('', '', '', 'TABLE');
+@@ -1045,6 +990,97 @@ EOF
+ return $result;
+ }
+
++ sub create_initial_database
++ {
++ return 0 if (!$create_database && !$drop_database);
++
++ my $database_exists = (connect_to_database(1, 0) && defined($dbh));
++ if ($database_exists)
++ {
++ if ($drop_database && !$create_database)
++ {
++ verbose($verbose_level_error,
++ '', 'ERROR: Refusing to drop the database without'.
++ ' the --create_database argument.',
++ 'If you really want to drop the database, please '.
++ 're-run the script and specify',
++ 'the --create_database argument, too.');
++ return 2;
++ }
++ }
++ else
++ {
++ if (!$create_database)
++ {
++ verbose($verbose_level_error,
++ '', 'ERROR: The database does not exist.');
++ return 1;
++ }
++ }
++
++ verbose($verbose_level_debug,
++ '', 'Preparing initial database.');
++
++ my ($query, $sth);
++
++ if ($database_exists && $drop_database)
++ {
++ verbose($verbose_level_debug, 'Dropping database.');
++ connect_to_database(0, 1);
++ if (!defined($dbh))
++ {
++ verbose($verbose_level_error,
++ '', 'ERROR: Unable to connect to database.');
++ return -1;
++ }
++
++ $query = qq{DROP DATABASE $mysql_conf{'db_name'};};
++ $sth = $dbh->prepare($query);
++ if (! $sth->execute())
++ {
++ verbose($verbose_level_error,
++ '', 'ERROR: Unable to drop database.',
++ $sth->errstr);
++ return -2;
++ }
++ }
++
++ connect_to_database(0, 1) if (!defined($dbh));
++
++ if (!defined($dbh))
++ {
++ verbose($verbose_level_error,
++ '', 'ERROR: Unable to connect to database.');
++ return -1;
++ }
++
++ verbose($verbose_level_debug, 'Creating database.');
++ $query = qq{CREATE DATABASE $mysql_conf{'db_name'};};
++ $sth = $dbh->prepare($query);
++ if (! $sth->execute())
++ {
++ verbose($verbose_level_error,
++ '', 'ERROR: Unable to create database.',
++ $sth->errstr);
++ return -4;
++ }
++
++ verbose($verbose_level_debug, 'Setting database character set.');
++ $query = qq{ALTER DATABASE $mysql_conf{'db_name'}
++ DEFAULT CHARACTER SET latin1
++ COLLATE latin1_swedish_ci;};
++ $sth = $dbh->prepare($query);
++ if (! $sth->execute())
++ {
++ verbose($verbose_level_error,
++ '', 'ERROR: Unable to create database.',
++ $sth->errstr);
++ return -8;
++ }
++
++ return 0;
++ }
++
+ sub check_database_libs
+ {
+ # Try to load the DBI library if available (but don't require it)
+@@ -1079,14 +1115,14 @@ EOF
+ my $have_database_libs = check_database_libs;
+ if ($have_database_libs < 2)
+ {
+- if ($mc_sql)
++ if ($create_database || $drop_database)
+ {
+ verbose($verbose_level_error,
+- '',
+- 'ERROR: Unable to create initial database without'.
+- ' Perl database libraries.',
+- ' Please ensure the Perl DBI and DBD::mysql'.
+- ' modules are installed.');
++ '', 'ERROR: Unable to drop or create the initial '.
++ 'database without Perl database',
++ ' libraries.',
++ 'Please ensure the Perl DBI and DBD::mysql modules'.
++ ' are installed.');
+ die("\nPerl database libraries missing, stopped");
+ }
+ if ($change_hostname)
+@@ -1094,8 +1130,8 @@ EOF
+ verbose($verbose_level_error,
+ '', 'ERROR: Unable to change hostname without Perl'.
+ ' database libraries.',
+- ' Please ensure the Perl DBI and DBD::mysql'.
+- ' modules are installed.');
++ 'Please ensure the Perl DBI and DBD::mysql modules'.
++ ' are installed.');
+ die("\nPerl database libraries missing, stopped");
+ }
+ else
+@@ -1111,16 +1147,17 @@ EOF
+ # DBI/DBD::mysql are available; check the DB status
+ verbose($verbose_level_debug,
+ '', 'Checking database.');
+- if (!database_exists)
++ my $initial_database = create_initial_database;
++ if ($initial_database)
+ {
+- if (create_initial_database)
+- {
+- verbose($verbose_level_error,
+- '', 'ERROR: The database does not exist.');
+- return 0;
+- }
++ return 0;
+ }
+ my $database_empty = is_database_empty;
++ if ($database_empty == -1)
++ {
++ # Unable to connect to database
++ return 0;
++ }
+ if ($change_hostname)
+ {
+ if ($database_empty)
+@@ -1128,7 +1165,7 @@ EOF
+ verbose($verbose_level_error,
+ '', 'ERROR: Unable to change hostname. The database'.
+ ' is empty.',
+- ' Please restore a backup, first, then re-run'.
++ ' Please restore a backup, first, then re-run'.
+ ' this script.');
+ return 0;
+ }
+@@ -1140,7 +1177,7 @@ EOF
+ verbose($verbose_level_error,
+ '', 'ERROR: Unable to do a partial restore. The'.
+ ' database is empty.',
+- ' Please run mythtv-setup, first, then re-run'.
++ ' Please run mythtv-setup, first, then re-run'.
+ ' this script.');
+ return 0;
+ }
+@@ -1414,6 +1451,80 @@ EOF
+ return $exit;
+ }
+
++ sub get_db_schema_ver
++ {
++ connect_to_database(1, 1) if (!defined($dbh));
++ if (!defined($dbh))
++ {
++ verbose($verbose_level_error,
++ '', 'ERROR: Unable to connect to database.');
++ return -1;
++ }
++ my $query = 'SELECT data FROM settings WHERE value = ?';
++ if (defined($dbh))
++ {
++ my $sth = $dbh->prepare($query);
++ if ($sth->execute('DBSchemaVer'))
++ {
++ while (my @data = $sth->fetchrow_array)
++ {
++ $mysql_conf{'db_schemaver'} = $data[0];
++ verbose($verbose_level_debug,
++ '', 'Found DBSchemaVer:'.
++ " $mysql_conf{'db_schemaver'}.");
++ }
++ }
++ else
++ {
++ verbose($verbose_level_debug,
++ "Unable to retrieve DBSchemaVer from".
++ " database.");
++ }
++ }
++
++ return 0;
++ }
++
++ sub set_database_charset
++ {
++ return 0 if (!$create_database && !$drop_database);
++
++ if (get_db_schema_ver && ! $mysql_conf{'db_schemaver'})
++ {
++ verbose($verbose_level_error,
++ "Unknown database schema version. Assuming current.");
++ $mysql_conf{'db_schemaver'} = '1216';
++ }
++
++ if ($mysql_conf{'db_schemaver'} > 1215)
++ {
++ connect_to_database(0, 1) if (!defined($dbh));
++ if (!defined($dbh))
++ {
++ verbose($verbose_level_error,
++ '', 'ERROR: Unable to connect to database.');
++ return -1;
++ }
++
++ verbose($verbose_level_debug, 'Setting database character set.');
++
++ my ($query, $sth);
++ $query = qq{ALTER DATABASE $mysql_conf{'db_name'}
++ DEFAULT CHARACTER SET utf8
++ COLLATE utf8_general_ci;};
++ $sth = $dbh->prepare($query);
++ if (! $sth->execute())
++ {
++ verbose($verbose_level_error,
++ '', 'ERROR: Unable to set database character set.',
++ $sth->errstr);
++ return -16;
++ }
++ }
++
++ return 0;
++ }
++
+ sub restore_backup
+ {
+ my $exit = 0;
+@@ -1639,8 +1750,12 @@ EOF
+ elsif (!uncompress_backup_file)
+ {
+ $status = restore_backup;
+- verbose($verbose_level_always,
+- '', 'Successfully restored backup.') if (!$status);
++ if (!$status)
++ {
++ verbose($verbose_level_always,
++ '', 'Successfully restored backup.');
++ $status = set_database_charset;
++ }
+ }
+ }
+
diff -Naurp mythtv-0.23.1.orig/VERSION mythtv-0.23.1.new/VERSION
--- mythtv-0.23.1.orig/VERSION 2010-07-22 02:40:45.000000000 -0400
+++ mythtv-0.23.1.new/VERSION 1969-12-31 19:00:00.000000000 -0500
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-13/mythtv.spec,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- mythtv.spec 28 Aug 2010 15:01:24 -0000 1.91
+++ mythtv.spec 27 Oct 2010 01:28:55 -0000 1.92
@@ -65,7 +65,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r25902
+%define _svnrev r26998
%define branch release-0-23-fixes
#
@@ -81,7 +81,7 @@
%if "%{branch}" == "trunk"
Release: 0.1.svn.%{_svnrev}%{?dist}
%else
-Release: 2%{?dist}
+Release: 3%{?dist}
%endif
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -1465,6 +1465,9 @@
################################################################################
%changelog
+* Tue Oct 26 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23.1-3
+- Update to release-0-23-fixes branch, svn revision 26998
+
* Sat Aug 28 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23.1-2
- Update to release-0-23-fixes branch, svn revision 25902
- Fix mythweather build
14 years, 1 month
rpms/mythtv/F-14 mythtv.spec,1.76,1.77 sources,1.49,1.50
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13533
Modified Files:
mythtv.spec sources
Log Message:
* Tue Oct 26 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.24-0.2.rc1
- Update to svn trunk, revision 26998 (which is actually post-0.24-rc1)
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-14/mythtv.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- mythtv.spec 2 Sep 2010 01:47:33 -0000 1.76
+++ mythtv.spec 27 Oct 2010 01:27:13 -0000 1.77
@@ -65,7 +65,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r26065
+%define _svnrev r26998
%define branch trunk
#
@@ -79,8 +79,8 @@
# Version/Release info
Version: 0.24
%if "%{branch}" == "trunk"
-Release: 0.1.svn.%{_svnrev}%{?dist}
-#Release: 0.2.rc1%{?dist}
+#Release: 0.1.svn.%{_svnrev}%{?dist}
+Release: 0.2.rc1%{?dist}
%else
Release: 1%{?dist}
%endif
@@ -134,8 +134,8 @@
#Patch0: mythtv-%{version}-svnfixes.patch
#Patch1: mythplugins-%{version}-svnfixes.patch
# http://svn.mythtv.org/trac/ticket/8572
-Patch2: mythtv-compile_fixes_for_qt_4_7.patch
-Patch3: mythplugins-compile_fixes_for_qt_4_7.patch
+#Patch2: mythtv-compile_fixes_for_qt_4_7.patch
+#Patch3: mythplugins-compile_fixes_for_qt_4_7.patch
Source10: PACKAGE-LICENSING
Source101: mythbackend.sysconfig.in
Source102: mythbackend.init.in
@@ -859,7 +859,7 @@
cd mythtv-%{version}
#patch0 -p1
-%patch2 -p1
+#patch2 -p1
# Drop execute permissions on contrib bits, since they'll be %doc
find contrib/ -type f -exec chmod -x "{}" \;
@@ -909,7 +909,7 @@
cd mythplugins-%{version}
#patch1 -p1
-%patch3 -p1
+#patch3 -p1
# Fix /mnt/store -> /var/lib/mythmusic
cd mythmusic
@@ -1304,6 +1304,7 @@
%dir %{_datadir}/mythtv/i18n
%dir %{_datadir}/mythtv/fonts
%{_datadir}/mythtv/fonts/*.ttf
+%{_datadir}/mythtv/fonts/*.txt
%{_datadir}/mythtv/i18n/mythfrontend_*.qm
%{_datadir}/applications/*mythfrontend.desktop
%{_datadir}/pixmaps/myth*.png
@@ -1496,6 +1497,12 @@
################################################################################
%changelog
+* Tue Oct 26 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.24-0.2.rc1
+- Update to svn trunk, revision 26998 (which is actually post-0.24-rc1)
+
+* Thu Sep 23 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.24-0.1.svn.r26482
+- Update to svn trunk, revision 26482
+
* Wed Sep 01 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.24-0.1.svn.r26065
- Update to svn trunk, revision 26065
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-14/sources,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- sources 2 Sep 2010 01:47:34 -0000 1.49
+++ sources 27 Oct 2010 01:27:13 -0000 1.50
@@ -1,4 +1,4 @@
be3ab99952c2a3a135a7c4af90b08f15 mythfrontend.png
be3ab99952c2a3a135a7c4af90b08f15 mythtv-setup.png
-45d6fab1235e11c589ce3ba36e4dbbfc mythplugins-0.24.tar.bz2
-6b100ed81a70b3bacda112b083ee4ec1 mythtv-0.24.tar.bz2
+375117962689570c64f43cab37169217 mythplugins-0.24.tar.bz2
+1dc75cd41a7a4ecf6a7e91eff6c60294 mythtv-0.24.tar.bz2
14 years, 1 month
rpms/avidemux/F-14 avidemux-2.5.3-field-asm-fix.diff, NONE, 1.1 avidemux_2.5.3-ffmpeg-aac.patch, NONE, 1.1 avidemux.spec, 1.35, 1.36
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/avidemux/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19987
Modified Files:
avidemux.spec
Added Files:
avidemux-2.5.3-field-asm-fix.diff
avidemux_2.5.3-ffmpeg-aac.patch
Log Message:
* Tue Oct 26 2010 Stewart Adam <s.adam at diffingo.com> - 2.5.3-5
- Add x264 field asm patch to fix F-14 build (#1447)
- Fix main package's dependency on the GUI subpackage (Bernie Innocentie)
- Enable ffmpeg's AAC encoder (Kevin Kofler)
avidemux-2.5.3-field-asm-fix.diff:
ADM_interlaceUtil.cpp | 13 -----------
ADM_vidFieldASM.cpp | 55 +++++++++++++++++++++++++-------------------------
2 files changed, 29 insertions(+), 39 deletions(-)
--- NEW FILE avidemux-2.5.3-field-asm-fix.diff ---
diff --git a/avidemux/ADM_coreImage/src/ADM_interlaceUtil.cpp b/avidemux/ADM_coreImage/src/ADM_interlaceUtil.cpp
index 33b2a7f..99f0664 100644
--- a/avidemux/ADM_coreImage/src/ADM_interlaceUtil.cpp
+++ b/avidemux/ADM_coreImage/src/ADM_interlaceUtil.cpp
@@ -30,19 +30,8 @@ Skip factor=2
***************************************************************************/
#include "ADM_default.h"
-
-//#include "ADM_editor/ADM_edit.hxx"
#include "ADM_videoFilter.h"
-//#define MMX_TRACE
-#warning remove mmxmacro and debug asm
-//#define ASM_ILACING
-
-
-#include "ADM_mmxMacros.h"
-
-
-
#define SKIP_FACTOR 2 // 2^SKIPFACTOR=SKIP_LINEAR+1
#define SKIP_LINEAR 3
@@ -62,7 +51,7 @@ Skip factor=2
*/
#if defined(ADM_CPU_X86) && defined(ASM_ILACING)
-
+#warning REWRITE IN PLAIN ASM
static uint32_t ADMVideo_interlaceCount_MMX( uint8_t *src ,uint32_t w, uint32_t h);
static uint8_t * FUNNY_MANGLE(_l_p) =NULL;
static uint8_t * FUNNY_MANGLE(_l_c) =NULL;
diff --git a/avidemux/ADM_coreImage/src/ADM_vidFieldASM.cpp b/avidemux/ADM_coreImage/src/ADM_vidFieldASM.cpp
index 61d11d4..479731c 100644
--- a/avidemux/ADM_coreImage/src/ADM_vidFieldASM.cpp
+++ b/avidemux/ADM_coreImage/src/ADM_vidFieldASM.cpp
@@ -20,15 +20,13 @@
***************************************************************************/
#include "ADM_default.h"
-
#include "ADM_videoFilter.h"
-
#include"ADM_vidField.h"
#ifdef ADM_CPU_X86
// #define DEBUG_DEINT 1
// #define MMX_TRACE 1
- #include "ADM_mmxMacros.h"
+// #include "ADM_mmxMacros.h"
void myDeintASM(void);
@@ -36,25 +34,27 @@
static uint8_t * FUNNY_MANGLE(_l_p) , * FUNNY_MANGLE(_l_c) ,* FUNNY_MANGLE(_l_n);
static uint8_t * FUNNY_MANGLE(_l_e) , * FUNNY_MANGLE(_l_e2);
#define EXPAND(x) (x)+((x)<<16)+((x)<<32) +((x)<<48)
-static mmx_t _mmTHRESH1;
-static mmx_t _mmTHRESH2;
+static uint64_t __attribute__((used)) __attribute__ ((__aligned__ (8))) FUNNY_MANGLE(_mmTHRESH1) ;
+static uint64_t __attribute__((used)) __attribute__ ((__aligned__ (8))) FUNNY_MANGLE(_mmTHRESH2) ;
-#define COMPUTE_MMX \
-punpcklbw_r2r(mm5,mm0); /*c expand 4 bytes -> 4 word */ \
-punpcklbw_r2r(mm5,mm1); /*p*/ \
-punpcklbw_r2r(mm5,mm2); /* n*/ \
-movq_r2r(mm0,mm3); /* mm3 also c*/ \
-psubw_r2r(mm1,mm0) ; /* mm0=mm0-mm1 = c-p*/ \
-psubw_r2r(mm2,mm3) ; /* mm3=mm3-mm2 = c-n*/ \
-psraw_i2r(1,mm0); /* to protect from overflow*/ \
-psraw_i2r(1,mm3);\
-pmullw_r2r(mm0,mm3); /* mm3=(c-p)*(c-n) / 4;*/ \
-movq_r2r(mm3,mm0) ; /* mm0 also c-p*c-n */ \
-pcmpgtw_r2r(mm4,mm3); /* keep only > size*/ \
-pcmpgtw_r2r(mm6,mm0); /* keep only > size*/ \
-packsswb_r2r(mm5,mm0); \
-packsswb_r2r(mm5,mm3);
+#define COMPUTE_MMX \
+__asm__ __volatile__(\
+"punpcklbw %%mm5,%%mm0\n\t" \
+"punpcklbw %%mm5,%%mm1\n\t" \
+"punpcklbw %%mm5,%%mm2\n\t" \
+"movq %%mm0,%%mm3\n\t" \
+"psubw %%mm1,%%mm0\n\t" \
+"psubw %%mm2,%%mm3\n\t" \
+"psraw $1,%%mm0\n\t" \
+"psraw $1,%%mm3\n\t" \
+"pmullw %%mm0,%%mm3\n\t" \
+"movq %%mm3,%%mm0\n\t" \
+"pcmpgtw %%mm4,%%mm3\n\t" \
+"pcmpgtw %%mm6,%%mm0\n\t" \
+"packsswb %%mm5,%%mm0\n\t" \
+"packsswb %%mm5,%%mm3\n\t" \
+::)
#endif
void ADMVideoFields::hasMotion_C(uint8_t *p,uint8_t *c,
@@ -90,8 +90,8 @@ void ADMVideoFields::hasMotion_MMX(uint8_t *p,uint8_t *c,
{
- _mmTHRESH1.uq=EXPAND((uint64_t ) ((_param->motion_trigger*_param->motion_trigger)>>2) );
- _mmTHRESH2.uq=EXPAND((uint64_t ) ((_param->blend_trigger*_param->blend_trigger)>>2) );
+ _mmTHRESH1=EXPAND((uint64_t ) ((_param->motion_trigger*_param->motion_trigger)>>2) );
+ _mmTHRESH2=EXPAND((uint64_t ) ((_param->blend_trigger*_param->blend_trigger)>>2) );
_l_h=_info.height-2;
_l_w=_info.width>>2;
@@ -102,10 +102,11 @@ void ADMVideoFields::hasMotion_MMX(uint8_t *p,uint8_t *c,
_l_e=e;
_l_e2=e2;
// printf("\n MMX \n");
-
- pxor_r2r(mm5,mm5);
- movq_m2r(_mmTHRESH1,mm4);
- movq_m2r(_mmTHRESH2,mm6);
+ __asm__ __volatile__ (
+ "pxor %%mm5,%%mm5\n\t"
+ "movq "Mangle(_mmTHRESH1)",%%mm4\n\t"
+ "movq "Mangle(_mmTHRESH2)",%%mm6\n\t"
+ ::);
myDeintASM();
}
#if !defined(DEBUG_DEINT)
@@ -149,7 +150,7 @@ void myDeintASM(void)
:
: "eax", "ecx","edx","esi"
);
- emms();
+ __asm__ __volatile__ ("emms");
}
#else
avidemux_2.5.3-ffmpeg-aac.patch:
CMakeLists.txt | 9 +++++++++
audioencoder_lavcodec.cpp | 21 ++++++++++++++++-----
2 files changed, 25 insertions(+), 5 deletions(-)
--- NEW FILE avidemux_2.5.3-ffmpeg-aac.patch ---
diff -ur avidemux_2.5.3/plugins/ADM_audioEncoders/lavcodec/audioencoder_lavcodec.cpp avidemux_2.5.3-ffmpeg-aac/plugins/ADM_audioEncoders/lavcodec/audioencoder_lavcodec.cpp
--- avidemux_2.5.3/plugins/ADM_audioEncoders/lavcodec/audioencoder_lavcodec.cpp 2010-02-23 19:21:06.000000000 +0100
+++ avidemux_2.5.3-ffmpeg-aac/plugins/ADM_audioEncoders/lavcodec/audioencoder_lavcodec.cpp 2010-10-02 03:34:42.000000000 +0200
@@ -29,13 +29,16 @@
#define Join(x,y) x##_##y
-#if defined(ADM_LAV_MP2) && !defined(ADM_LAV_AC3)
+#if defined(ADM_LAV_MP2) && !defined(ADM_LAV_AC3) && !defined(ADM_LAV_AAC)
#define makeName(x) Join(x,MP2)
#define AUDMEncoder_Lavcodec AUDMEncoder_Lavcodec_MP2
#else
- #if !defined(ADM_LAV_MP2) && defined(ADM_LAV_AC3)
+ #if !defined(ADM_LAV_MP2) && defined(ADM_LAV_AC3) && !defined(ADM_LAV_AAC)
#define makeName(x) Join(x,AC3)
#define AUDMEncoder_Lavcodec AUDMEncoder_Lavcodec_AC3
+ #elif !defined(ADM_LAV_MP2) && !defined(ADM_LAV_AC3) && defined(ADM_LAV_AAC)
+ #define makeName(x) Join(x,AAC)
+ #define AUDMEncoder_Lavcodec AUDMEncoder_Lavcodec_AAC
#else
#error
#endif
@@ -64,13 +67,19 @@
2, // Max channels
1,0,0, // Version
#else
-
-
+#ifdef ADM_LAV_AC3
"LavAC3",
"AC3 (lav)",
"AC3 LavEncoder encoder plugin Mean 2008",
6, // Max channels
1,0,0, // Version
+#else
+ "LavAAC",
+ "AAC (lav)",
+ "AAC LavEncoder encoder plugin Mean 2008",
+ 6, // Max channels
+ 1,0,0, // Version
+#endif
#endif
makeName(WAV),
@@ -136,7 +145,9 @@
#endif
_wavheader->byterate=(lavConfig.bitrate*1000)>>3;
-#ifdef ADM_LAV_MP2
+#if defined(ADM_LAV_AAC)
+ _chunk = 1024*_wavheader->channels;
+#elif defined(ADM_LAV_MP2)
_chunk = 1152*_wavheader->channels;
#else
_chunk = 1536*_wavheader->channels; // AC3
diff -ur avidemux_2.5.3/plugins/ADM_audioEncoders/lavcodec/CMakeLists.txt avidemux_2.5.3-ffmpeg-aac/plugins/ADM_audioEncoders/lavcodec/CMakeLists.txt
--- avidemux_2.5.3/plugins/ADM_audioEncoders/lavcodec/CMakeLists.txt 2010-02-28 21:32:28.000000000 +0100
+++ avidemux_2.5.3-ffmpeg-aac/plugins/ADM_audioEncoders/lavcodec/CMakeLists.txt 2010-10-02 03:30:48.000000000 +0200
@@ -27,3 +27,12 @@
INIT_AUDIO_ENCODER(ADM_ae_lav_ac3)
INSTALL_AUDIOENCODER(ADM_ae_lav_ac3)
+
+ SET(ADM_ae_lav_aac_SRCS audioencoder_lavcodec.cpp)
+
+ ADD_LIBRARY(ADM_ae_lav_aac SHARED ${ADM_ae_lav_aac_SRCS})
+ ADD_TARGET_CFLAGS(ADM_ae_lav_aac "-DADM_LAV_AAC")
+ TARGET_LINK_LIBRARIES(ADM_ae_lav_aac ADM_core ADM_coreAudio ADM_coreUI ADM_libavcodec ADM_libavutil)
+
+ INIT_AUDIO_ENCODER(ADM_ae_lav_aac)
+ INSTALL_AUDIOENCODER(ADM_ae_lav_aac)
Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/F-14/avidemux.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- avidemux.spec 20 Jul 2010 19:27:17 -0000 1.35
+++ avidemux.spec 26 Oct 2010 19:01:42 -0000 1.36
@@ -2,7 +2,7 @@
Name: avidemux
Version: 2.5.3
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Graphical video editing and transcoding tool
Group: Applications/Multimedia
@@ -40,13 +40,17 @@
# build statically according to upstream... Let's get them installed instead
Patch5: avidemux-2.5.3-mpeg2enc.patch
Patch6: avidemux-2.5.3-pluginlibs.patch
+# Patch7 obtained from http://fixounet.free.fr/2.6/2.5.3_field_asm_fix.diff
+Patch7: avidemux-2.5.3-field-asm-fix.diff
+# Patch8 obtained from http://lists.rpmfusion.org/pipermail/rpmfusion-developers/2010-October/00...
+Patch8: avidemux_2.5.3-ffmpeg-aac.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# Upstream has been informed http://avidemux.org/admForum/viewtopic.php?id=6447
ExcludeArch: ppc ppc64
Requires: %{name}-cli = %{version}-%{release}
-Requires: %{name}-gui = %{version}-%{release}
+Requires: %{name}-gui = %{version}
Requires: %{name}-plugins = %{version}
# Compiling
@@ -174,7 +178,8 @@
%patch4 -p1 -b .mjpeg_log
%patch5 -p1 -b .mpeg2enc
%patch6 -p1 -b .pluginlibs
-
+%patch7 -p1 -b .x264asm
+%patch8 -p1 -b .ffmpegaac
%build
# Out of source build
@@ -263,6 +268,11 @@
%{_includedir}/ADM_coreConfig.h
%changelog
+* Tue Oct 26 2010 Stewart Adam <s.adam at diffingo.com> - 2.5.3-5
+- Add x264 field asm patch to fix F-14 build (#1447)
+- Fix main package's dependency on the GUI subpackage (Bernie Innocentie)
+- Enable ffmpeg's AAC encoder (Kevin Kofler)
+
* Tue Jul 20 2010 Stewart Adam <s.adam at diffingo.com> - 2.5.3-4
- Rebuild for new x264
14 years, 1 month
rpms/rpmfusion-nonfree-release/devel rpmfusion-nonfree-rawhide.repo, 1.11, 1.12 rpmfusion-nonfree-release.spec, 1.18, 1.19 rpmfusion-nonfree-updates.repo, 1.11, 1.12 rpmfusion-nonfree.repo, 1.11, 1.12
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/rpmfusion-nonfree-release/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14938
Modified Files:
rpmfusion-nonfree-rawhide.repo rpmfusion-nonfree-release.spec
rpmfusion-nonfree-updates.repo rpmfusion-nonfree.repo
Log Message:
* Tue Oct 26 2010 Thorsten Leemhuis <fedora at leemhuis.info> - 15-0.1
- build for rawhide
Index: rpmfusion-nonfree-rawhide.repo
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-release/devel/rpmfusion-nonfree-rawhide.repo,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rpmfusion-nonfree-rawhide.repo 10 Oct 2010 12:48:38 -0000 1.11
+++ rpmfusion-nonfree-rawhide.repo 26 Oct 2010 17:51:11 -0000 1.12
@@ -2,7 +2,7 @@
name=RPM Fusion for Fedora Rawhide - Nonfree
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/development/$basearch/os/
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-ra...
-enabled=0
+enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-latest-$basearch file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-rawhide-$basearch
Index: rpmfusion-nonfree-release.spec
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-release/devel/rpmfusion-nonfree-release.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- rpmfusion-nonfree-release.spec 16 Oct 2010 19:57:43 -0000 1.18
+++ rpmfusion-nonfree-release.spec 26 Oct 2010 17:51:11 -0000 1.19
@@ -2,8 +2,8 @@
%define repo nonfree
Name: rpmfusion-%{repo}-release
-Version: 14
-Release: 0.4
+Version: 15
+Release: 0.1
Summary: RPM Fusion (%{repo}) Repository Configuration
Group: System Environment/Base
@@ -91,6 +91,9 @@
%config(noreplace) %{_sysconfdir}/yum.repos.d/*
%changelog
+* Tue Oct 26 2010 Thorsten Leemhuis <fedora at leemhuis.info> - 15-0.1
+- build for rawhide
+
* Sat Oct 16 2010 Thorsten Leemhuis <fedora at leemhuis.info> - 14-0.4
- drop ppc
- add key for F-15, drop the one for F-13
Index: rpmfusion-nonfree-updates.repo
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-release/devel/rpmfusion-nonfree-updates.repo,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rpmfusion-nonfree-updates.repo 10 Oct 2010 12:48:38 -0000 1.11
+++ rpmfusion-nonfree-updates.repo 26 Oct 2010 17:51:11 -0000 1.12
@@ -2,7 +2,7 @@
name=RPM Fusion for Fedora $releasever - Nonfree - Updates
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/$releasever/$basearch/
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-up...
-enabled=1
+enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
Index: rpmfusion-nonfree.repo
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-release/devel/rpmfusion-nonfree.repo,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rpmfusion-nonfree.repo 10 Oct 2010 12:48:38 -0000 1.11
+++ rpmfusion-nonfree.repo 26 Oct 2010 17:51:11 -0000 1.12
@@ -2,7 +2,7 @@
name=RPM Fusion for Fedora $releasever - Nonfree
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/$releasever/Everything/$basearch/os/
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-$r...
-enabled=1
+enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
14 years, 1 month