commit kid3-qt for openSUSE:Factory

2013-10-11 Thread h_root
Hello community,

here is the log from the commit of package kid3-qt for openSUSE:Factory checked 
in at 2013-10-11 14:30:47

Comparing /work/SRC/openSUSE:Factory/kid3-qt (Old)
 and  /work/SRC/openSUSE:Factory/.kid3-qt.new (New)


Package is kid3-qt

Changes:

--- /work/SRC/openSUSE:Factory/kid3-qt/kid3-qt.changes  2013-04-08 
14:51:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.kid3-qt.new/kid3-qt.changes 2013-10-11 
14:30:48.0 +0200
@@ -1,0 +2,16 @@
+Fri Oct 11 10:21:07 UTC 2013 - tchva...@suse.com
+
+- Fix build on factory +- so we can have it working on 13.1 too.
+
+---
+Sun Aug 11 20:31:22 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Fixed %{?suse_version} conditional in kid3.spec
+
+---
+Sat Jun  1 16:47:51 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added kid3-2.3-gstreamer1.0.diff, enables gstreamer 1.0 support
+- Add Source URL
+
+---
--- /work/SRC/openSUSE:Factory/kid3-qt/kid3.changes 2013-04-05 
07:36:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.kid3-qt.new/kid3.changes2013-10-11 
14:30:48.0 +0200
@@ -1,0 +2,11 @@
+Sun Aug 11 20:31:22 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Fixed %{?suse_version} conditional in kid3.spec
+
+---
+Sat Jun  1 16:47:51 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added kid3-2.3-gstreamer1.0.diff, enables gstreamer 1.0 support
+- Add Source URL
+
+---

New:

  kid3-2.3-gstreamer1.0.diff



Other differences:
--
++ kid3-qt.spec ++
--- /var/tmp/diff_new_pack.c7fHF3/_old  2013-10-11 14:30:50.0 +0200
+++ /var/tmp/diff_new_pack.c7fHF3/_new  2013-10-11 14:30:50.0 +0200
@@ -16,6 +16,9 @@
 #
 
 
+#
+%define rname   kid3
+
 Name:   kid3-qt
 Version:2.3
 Release:0
@@ -23,9 +26,11 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:http://kid3.sourceforge.net
-Source0:kid3-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/%{rname}/%{rname}-%{version}.tar.gz
 #Source1:COPYING
 Patch0: kid3-qt-gcc47.patch
+# PATCH-FIX-UPSTREAM kid3-2.3-gstreamer1.0.diff -- enables gstreamer 1.0 
support
+Patch1: kid3-2.3-gstreamer1.0.diff
 BuildRequires:  cmake
 #BuildRequires:  crimson
 BuildRequires:  docbook-xsl-stylesheets
@@ -48,7 +53,11 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xerces-j2
 # Kid3-qt builds with the latest gstreamer in multimedia:libs for all 
distributions, unlike kid3.
+%if 0%{?suse_version}  1230
+BuildRequires:  pkgconfig(gstreamer-1.0)
+%else
 BuildRequires:  pkgconfig(gstreamer-0.10)
+%endif
 BuildRequires:  pkgconfig(libexslt)
 BuildRequires:  pkgconfig(phonon)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -81,44 +90,42 @@
 %lang_package
 
 %prep
-%setup -q -n kid3-%{version}
+%setup -q -n %{rname}-%{version}
 %patch0 -p1
-# Wrong FSF address in the sources COPYING, replace with downloaded one.
-#cp %%{SOURCE1} ./ Fixed in version 2.3
+%if 0%{?suse_version}  1230
+%patch1 -p1
+%endif
 
 %build
-# Cmake had a problem finding gstreamer, don't know why.
-cat %{_libdir}/pkgconfig/gstreamer-0.10.pc
+%if 0%{?suse_version}  1310
 mkdir Build  cd Build
 cmake ../ -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
-DCMAKE_C_FLAGS:STRING=%{optflags} -ggdb \
-DCMAKE_CXX_FLAGS:STRING=%{optflags} -ggdb \
+%else
+%cmake \
+%endif
-DWITH_MP4V2=OFF \
-   -DCMAKE_VERBOSE_MAKEFILE=ON \
-DWITH_KDE:BOOL=off \
+   -DBUILD_SHARED_LIBS=OFF \

-DDOCBOOK_XSL_DIR:PATH=%{_datadir}/xml/docbook/stylesheet/nwalsh/1.75.2/ \
-DWITH_DOCDIR:STRING=share/doc/packages/kid3-qt \
-   -DWITH_TRANSLATIONSDIR:STRING=share/locale \
-   -LAH
-make %{?_smp_mflags} CFLAGS=%{optflags} -ggdb CXXFLAGS=%{optflags} -ggdb
+   -DWITH_TRANSLATIONSDIR:STRING=share/locale
+make %{?_smp_mflags}
 
 %install
