Hello community, here is the log from the commit of package parole for openSUSE:Factory checked in at 2013-03-08 09:34:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/parole (Old) and /work/SRC/openSUSE:Factory/.parole.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "parole", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/parole/parole.changes 2013-01-17 09:53:45.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.parole.new/parole.changes 2013-03-08 09:34:55.000000000 +0100 @@ -1,0 +2,29 @@ +Thu Mar 7 08:41:09 UTC 2013 - [email protected] + +- update to version 0.5.0 + - fixed potential file name clash in parole extension + - fixed libnotify error on make + - fixed moving show/hide playlist button + - fixed mute button toggling + - fixed playlist manipulation while playlist hidden + - fixed webm file support + - fixed aspect ratio calculation + - fixed untranslateable strings + - fixed timer update on user seek + - fixed auto-saved playlist saving as UTF-8 + - fixed playlist menu from opening off-screen + - fixed notifications plugin notifying on play/pause + - added improved locale name support in audio tracks and + subtitles + - added gstreamer 1.0 support with --with-gstreamer=0.10|1.0 + - added additional tooltips + - added theming to fullscreen widgets + - removed now-useless power-manager plugin + - removed scrollwheel event from progress scale + - improved audio cover image loading + - improved support for window manager fullscreen command + - improved tray plugin functionality, ported to xfconf + - made codec installer transient for player window + - moved playlist to .local/share/xfce4/parole + +------------------------------------------------------------------- Old: ---- parole-0.2.0.2-add-uri-scheme-handler-support.patch parole-0.4.0.tar.bz2 New: ---- parole-0.5.0.tar.bz2 parole-add-uri-scheme-handler-support.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ parole.spec ++++++ --- /var/tmp/diff_new_pack.Bq0a3E/_old 2013-03-08 09:34:57.000000000 +0100 +++ /var/tmp/diff_new_pack.Bq0a3E/_new 2013-03-08 09:34:57.000000000 +0100 @@ -17,15 +17,15 @@ Name: parole -Version: 0.4.0 +Version: 0.5.0 Release: 0 Summary: Modern, Simple Media Player for the Xfce Desktop Environment License: GPL-2.0+ Group: Productivity/Multimedia/Video/Players Url: http://goodies.xfce.org/projects/applications/parole Source: http://archive.xfce.org/src/apps/parole/0.3/%{name}-%{version}.tar.bz2 -# PATCH-FEATURE-UPSTREAM parole-0.2.0.2-add-uri-scheme-handler-support.patch [email protected] -- Adds support for URI scheme handlers -Patch1: parole-0.2.0.2-add-uri-scheme-handler-support.patch +# PATCH-FEATURE-UPSTREAM parole-add-uri-scheme-handler-support.patch [email protected] -- Adds support for URI scheme handlers +Patch1: parole-add-uri-scheme-handler-support.patch BuildRequires: gtk-doc BuildRequires: intltool BuildRequires: update-desktop-files @@ -35,11 +35,18 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.32 BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gobject-2.0) +%if 0%{?suse_version} < 1230 BuildRequires: pkgconfig(gstreamer-0.10) BuildRequires: pkgconfig(gstreamer-base-0.10) BuildRequires: pkgconfig(gstreamer-interfaces-0.10) BuildRequires: pkgconfig(gstreamer-pbutils-0.10) BuildRequires: pkgconfig(gstreamer-video-0.10) +%else +BuildRequires: pkgconfig(gstreamer-1.0) +BuildRequires: pkgconfig(gstreamer-base-1.0) +BuildRequires: pkgconfig(gstreamer-pbutils-1.0) +BuildRequires: pkgconfig(gstreamer-video-1.0) +%endif BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(libnotify) @@ -76,7 +83,13 @@ %build # the plugin documentation does not build -%configure --enable-gtk-doc +%configure \ + --enable-gtk-doc \ +%if 0%{?suse_version} < 1230 + --with-gstreamer=0.10 +%else + --with-gstreamer=1.0 +%endif make %{?_smp_mflags} V=1 %install @@ -108,8 +121,7 @@ %dir %{_libdir}/parole-0 %{_libdir}/parole-0/*.so %{_datadir}/applications/parole.desktop -%{_datadir}/icons/hicolor/*/apps/parole.png -%{_datadir}/icons/hicolor/*/apps/extension.png +%{_datadir}/icons/hicolor/*/apps/parole*.png %{_datadir}/icons/hicolor/scalable/apps/parole.svg %{_datadir}/parole %{_datadir}/parole/pixmaps ++++++ parole-0.4.0.tar.bz2 -> parole-0.5.0.tar.bz2 ++++++ ++++ 27896 lines of diff (skipped) ++++++ parole-0.2.0.2-add-uri-scheme-handler-support.patch -> parole-add-uri-scheme-handler-support.patch ++++++ --- /work/SRC/openSUSE:Factory/parole/parole-0.2.0.2-add-uri-scheme-handler-support.patch 2011-09-23 12:21:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.parole.new/parole-add-uri-scheme-handler-support.patch 2013-03-08 09:34:55.000000000 +0100 @@ -1,7 +1,8 @@ -diff -urN parole-0.2.0.2.orig/data/desktop/desktop.sh parole-0.2.0.2/data/desktop/desktop.sh ---- parole-0.2.0.2.orig/data/desktop/desktop.sh 2010-01-25 12:22:07.000000000 +0100 -+++ parole-0.2.0.2/data/desktop/desktop.sh 2011-02-01 00:06:00.000000000 +0100 -@@ -10,4 +10,11 @@ +Index: parole-0.5.0/data/desktop/desktop.sh +=================================================================== +--- parole-0.5.0.orig/data/desktop/desktop.sh ++++ parole-0.5.0/data/desktop/desktop.sh +@@ -10,6 +10,13 @@ for i in $MIMETYPES ; do echo_mime; done @@ -13,30 +14,13 @@ +done + echo "" -diff -urN parole-0.2.0.2.orig/data/mime/mime-functions.sh parole-0.2.0.2/data/mime/mime-functions.sh ---- parole-0.2.0.2.orig/data/mime/mime-functions.sh 2010-01-25 12:22:07.000000000 +0100 -+++ parole-0.2.0.2/data/mime/mime-functions.sh 2011-02-01 00:10:03.000000000 +0100 -@@ -2,14 +2,14 @@ - - get_audio_mimetypes () - { -- MIMETYPES=`grep -v ^# $1 | grep "\/" | grep audio | grep -v "audio/x-pn-realaudio"` -+ MIMETYPES=`grep -v '^#' $1 | grep "\/" | grep audio | grep -v "audio/x-pn-realaudio" | grep -v x-scheme-handler/` - MIMETYPES="$MIMETYPES application/x-flac" - MIMETYPES="$MIMETYPES application/vnd.rn-realmedia" - } - - get_video_mimetypes () - { -- MIMETYPES=`grep -v ^# $1 | grep -v x-content/ | grep -v audio | grep -v "application/x-flac"` -+ MIMETYPES=`grep -v '^#' $1 | grep -v x-content/ | grep -v audio | grep -v "application/x-flac" | grep -v x-scheme-handler/` - MIMETYPES="$MIMETYPES audio/x-pn-realaudio" - } - -diff -urN parole-0.2.0.2.orig/data/mime/mime-type-include.sh parole-0.2.0.2/data/mime/mime-type-include.sh ---- parole-0.2.0.2.orig/data/mime/mime-type-include.sh 2010-01-25 12:22:07.000000000 +0100 -+++ parole-0.2.0.2/data/mime/mime-type-include.sh 2011-02-01 00:07:57.000000000 +0100 -@@ -6,7 +6,7 @@ + echo "" + echo "Actions=Play;Previous;Next;" +Index: parole-0.5.0/data/mime/mime-type-include.sh +=================================================================== +--- parole-0.5.0.orig/data/mime/mime-type-include.sh ++++ parole-0.5.0/data/mime/mime-type-include.sh +@@ -6,7 +6,7 @@ echo_mime () { echo "\"$i\"," } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
