Hello community, here is the log from the commit of package xawtv for openSUSE:Factory:NonFree checked in at 2013-06-11 06:40:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory:NonFree/xawtv (Old) and /work/SRC/openSUSE:Factory:NonFree/.xawtv.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xawtv" Changes: -------- --- /work/SRC/openSUSE:Factory:NonFree/xawtv/xawtv.changes 2012-08-24 21:40:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory:NonFree/.xawtv.new/xawtv.changes 2013-06-11 09:39:13.000000000 +0200 @@ -1,0 +2,20 @@ +Sun Jun 2 18:15:11 UTC 2013 - [email protected] + +- Update to version 3.103: + * Improve alsa stream handling + * Add support for alsa audio loopback to the radio app + * Add support for multiple-band (AM+FM) tuners to radio app + * Tons of other bugfixes + improvements for the radio app + * Fix xawtv window flashing to black when changing channel or taking a + snapshot + * Fix crackle crackle sound on mp34xx cards when changing channel + * Various other bugfixes +- Removed xawtv-3.95.patch, no-copy-dt-needed-entries.patch and + xawtv-read-config.patch (not needed/fixed upstream). +- Replaced Mesa-devel and xorg-x11-devel build requirements with the needed + pkgconfig(...) ones. +- Removed automake (autoreconf -fi is not needed) and openmotif (not needed) + build requirements. +- Use desktop-file-utils instead of update-desktop-files for openSUSE > 12.1. + +------------------------------------------------------------------- Old: ---- no-copy-dt-needed-entries.patch xawtv-3.102.tar.bz2 xawtv-3.95.patch xawtv-read-config.patch New: ---- xawtv-3.103.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xawtv.spec ++++++ --- /var/tmp/diff_new_pack.TZu77A/_old 2013-06-11 09:39:13.000000000 +0200 +++ /var/tmp/diff_new_pack.TZu77A/_new 2013-06-11 09:39:13.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package xawtv # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: xawtv -Version: 3.102 +Version: 3.103 Release: 0 Summary: Video4Linux TV application (Athena) License: GPL-2.0+ @@ -26,19 +26,15 @@ Source0: http://linuxtv.org/downloads/xawtv/%{name}-%{version}.tar.bz2 Source1: xawtv.desktop Source2: motv.desktop -# PATCH-FIX-OPENSUSE xawtv-3.95.patch -- -Patch0: xawtv-3.95.patch # PATCH-FIX-OPENSUSE v4l-conf_non-position-independent-executable_fix.patch [email protected] -- Fix non-position-independent-executable rpmlint warning for v4l-conf -Patch1: v4l-conf_non-position-independent-executable_fix.patch -# PATCH-FIX-UPSTREAM no-copy-dt-needed-entries.patch [email protected] -- Fix linking with --no-copy-dt-needed-entries -Patch2: no-copy-dt-needed-entries.patch -Patch3: xawtv-read-config.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -BuildRequires: Mesa-devel +Patch0: v4l-conf_non-position-independent-executable_fix.patch BuildRequires: aalib-devel BuildRequires: alsa-devel -BuildRequires: automake +%if 0%{?suse_version} > 1210 +BuildRequires: desktop-file-utils +%else +BuildRequires: update-desktop-files +%endif BuildRequires: gcc-c++ BuildRequires: libdv-devel BuildRequires: libjpeg-devel @@ -47,13 +43,18 @@ BuildRequires: libv4l-devel BuildRequires: lirc-devel BuildRequires: ncurses-devel -BuildRequires: openmotif BuildRequires: openmotif-devel -%if 0%{?suse_version} -BuildRequires: update-desktop-files -%endif +BuildRequires: pkgconfig(gl) +BuildRequires: pkgconfig(ice) +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xft) +BuildRequires: pkgconfig(xinerama) +BuildRequires: pkgconfig(xrandr) +BuildRequires: pkgconfig(xrender) +BuildRequires: pkgconfig(xv) +BuildRequires: pkgconfig(xxf86dga) +BuildRequires: pkgconfig(xxf86vm) BuildRequires: xorg-x11 -BuildRequires: xorg-x11-devel BuildRequires: zvbi-devel Requires: tv-common Requires: tv-fonts @@ -61,6 +62,7 @@ Recommends: pia Suggests: lirc Conflicts: xaw3dd +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description xawtv is an X11 application for watching TV with your Linux box. It supports @@ -137,16 +139,12 @@ %prep %setup -q -%patch0 -p1 -%patch1 -%patch2 -%patch3 -p1 +%patch0 %build -autoreconf -fi export CFLAGS="%{optflags} -fno-strict-aliasing" %{configure} -make %{?_smp_mflags} +make verbose=yes %{?_smp_mflags} %install %make_install SUID_ROOT="" @@ -155,14 +153,14 @@ install -pm 0644 contrib/xawtv48x48.xpm %{buildroot}%{_datadir}/pixmaps/xawtv.xpm install -pm 0644 contrib/xawtv48x48.xpm %{buildroot}%{_datadir}/pixmaps/motv.xpm -%if 0%{?suse_version} +%if 0%{?suse_version} > 1210 +desktop-file-install %{SOURCE1} +desktop-file-install %{SOURCE2} +%else %suse_update_desktop_file -i xawtv %suse_update_desktop_file -i motv %endif -%clean -rm -rf %{buildroot} - %verifyscript -n v4l-conf %verify_permissions -e %{_bindir}/v4l-conf ++++++ xawtv-3.102.tar.bz2 -> xawtv-3.103.tar.bz2 ++++++ ++++ 11634 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