+%if 0%{?suse_version}  1310
 pushd Build
 export INSTALL_ROOT=%{buildroot}
 %make_install
-%suse_update_desktop_file -r %{name} AudioVideo AudioVideoEditing
 popd
-#
+%else
+%cmake_install
+%endif
+%suse_update_desktop_file -r %{name} AudioVideo AudioVideoEditing
 install -Dpm 0644 deb/kid3.1 %{buildroot}%{_mandir}/man1/kid3-qt.1
 
-#find %%{buildroot} -type f -o -name *.so -exec strip {} \;
 cp -pr AUTHORS ChangeLog COPYING LICENSE NEWS README 
%{buildroot}%{_docdir}/%{name}/
-# No longer needed in v 2.3
-%if 1 == 0
-mkdir %{buildroot}%{_datadir}/locale/  pushd %{buildroot}%{_datadir}/locale/
-lndir 

commit kid3-qt for openSUSE:Factory

2013-04-08 Thread h_root
Hello community,

here is the log from the commit of package kid3-qt for openSUSE:Factory checked 
in at 2013-04-08 14:51:18

Comparing /work/SRC/openSUSE:Factory/kid3-qt (Old)
 and  /work/SRC/openSUSE:Factory/.kid3-qt.new (New)


Package is kid3-qt, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kid3-qt/kid3-qt.changes  2013-04-05 
07:36:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.kid3-qt.new/kid3-qt.changes 2013-04-08 
14:51:18.0 +0200
@@ -1,0 +2,14 @@
+Wed Apr  3 15:20:50 UTC 2013 - davejpla...@gmail.com
+
+- Add requirement for libtag1 = 1.8 as multimedia:apps kid3-qt
+  builds against the latest libtag1 but installs on a system with
+  a lower version and can't find libtag1-1.8 symbols. This problem
+  also appeared in clementine see bnc#779411. Will look at taglib.
+
+---
+Thu Mar 28 05:49:54 UTC 2013 - davepl@localhost
+
+- Kill rpm post/un script output from update-desktop-database with
+  -q switch.
+
+---



Other differences:
--
++ kid3-qt.spec ++
--- /var/tmp/diff_new_pack.iuEB2L/_old  2013-04-08 14:51:21.0 +0200
+++ /var/tmp/diff_new_pack.iuEB2L/_new  2013-04-08 14:51:21.0 +0200
@@ -22,11 +22,10 @@
 Summary:Efficient ID3 Tag Editor - Non Kde version
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Utilities
+Url:http://kid3.sourceforge.net
 Source0:kid3-%{version}.tar.gz
 #Source1:COPYING
 Patch0: kid3-qt-gcc47.patch
-Url:http://kid3.sourceforge.net
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 #BuildRequires:  crimson
 BuildRequires:  docbook-xsl-stylesheets
@@ -43,16 +42,18 @@
 BuildRequires:  libvorbis-devel
 BuildRequires:  perl
 BuildRequires:  pkg-config
+BuildRequires:  perl(File::Spec)
 #BuildRequires:  susedoc
 BuildRequires:  taglib-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xerces-j2
-BuildRequires:  perl(File::Spec)
+# Kid3-qt builds with the latest gstreamer in multimedia:libs for all 
distributions, unlike kid3.
+BuildRequires:  pkgconfig(gstreamer-0.10)
 BuildRequires:  pkgconfig(libexslt)
 BuildRequires:  pkgconfig(phonon)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(pre):  desktop-file-utils
-# Kid3-qt builds with the latest gstreamer in multimedia:libs for all 
distributions, unlike kid3.
-BuildRequires:  pkgconfig(gstreamer-0.10)
+Requires:   libtag1 = 1.8
 
 Provides:   kid3 = %{version}
 Obsoletes:  kid3  %{version}
@@ -83,7 +84,7 @@
 %setup -q -n kid3-%{version}
 %patch0 -p1
 # Wrong FSF address in the sources COPYING, replace with downloaded one.
-#cp %%{S:1} ./ Fixed in version 2.3
+#cp %%{SOURCE1} ./ Fixed in version 2.3
 
 %build
 # Cmake had a problem finding gstreamer, don't know why.
@@ -99,12 +100,12 @@
-DWITH_DOCDIR:STRING=share/doc/packages/kid3-qt \
-DWITH_TRANSLATIONSDIR:STRING=share/locale \
-LAH
-make %{?jobs:-j %{jobs}} CFLAGS=%{optflags} -ggdb CXXFLAGS=%{optflags} 
-ggdb
+make %{?_smp_mflags} CFLAGS=%{optflags} -ggdb CXXFLAGS=%{optflags} -ggdb
 
 %install
 pushd Build
 export INSTALL_ROOT=%{buildroot}
