Hello community,

here is the log from the commit of package deepin-music-player.1483 for 
openSUSE:12.3:Update checked in at 2013-04-02 16:16:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.3:Update/deepin-music-player.1483 (Old)
 and      /work/SRC/openSUSE:12.3:Update/.deepin-music-player.1483.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "deepin-music-player.1483", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2013-02-26 18:15:11.936010755 +0100
+++ 
/work/SRC/openSUSE:12.3:Update/.deepin-music-player.1483.new/deepin-music-player.changes
    2013-04-02 16:16:58.000000000 +0200
@@ -0,0 +1,45 @@
+-------------------------------------------------------------------
+Tue Mar 19 07:54:29 UTC 2013 - [email protected]
+
+- Bug fix
+  
+  * when run `deepin-music-player` in cmdline, it happened:
+  "glib.GError: Failed to open file
+  '/usr/share/deepin-music-player/wizard/en/first_press.png': No such file or
+  directory", bnc#808258
+
+-------------------------------------------------------------------
+Tue Jan  8 02:13:04 UTC 2013 - [email protected]
+
+- Add runtime dependence: python-gtk
+
+-------------------------------------------------------------------
+Wed Sep 26 17:27:14 CST 2012 - [email protected]
+
+- update to 1.0.1git20120911
+- fix bnc#778659
+- more changlog please see http://goo.gl/WCVGo
+
+-------------------------------------------------------------------
+Tue Sep  3 22:53:24 CST 2012 - [email protected]
+
+- license update: GPL-3.0+
+
+-------------------------------------------------------------------
+Mon Sep  3 20:08:24 CST 2012 - [email protected]
+
+- add python-chardet , python-imaging and python-xlib as require
+  packages.
+  
+-------------------------------------------------------------------
+Sun Sep  2 14:19:59 CST 2012 - [email protected]
+
+- Initial package 1.0git20120716
+  Init.
+  Implement logging to tracking events that happen.
+  Implement a basic configuration.
+  Use listen-music-player play kernel, and thank him for his.
+  Determine the Audio file type is supported.
+  Add Universal encoding detector of the chardet.
+
+

New:
----
  deepin-music-player-1.0.1git20120911.tar.gz
  deepin-music-player.changes
  deepin-music-player.desktop
  deepin-music-player.png
  deepin-music-player.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ deepin-music-player.spec ++++++
#
# spec file for package deepin-music-player
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           deepin-music-player
Summary:        Deepin Music Playe 
License:        GPL-3.0+
Group:          Productivity/Multimedia/Sound/Players
Version:        1.0.1git20120911
Release:        0
BuildArch:      noarch
Url:            
http://packages.linuxdeepin.com/deepin/pool/main/d/deepin-music-player/
Source0:        %{name}-%{version}.tar.gz
Source1:        deepin-music-player.desktop
Source2:        deepin-music-player.png
BuildRequires:  fdupes
BuildRequires:  python-devel
BuildRequires:  update-desktop-files
Requires:       deepin-ui
Requires:       python-chardet
Requires:       python-gtk
Requires:       python-imaging
Requires:       python-mutagen
Requires:       python-pyquery
Requires:       python-scipy
Requires:       python-xlib
Recommends:     %{name}-lang = %{version}
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{py_requires}

%description
Deepin Music Player with brilliant and tweakful UI Deepin-UI based, 
gstreamer front-end, with features likes search music by pinyin, 
quanpin, colorful lyrics supports, and more powerful functions 
you will found.

%lang_package

%prep
%setup -q 

%build
cd locale
msgfmt zh_CN.po -o zh_CN.mo
msgfmt zh_HK.po -o zh_HK.mo
msgfmt zh_TW.po -o zh_TW.mo
msgfmt ru_RU.po -o ru_RU.mo

%install
chmod 644 AUTHORS
chmod 644 COPYING
mkdir -p %{buildroot}/%{_datadir}/applications
mkdir -p %{buildroot}/%{_datadir}/icons
mkdir -p %{buildroot}/%{_datadir}/%{name}
mkdir -p %{buildroot}/%{_datadir}/locale/zh_CN/LC_MESSAGES/
mkdir -p %{buildroot}/%{_datadir}/locale/zh_HK/LC_MESSAGES/
mkdir -p %{buildroot}/%{_datadir}/locale/zh_TW/LC_MESSAGES/
mkdir -p %{buildroot}/%{_datadir}/locale/ru_RU/LC_MESSAGES/
mkdir -p %{buildroot}/%{_bindir}
cp %{S:1} %{buildroot}/%{_datadir}/applications/
cp %{S:2} %{buildroot}/%{_datadir}/icons/
cp -R app_theme %{buildroot}/%{_datadir}/%{name}
cp -R skin %{buildroot}/%{_datadir}/%{name}
cp -R src %{buildroot}/%{_datadir}/%{name}
cp -R wizard %{buildroot}/%{_datadir}/%{name}
cp locale/zh_CN.mo %{buildroot}/%{_datadir}/locale/zh_CN/LC_MESSAGES/%{name}.mo
cp locale/zh_HK.mo %{buildroot}/%{_datadir}/locale/zh_HK/LC_MESSAGES/%{name}.mo
cp locale/zh_TW.mo %{buildroot}/%{_datadir}/locale/zh_TW/LC_MESSAGES/%{name}.mo
cp locale/ru_RU.mo %{buildroot}/%{_datadir}/locale/ru_RU/LC_MESSAGES/%{name}.mo

%fdupes %{buildroot}
%find_lang %{name}

%suse_update_desktop_file -r %{name} Player AudioVideo

cd %{buildroot}/%{_bindir}
ln -s ../share/%{name}/src/main.py %{name}

%files 
%defattr(-, root, root, -)
%doc AUTHORS COPYING
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/%{name}.png
%{_datadir}/%{name}
%{_bindir}/%{name}

%files lang -f %{name}.lang

%changelog
++++++ deepin-music-player.desktop ++++++
[Desktop Entry]
Name=Deepin Music Player
Name[zh_CN]=深度音乐播放器
Comment=Play your music collection
Comment[zh_CN]=为您播放本地及网络音频流
GenericName=Music Player
Exec=deepin-music-player %F
Icon=/usr/share/icons/deepin-music-player.png
Type=Application
Categories=AudioVideo;Player;GTK;
MimeType=audio/musepack;application/musepack;application/x-ape;audio/ape;audio/x-ape;audio/x-musepack;application/x-musepack;audio/x-mp3;application/x-id3;audio/mpeg;audio/x-mpeg;audio/x-mpeg-3;audio/mpeg3;audio/mp3;audio/x-m4a;audio/mpc;audio/x-mpc;audio/mp;audio/x-mp;application/ogg;application/x-ogg;audio/vorbis;audio/x-vorbis;audio/ogg;audio/x-ogg;audio/x-flac;application/x-flac;audio/flac;
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to