-%makeinstall
+%make_install
 %suse_update_desktop_file -r %{name} AudioVideo AudioVideoEditing
 popd
 #
@@ -121,23 +122,23 @@
 %find_lang %{name} %{name}.lang --without-kde --with-qt --all-name --without-mo
 
 %post
-update-desktop-database  /dev/null
+update-desktop-database -q  /dev/null
 
 %postun
-update-desktop-database  /dev/null
+update-desktop-database -q  /dev/null
 
 %files
 %defattr(644,root,root,755)
 %doc %{_docdir}/%{name}
 %defattr(755,root,root,755)
-%_bindir/%{name}
+%{_bindir}/%{name}
 %defattr(644,root,root,755)
-%_datadir/applications/%{name}.desktop
+%{_datadir}/applications/%{name}.desktop
 %_iconsbasedir/16x16/apps/%{name}.png
 %_iconsbasedir/32x32/apps/%{name}.png
 %_iconsbasedir/48x48/apps/%{name}.png
 %_iconsbasedir/scalable/apps/kid3-qt.svg
-%_mandir/man1/kid3-qt.1.gz
+%{_mandir}/man1/kid3-qt.1.gz
 
 %files lang -f %{name}.lang
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kid3-qt for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package kid3-qt for openSUSE:Factory checked 
in at 2013-04-05 07:32:53

Comparing /work/SRC/openSUSE:Factory/kid3-qt (Old)
 and  /work/SRC/openSUSE:Factory/.kid3-qt.new (New)


Package is kid3-qt, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kid3-qt/kid3-qt.changes  2013-03-22 
13:15:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.kid3-qt.new/kid3-qt.changes 2013-04-05 
07:36:38.0 +0200
@@ -1,0 +2,5 @@
+Sat Mar 23 07:23:45 UTC 2013 - davejpla...@gmail.com
+
+- Make KDE:Extra/kid3 a linked package to enable parallel updates.
+
+---
New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.kid3-qt.new/kid3.changes2013-04-05 
07:36:38.0 +0200
@@ -0,0 +1,376 @@
+---
+Sat Mar 23 07:26:50 UTC 2013 - davejpla...@gmail.com
+
+- Merge kid3 and kid3-qt packages by linking KDE:Extra/kid3 to the
+  kid3-qt package.
+
+---
+Sat Mar 16 16:49:01 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 2.3
+  * New:
++ Automatic batch import for multiple directories.
++ Import catalog number and release country from Discogs and 
+  MusicBrainz.
++ Quick access tags are configurable for tag 2.
++ Setting for default file name to save cover art.
++ Select all in directory.
++ Apply text encoding.
++ Support Qt 5.0.
+  * Improved:
++ Better responsiveness when working with a huge number of files,
+  long operations can be aborted (filtering, renaming, expanding).
++ Support custom frame names in formats and imports.
++ Display accuracy and cover art URL for imports.
++ Added more unified frame types.
++ GUI and usability.
+  * Fixed:
++ Swapped mapping of too and enc for M4A files.
++ Compatibility of ID3v2.4.0 COMM frames with iTunes.
++ Do not remove spaces in Vorbis comment field names.
++ Crash and decoding for fingerprints with libav 9.1.
+
+---
+Fri Dec 28 13:27:17 UTC 2012 - dmitr...@opensuse.org
+
+- Enable chromaprint support
+
+---
+Sat Dec 15 14:13:38 UTC 2012 - hrvoje.sen...@gmail.com
+
+- Update to version 2.2.1
+- Changes since 2.1:
+  * New:
++ Option to load last opened file on startup. 
++ Option to use locale for character conversion. 
++ Support new features of TagLib 1.8: More 
+  ID3 frames, ID3v2.3, tracker modules (MOD, S3M, IT, XM). 
++ Support use of GStreamer instead of FFmpeg for 
+  Chromaprint decoding. 
++ Support building with latest libav/FFmpeg libraries.
+* Improved: 
++ Extract year from -MM.. date frame for %{year} 
+  format code. 
++ Character conversion for roman numbers. 
++ Dutch translation. 
++ Finnish translation.
++ Czech translation.
+* Fixed: 
++ Avoid crash when exporting album cover while editing multiple 
+  files. 
++ Check if file format supported before converting to 
+  ID3v2.3.0. 
++ Rewritten Discogs import to use Discogs API v2.0.
++ Fixed selection of language and handbook with Qt 4.8.
+
+---
+Sun May 13 14:51:57 UTC 2012 - m...@suse.com
+
+- Update to version 2.1
+  * New:
++ Keyboard shortcuts configuration for Qt-only version.
++ Use Chromaprint for import from MusicBrainz Fingerprint, is now 
+  also available on Windows and Mac OS X.
++ Serbian translation.
++ Support build with Qt5.
+  * Improved:
++ Support most frames in format codes with %{framename}.
++ Support iTunes ID3v2.4 frames TCMP, TSO2, TSOC.
++ Option to use the native file dialogs for Qt-only version.
++ Handling of pictures in WMA files.
++ Use themed icons.
++ Building with shared libraries on KDE.
++ Handle carriage return characters in output from user commands.
+  * Fixed:
++ Windows: Avoid truncation of file when renaming with illegal 
+  characters.
++ Limit number of open file handles.
++ Nicer icons, install SVG instead of SVGZ in kid3-qt.
++ Fixed import from Amazon.
++ Adapted to Discogs server update.
+- Disable build with chromaprint that require ffmpeg
+
+---
+Thu Nov  3 18:38:22 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to release 2.0.1:
+  * Fixed:
++ Prevent cursor from jumping to end in format line edits.
++ Correctly update file selection after add, edit or delete frame.
++ Build system finds DocBook XSL on 

commit kid3-qt for openSUSE:Factory

2013-03-22 Thread h_root
Hello community,

here is the log from the commit of package kid3-qt for openSUSE:Factory checked 
in at 2013-03-22 13:15:16

Comparing /work/SRC/openSUSE:Factory/kid3-qt (Old)
 and  /work/SRC/openSUSE:Factory/.kid3-qt.new (New)


Package is kid3-qt, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kid3-qt/kid3-qt.changes  2012-03-29 
07:45:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.kid3-qt.new/kid3-qt.changes 2013-03-22 
13:15:17.0 +0100
@@ -1,0 +2,29 @@
+Thu Mar 21 07:25:01 UTC 2013 - davejpla...@gmail.com
+
+- Update to release version 2.3 and removed build requirement for
+  crimson and fop, added libchromaprint-devel and pkgconfig(libexslt).
+- Removed updated gnu license text file COPYING now fixed upstream.
+- Added separate language package to the build.
+  * New:
++ Automatic batch import for multiple directories.
++ Import catalog number and release country from Discogs and
+  MusicBrainz.
++ Quick access tags are configurable for tag 2.
++ Setting for default file name to save cover art.
++ Select all in directory.
++ Apply text encoding.
++ Support Qt 5.0.
+  * Improved:
++ Better responsiveness when working with a huge number of files,
+  long operations can be aborted (filtering, renaming, expanding).
++ Support custom frame names in formats and imports.
++ Display accuracy and cover art URL for imports.
++ Added more unified frame types.
++ GUI and usability.
+  * Fixed:
++ Swapped mapping of too and enc for M4A files.
++ Compatibility of ID3v2.4.0 COMM frames with iTunes.
++ Do not remove spaces in Vorbis comment field names.
++ Crash and decoding for fingerprints with libav 9.1.
+
+---

Old:

  COPYING
  kid3-2.0.tar.bz2

New:

  kid3-2.3.tar.gz



Other differences:
--
++ kid3-qt.spec ++
--- /var/tmp/diff_new_pack.A8Z7UM/_old  2013-03-22 13:15:18.0 +0100
+++ /var/tmp/diff_new_pack.A8Z7UM/_new  2013-03-22 13:15:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kid3-qt
 #
-# 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,38 +17,42 @@
 
 
 Name:   kid3-qt
-Version:2.0
+Version:2.3
 Release:0
 Summary:Efficient ID3 Tag Editor - Non Kde version
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Utilities
-Source0:kid3-%{version}.tar.bz2
-Source1:COPYING
+Source0:kid3-%{version}.tar.gz
+#Source1:COPYING
 Patch0: kid3-qt-gcc47.patch
 Url:http://kid3.sourceforge.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
-BuildRequires:  crimson
+#BuildRequires:  crimson
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  flac-devel
-BuildRequires:  fop
+#BuildRequires:  fop
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  id3lib-devel
 BuildRequires:  jpackage-utils
 BuildRequires:  libQtWebKit-devel
+BuildRequires:  libchromaprint-devel
 BuildRequires:  libmusicbrainz3-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  libtunepimp-devel
 BuildRequires:  libvorbis-devel
 BuildRequires:  perl
 BuildRequires:  pkg-config
-BuildRequires:  susedoc
+#BuildRequires:  susedoc
 BuildRequires:  taglib-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xerces-j2
 BuildRequires:  perl(File::Spec)
+BuildRequires:  pkgconfig(libexslt)
 BuildRequires:  pkgconfig(phonon)
 Requires(pre):  desktop-file-utils
+# Kid3-qt builds with the latest gstreamer in multimedia:libs for all 
distributions, unlike kid3.
+BuildRequires:  pkgconfig(gstreamer-0.10)
 
 Provides:   kid3 = %{version}
 Obsoletes:  kid3  %{version}
@@ -73,14 +77,17 @@
 and other sources of album data
   * Export tags as CSV, HTML, playlists, Kover XML and in other formats
 
+%lang_package
 
 %prep
 %setup -q -n kid3-%{version}
 %patch0 -p1
 # Wrong FSF address in the sources COPYING, replace with downloaded one.
-cp %{S:1} ./
+#cp %%{S:1} ./ Fixed in version 2.3
 
 %build
+# Cmake had a problem finding gstreamer, don't know why.
+cat %{_libdir}/pkgconfig/gstreamer-0.10.pc
 mkdir Build  cd Build
 cmake ../ -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
-DCMAKE_C_FLAGS:STRING=%{optflags} -ggdb \
@@ -90,6 +97,7 @@
-DWITH_KDE:BOOL=off \

-DDOCBOOK_XSL_DIR:PATH=%{_datadir}/xml/docbook/stylesheet/nwalsh/1.75.2/ \
-DWITH_DOCDIR:STRING=share/doc/packages/kid3-qt \
+   

commit kid3-qt for openSUSE:Factory

2012-03-28 Thread h_root
Hello community,

here is the log from the commit of package kid3-qt for openSUSE:Factory checked 
in at 2012-03-29 07:43:37

Comparing /work/SRC/openSUSE:Factory/kid3-qt (Old)
 and  /work/SRC/openSUSE:Factory/.kid3-qt.new (New)


Package is kid3-qt, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kid3-qt/kid3-qt.changes  2011-09-23 
02:06:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kid3-qt.new/kid3-qt.changes 2012-03-29 
07:43:51.0 +0200
@@ -1,0 +2,5 @@
+Sun Mar 25 13:17:40 UTC 2012 - dims...@opensuse.org
+
+- Add kid3-qt-gcc47.patch: Fix build with gcc 4.7.
+
+---

New:

  kid3-qt-gcc47.patch



Other differences:
--
++ kid3-qt.spec ++
--- /var/tmp/diff_new_pack.03cUNu/_old  2012-03-29 07:43:54.0 +0200
+++ /var/tmp/diff_new_pack.03cUNu/_new  2012-03-29 07:43:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kid3-qt
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,26 +15,39 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   kid3-qt
 Version:2.0
-Release:1
+Release:0
 Summary:Efficient ID3 Tag Editor - Non Kde version
+License:GPL-2.0+
+Group:  Productivity/Multimedia/Sound/Utilities
 Source0:kid3-%{version}.tar.bz2
 Source1:COPYING
+Patch0: kid3-qt-gcc47.patch
 Url:http://kid3.sourceforge.net
-Group:  Productivity/Multimedia/Sound/Utilities
-License:GPL-2.0+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libQtWebKit-devel pkg-config
+BuildRequires:  cmake
+BuildRequires:  crimson
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  flac-devel
+BuildRequires:  fop
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  id3lib-devel
+BuildRequires:  jpackage-utils
+BuildRequires:  libQtWebKit-devel
+BuildRequires:  libmusicbrainz3-devel
+BuildRequires:  libqt4-devel
+BuildRequires:  libtunepimp-devel
+BuildRequires:  libvorbis-devel
+BuildRequires:  perl
+BuildRequires:  pkg-config
+BuildRequires:  susedoc
+BuildRequires:  taglib-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  xerces-j2
+BuildRequires:  perl(File::Spec)
 BuildRequires:  pkgconfig(phonon)
-BuildRequires:  flac-devel id3lib-devel libqt4-devel
-BuildRequires:  docbook-xsl-stylesheets libtunepimp-devel perl taglib-devel
-BuildRequires:  cmake perl(File::Spec) update-desktop-files
-BuildRequires:  jpackage-utils libmusicbrainz3-devel libvorbis-devel
-BuildRequires:  crimson fop hicolor-icon-theme susedoc xerces-j2
 Requires(pre):  desktop-file-utils
 
 Provides:   kid3 = %{version}
@@ -63,6 +76,7 @@
 
 %prep
 %setup -q -n kid3-%{version}
+%patch0 -p1
 # Wrong FSF address in the sources COPYING, replace with downloaded one.
 cp %{S:1} ./
 

++ kid3-qt-gcc47.patch ++
Index: kid3-2.0/src/core/model/kid3application.cpp
===
--- kid3-2.0.orig/src/core/model/kid3application.cpp
+++ kid3-2.0/src/core/model/kid3application.cpp
@@ -24,6 +24,7 @@
  * along with this program.  If not, see http://www.gnu.org/licenses/.
  */
 
+#include unistd.h
 #include kid3application.h
 #include QFileSystemModel
 #include QItemSelectionModel
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kid3-qt for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package kid3-qt for openSUSE:Factory
checked in at Tue Sep 13 12:20:10 CEST 2011.




--- kid3-qt/kid3-qt.changes 2011-03-21 17:57:51.0 +0100
+++ /mounts/work_src_done/STABLE/kid3-qt/kid3-qt.changes2011-09-09 
10:41:44.0 +0200
@@ -1,0 +2,40 @@
+Fri Sep  9 02:31:42 UTC 2011 - davejpla...@gmail.com
+
+- kid3-qt now uses cmake, converted to cmake build.
+- Removed phonon patch, no longer relevant.
+- Update to release 2.0
+  * New:
++ Import from tags to extract and move information between tags.
++ Play a track on double click (optional).
++ Searching in help browser.
++ Move files to trash instead of deleting them.
++ Automatic setting of checkboxes when frame is changed.
++ Support for APE tags with TagLib 1.7.
+  * Improved:
++ Major refactoring to improve software architecture, separated
+  GUI from application logic using the Qt 4 Model/View
+  architecture. This required dropping support for Qt 3 and
+  KDE 3. Unified build system using CMake for KDE and Qt-only
+  versions.
++ The file list is updated on file system changes and is faster.
++ Import sub-dialogs are modeless and do not block import dialog.
++ Import table is editable and has optional columns for file
+  names and paths (selectable with context menu).
++ The tracks to import can be selected, e.g. to import only one
+  CD from a doulbe-CD album.
++ Number Tracks can number the tracks of multiple directories.
++ Multiple directories can be selected with Rename Directory.
++ M4A support with TagLib (can fully replace libmp4v2).
++ Exports are displayed in a table if they contain tabulators.
++ Adding and editing formats is now more user friendly.
++ GUI and usability.
+  * Fixed:
++ Genre and track total in M4A files with TagLib.
++ Execution of user action without command.
++ Adapted to Discogs server update.
+- Spec file updates:
+  * Changed License: to GPL-2.0+.
+  * Removed support for openSUSE  11.2 in spec file.
+  * Minor other updates.
+
+---

calling whatdependson for head-i586


Old:

  kid3-1.6.tar.bz2
  kid3-qt-phonon.patch

New:

  COPYING
  kid3-2.0.tar.bz2



Other differences:
--
++ kid3-qt.spec ++
--- /var/tmp/diff_new_pack.CvMxUg/_old  2011-09-13 12:20:06.0 +0200
+++ /var/tmp/diff_new_pack.CvMxUg/_new  2011-09-13 12:20:06.0 +0200
@@ -19,26 +19,23 @@
 
 
 Name:   kid3-qt
-Version:1.6
-Release:2
+Version:2.0
+Release:1
 Summary:Efficient ID3 Tag Editor - Non Kde version
 Source0:kid3-%{version}.tar.bz2
-Patch0: kid3-qt-phonon.patch
+Source1:COPYING
 Url:http://kid3.sourceforge.net
 Group:  Productivity/Multimedia/Sound/Utilities
-License:GPLv2+
+License:GPL-2.0+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkg-config
-%if 0%{?suse_version} = 1130
+BuildRequires:  libQtWebKit-devel pkg-config
 BuildRequires:  pkgconfig(phonon)
-%else
-BuildRequires:  phonon-devel
-%endif
 BuildRequires:  flac-devel id3lib-devel libqt4-devel
-BuildRequires:  libtunepimp-devel perl taglib-devel
-BuildRequires:  perl(File::Spec) update-desktop-files
+BuildRequires:  docbook-xsl-stylesheets libtunepimp-devel perl taglib-devel
+BuildRequires:  cmake perl(File::Spec) update-desktop-files
 BuildRequires:  jpackage-utils libmusicbrainz3-devel libvorbis-devel
 BuildRequires:  crimson fop hicolor-icon-theme susedoc xerces-j2
+Requires(pre):  desktop-file-utils
 
 Provides:   kid3 = %{version}
 Obsoletes:  kid3  %{version}
@@ -63,32 +60,27 @@
 and other sources of album data
   * Export tags as CSV, HTML, playlists, Kover XML and in other formats
 
-Authors:
-
- Urs Fleisch uflei...@users.sourceforge.net
 
 %prep
 %setup -q -n kid3-%{version}
-%patch0
+# Wrong FSF address in the sources COPYING, replace with downloaded one.
+cp %{S:1} ./
 
 %build
-cd %{name}
-
-export PKG_CONFIG_PATH=%{_libdir}/pkgconfig
-# if configure does not exist: autoconf
-autoconf -v -f
-
-%configure LIBS=$(pkg-config --libs phonon)\
- --with-qmake=qmake \
- --with-docdir=%{_docdir}/%{name} \
- --without-mp4v2 \
- --with-extra-libs=$(pkg-config --libs phonon) \
- --with-extra-includes=%{_includedir}/phonon
-
-%__make -e CXXFLAGS=$CXXFLAGS %{optflags} -ggdb %{?jobs:-j%{jobs}}
+mkdir Build  cd Build
+cmake ../ -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
+   -DCMAKE_C_FLAGS:STRING=%{optflags} -ggdb \
+   -DCMAKE_CXX_FLAGS:STRING=%{optflags} -ggdb \
+   -DWITH_MP4V2=OFF \
+   -DCMAKE_VERBOSE_MAKEFILE=ON \
+   -DWITH_KDE:BOOL=off \
+   

commit kid3-qt for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package kid3-qt for openSUSE:Factory
checked in at Tue Mar 22 17:42:05 CET 2011.




--- kid3-qt/kid3-qt.changes 2011-03-18 00:00:02.0 +0100
+++ /mounts/work_src_done/STABLE/kid3-qt/kid3-qt.changes2011-03-21 
17:57:51.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 16:57:50 UTC 2011 - co...@novell.com
+
+- licenses package is about to die
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kid3-qt.spec ++
--- /var/tmp/diff_new_pack.QI1PlC/_old  2011-03-22 17:40:11.0 +0100
+++ /var/tmp/diff_new_pack.QI1PlC/_new  2011-03-22 17:40:11.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   kid3-qt
 Version:1.6
-Release:1
+Release:2
 Summary:Efficient ID3 Tag Editor - Non Kde version
 Source0:kid3-%{version}.tar.bz2
 Patch0: kid3-qt-phonon.patch
@@ -28,7 +28,7 @@
 Group:  Productivity/Multimedia/Sound/Utilities
 License:GPLv2+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  licenses pkg-config
+BuildRequires:  pkg-config
 %if 0%{?suse_version} = 1130
 BuildRequires:  pkgconfig(phonon)
 %else
@@ -40,8 +40,6 @@
 BuildRequires:  jpackage-utils libmusicbrainz3-devel libvorbis-devel
 BuildRequires:  crimson fop hicolor-icon-theme susedoc xerces-j2
 
-Requires:   licenses
-
 Provides:   kid3 = %{version}
 Obsoletes:  kid3  %{version}
 
@@ -98,12 +96,6 @@
 #
 install -Dpm 0644 deb/kid3.1 %{buildroot}%{_mandir}/man1/kid3-qt.1
 
-for FILE in COPYING ; do
-MD5SUM=$(md5sum $FILE | sed 's/ .*//')
-if test -f /usr/share/doc/licenses/md5/$MD5SUM ; then
-ln -sf /usr/share/doc/licenses/md5/$MD5SUM $FILE
-fi
-done
 #find %%{buildroot} -type f -o -name *.so -exec strip {} \;
 cp -pr AUTHORS ChangeLog COPYING LICENSE NEWS README 
%{buildroot}%{_docdir}/%{name}/
 %find_lang %{name} %{name}-qt.lang --without-kde --with-qt --all-name 
--without-mo






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kid3-qt for openSUSE:Factory

2011-03-21 Thread h_root

Hello community,

here is the log from the commit of package kid3-qt for openSUSE:Factory
checked in at Mon Mar 21 13:01:32 CET 2011.




--- kid3-qt/kid3-qt.changes 2010-10-08 09:58:46.0 +0200
+++ /mounts/work_src_done/STABLE/kid3-qt/kid3-qt.changes2011-03-18 
00:00:02.0 +0100
@@ -1,0 +2,7 @@
+Thu Mar 17 22:28:17 UTC 2011 - davejpla...@gmail.com
+
+- Update to release 1.6
+- Man page added - kid3-qt.1
+- Improved numbering of tracks, GUI and usability.
+
+---

calling whatdependson for head-i586


Old:

  kid3-1.5.tar.bz2

New:

  kid3-1.6.tar.bz2
  kid3-qt-phonon.patch



Other differences:
--
++ kid3-qt.spec ++
--- /var/tmp/diff_new_pack.DkFU0L/_old  2011-03-21 12:58:34.0 +0100
+++ /var/tmp/diff_new_pack.DkFU0L/_new  2011-03-21 12:58:34.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package kid3-qt (Version 1.5)
+# spec file for package kid3-qt
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -19,20 +19,26 @@
 
 
 Name:   kid3-qt
-Version:1.5
+Version:1.6
 Release:1
 Summary:Efficient ID3 Tag Editor - Non Kde version
 Source0:kid3-%{version}.tar.bz2
+Patch0: kid3-qt-phonon.patch
 Url:http://kid3.sourceforge.net
 Group:  Productivity/Multimedia/Sound/Utilities
 License:GPLv2+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  licenses
+BuildRequires:  licenses pkg-config
+%if 0%{?suse_version} = 1130
+BuildRequires:  pkgconfig(phonon)
+%else
+BuildRequires:  phonon-devel
+%endif
 BuildRequires:  flac-devel id3lib-devel libqt4-devel
 BuildRequires:  libtunepimp-devel perl taglib-devel
 BuildRequires:  perl(File::Spec) update-desktop-files
-BuildRequires:  libmusicbrainz-devel libvorbis-devel
-BuildRequires:  docbook-utils doxygen
+BuildRequires:  jpackage-utils libmusicbrainz3-devel libvorbis-devel
+BuildRequires:  crimson fop hicolor-icon-theme susedoc xerces-j2
 
 Requires:   licenses
 
@@ -65,80 +71,85 @@
 
 %prep
 %setup -q -n kid3-%{version}
+%patch0
 
 %build
-cd kid3-qt
+cd %{name}
 
+export PKG_CONFIG_PATH=%{_libdir}/pkgconfig
 # if configure does not exist: autoconf
-autoconf -f
-%configure --with-qmake=qmake --with-docdir=%{_docdir}/%{name}
-%__make %{?jobs:-j%{jobs}}
+autoconf -v -f
+
+%configure LIBS=$(pkg-config --libs phonon)\
+ --with-qmake=qmake \
+ --with-docdir=%{_docdir}/%{name} \
+ --without-mp4v2 \
+ --with-extra-libs=$(pkg-config --libs phonon) \
+ --with-extra-includes=%{_includedir}/phonon
+
+%__make -e CXXFLAGS=$CXXFLAGS %{optflags} -ggdb %{?jobs:-j%{jobs}}
 
 %install
+pushd %{name}
+export INSTALL_ROOT=%{buildroot}
+%makeinstall
+%suse_update_desktop_file -r %{name} AudioVideo AudioVideoEditing
+popd
+#
+install -Dpm 0644 deb/kid3.1 %{buildroot}%{_mandir}/man1/kid3-qt.1
+
 for FILE in COPYING ; do
 MD5SUM=$(md5sum $FILE | sed 's/ .*//')
 if test -f /usr/share/doc/licenses/md5/$MD5SUM ; then
 ln -sf /usr/share/doc/licenses/md5/$MD5SUM $FILE
 fi
 done
-pushd kid3-qt
-export INSTALL_ROOT=%{buildroot}
-%makeinstall
-%suse_update_desktop_file -r %{name} AudioVideo AudioVideoEditing
-popd
-
-#find %{buildroot} -type f -o -name *.so -exec strip {} \;
+#find %%{buildroot} -type f -o -name *.so -exec strip {} \;
+cp -pr AUTHORS ChangeLog COPYING LICENSE NEWS README 
%{buildroot}%{_docdir}/%{name}/
+%find_lang %{name} %{name}-qt.lang --without-kde --with-qt --all-name 
--without-mo
 
 %clean
 %__rm -rf %{buildroot}
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog COPYING LICENSE NEWS README
+%doc %{_docdir}/%{name}
 %defattr(755,root,root,755)
 %_bindir/%{name}
 %defattr(644,root,root,755)
 %_datadir/applications/%{name}.desktop
-%_datadir/icons/hicolor/16x16/apps/kid3-qt.png
-%_datadir/icons/hicolor/32x32/apps/kid3-qt.png
-%_datadir/icons/hicolor/48x48/apps/kid3-qt.png
-%_datadir/icons/hicolor/scalable/apps/kid3-qt.svgz
-%_datadir/kid3-qt/translations/kid3_de.qm
-%_datadir/kid3-qt/translations/kid3_et.qm
-%_datadir/kid3-qt/translations/kid3_fr.qm
-%_datadir/kid3-qt/translations/kid3_it.qm
-%_datadir/kid3-qt/translations/kid3_nl.qm
-%_datadir/kid3-qt/translations/kid3_ru.qm
-%_datadir/kid3-qt/translations/kid3_tr.qm
-%_datadir/kid3-qt/translations/kid3_zh_TW.qm
-%_datadir/kid3-qt/translations/kid3_pl.qm
-%_datadir/kid3-qt/translations/kid3_fi.qm
-%_datadir/kid3-qt/translations/kid3_es.qm
-%_datadir/kid3-qt/translations/kid3_cs.qm
-%_datadir/kid3-qt/translations/qt_de.qm
+%_iconsbasedir/16x16/apps/%{name}.png
+%_iconsbasedir/32x32/apps/%{name}.png