commit libakode for openSUSE:Factory

2016-06-23 Thread h_root
Hello community,

here is the log from the commit of package libakode for openSUSE:Factory 
checked in at 2016-06-23 13:36:57

Comparing /work/SRC/openSUSE:Factory/libakode (Old)
 and  /work/SRC/openSUSE:Factory/.libakode.new (New)


Package is "libakode"

Changes:

--- /work/SRC/openSUSE:Factory/libakode/libakode.changes2016-05-25 
21:28:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libakode.new/libakode.changes   2016-06-23 
13:37:03.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 21 07:43:34 UTC 2016 - i...@marguerite.su
+
+- add patch: libakode-2.0.2-gcc6.patch
+  * template parameters can't be the same name
+
+---

New:

  libakode-2.0.2-gcc6.patch



Other differences:
--
++ libakode.spec ++
--- /var/tmp/diff_new_pack.ywC7bh/_old  2016-06-23 13:37:05.0 +0200
+++ /var/tmp/diff_new_pack.ywC7bh/_new  2016-06-23 13:37:05.0 +0200
@@ -17,51 +17,49 @@
 
 
 Name:   libakode
+Version:2.0.2
+Release:0
+Summary:A Simple Audio Back-End
+License:LGPL-2.1+
+Group:  Development/Libraries/KDE
+Url:http://www.kde.org/
+Source0:akode-%{version}.tar.bz2
+Patch1: flac-64bit.diff
+Patch2: gcc-4.3.diff
+#PATCH-FIX-UPSTREAM template parameter can't be the same name
+Patch3: libakode-2.0.2-gcc6.patch
 BuildRequires:  cdparanoia
 BuildRequires:  flac-devel
 BuildRequires:  kdelibs3-devel
 BuildRequires:  libao-devel
 BuildRequires:  libsamplerate-devel
 BuildRequires:  libtheora-devel
-Summary:A Simple Audio Back-End
-License:LGPL-2.1+
-Group:  Development/Libraries/KDE
-Version:2.0.2
-Release:0
-Url:http://www.kde.org/
-%define tar_version 2.0.2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:akode-%{tar_version}.tar.bz2
-Patch1: flac-64bit.diff
-Patch2: gcc-4.3.diff
 
 %description
 aKode is a simple audio back-end suitable for simple actions.
 
-
-
 %package devel
 Summary:a simple audio backend
 Group:  Development/Libraries/KDE
-Requires:   libakode = %version
+Requires:   libakode = %{version}
 Requires:   libstdc++-devel
 
 %description devel
 aKode is a simple audio backend suitable for simple actions.
 
-
-
 %prep
-%setup -q -n akode-%{tar_version} 
+%setup -q -n akode-%{version}
 %patch1
 %patch2
-. /etc/opt/kde3/common_options
+%patch3 -p1
+. %{_sysconfdir}/opt/kde3/common_options
 update_admin
 
 %build
-. /etc/opt/kde3/common_options
+. %{_sysconfdir}/opt/kde3/common_options
 ./configure \
-  --prefix=/usr \
+  --prefix=%{_prefix} \
   --enable-audio=$AUDIO \
   --with-kscd-cdda \
   --without-polypaudio \
@@ -74,33 +72,29 @@
   --disable-final \
   --without-ffmpeg \
   --enable-sdl \
-  --libdir=%_libdir
-make %{?jobs:-j%jobs}
+  --libdir=%{_libdir}
+make %{?_smp_mflags}
 
 %install
-. /etc/opt/kde3/common_options
-make DESTDIR=$RPM_BUILD_ROOT $INSTALL_TARGET
-
-%clean
-rm -rf ${RPM_BUILD_ROOT}
+. %{_sysconfdir}/opt/kde3/common_options
+make DESTDIR=%{buildroot} $INSTALL_TARGET
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-/usr/bin/akodeplay
-%_libdir/libakode.*
-%_libdir/libakode_mpc_decoder.*
-%_libdir/libakode_src_resampler.*
-%_libdir/libakode_xiph_decoder.*
-%_libdir/libakode_alsa_sink.*
-%_libdir/libakode_jack_sink.*
+%{_bindir}/akodeplay
+%{_libdir}/libakode.*
+%{_libdir}/libakode_mpc_decoder.*
+%{_libdir}/libakode_src_resampler.*
+%{_libdir}/libakode_xiph_decoder.*
+%{_libdir}/libakode_alsa_sink.*
+%{_libdir}/libakode_jack_sink.*
 
 %files devel
 %defattr(-,root,root)
-/usr/bin/akode-config
-/usr/include/akode
+%{_bindir}/akode-config
+%{_includedir}/akode
 
 %changelog

++ libakode-2.0.2-gcc6.patch ++
Index: akode-2.0.2/akode/lib/fast_resampler.cpp
===
--- akode-2.0.2.orig/akode/lib/fast_resampler.cpp
+++ akode-2.0.2/akode/lib/fast_resampler.cpp
@@ -37,7 +37,7 @@ FastResampler::FastResampler() : speed(1
 // A fast resampling by linear interpolation
 // I assume you know binary arithmetics and convertions if you're reading this
 // T is the input/output type, Arithm defines the used arithmetic
-template class Arithm>
+template class Arithm>
 static bool _doBuffer(AudioFrame* in, AudioFrame* out, float speed, unsigned 
sample_rate)
 {
 unsigned long vt_pos_start = 0;  // virtual positions of new sample
Index: akode-2.0.2/akode/lib/crossfader.cpp
===
--- akode-2.0.2.orig/akode/lib/crossfader.cpp
+++ akode-2.0.2/akode/lib/crossfader.cpp
@@ -27,7 +27,7 @@ namespace aKode {
 

commit libakode for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package libakode for openSUSE:Factory 
checked in at 2016-05-25 21:28:46

Comparing /work/SRC/openSUSE:Factory/libakode (Old)
 and  /work/SRC/openSUSE:Factory/.libakode.new (New)


Package is "libakode"

Changes:

--- /work/SRC/openSUSE:Factory/libakode/libakode.changes2011-09-23 
02:07:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libakode.new/libakode.changes   2016-05-25 
21:28:48.0 +0200
@@ -1,0 +2,6 @@
+Tue May 24 10:24:28 UTC 2016 - dims...@opensuse.org
+
+- Drop libmusicbrainz-devel BuildRequires: libakode makes no use
+  of it.
+
+---



Other differences:
--
++ libakode.spec ++
--- /var/tmp/diff_new_pack.z56GjJ/_old  2016-05-25 21:28:49.0 +0200
+++ /var/tmp/diff_new_pack.z56GjJ/_new  2016-05-25 21:28:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libakode
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX 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,16 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libakode
-BuildRequires:  cdparanoia flac-devel kdelibs3-devel libao-devel 
libmusicbrainz-devel libsamplerate-devel libtheora-devel
+BuildRequires:  cdparanoia
+BuildRequires:  flac-devel
+BuildRequires:  kdelibs3-devel
+BuildRequires:  libao-devel
+BuildRequires:  libsamplerate-devel
+BuildRequires:  libtheora-devel
+Summary:A Simple Audio Back-End
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
-Summary:A Simple Audio Back-End
 Version:2.0.2
-Release:206
+Release:0
 Url:http://www.kde.org/
 %define tar_version 2.0.2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -38,7 +41,6 @@
 
 
 %package devel
-License:LGPL-2.1+
 Summary:a simple audio backend
 Group:  Development/Libraries/KDE
 Requires:   libakode = %version




commit libakode for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libakode for openSUSE:Factory 
checked in at 2011-12-06 18:22:31

Comparing /work/SRC/openSUSE:Factory/libakode (Old)
 and  /work/SRC/openSUSE:Factory/.libakode.new (New)


Package is libakode, Maintainer is kde-maintain...@suse.de

Changes:




Other differences:
--
++ libakode.spec ++
--- /var/tmp/diff_new_pack.qW1WlA/_old  2011-12-06 18:39:54.0 +0100
+++ /var/tmp/diff_new_pack.qW1WlA/_new  2011-12-06 18:39:54.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   libakode
 BuildRequires:  cdparanoia flac-devel kdelibs3-devel libao-devel 
libmusicbrainz-devel libsamplerate-devel libtheora-devel
-License:LGPL v2.1 or later
+License:LGPL-2.1+
 Group:  Development/Libraries/KDE
 Summary:A Simple Audio Back-End
 Version:2.0.2
@@ -38,7 +38,7 @@
 
 
 %package devel
-License:LGPL v2.1 or later
+License:LGPL-2.1+
 Summary:a simple audio backend
 Group:  Development/Libraries/KDE
 Requires:   libakode = %version

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



commit libakode for openSUSE:Factory

2011-09-12 Thread h_root

Hello community,

here is the log from the commit of package libakode for openSUSE:Factory
checked in at Mon Sep 12 10:42:07 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/libakode/libakode.changes  2010-07-27 
09:55:34.0 +0200
@@ -0,0 +1,107 @@
+---
+Tue Jul 27 07:54:16 UTC 2010 - co...@novell.com
+
+- no mad nowhere
+
+---
+Mon Feb 25 07:26:28 CET 2008 - crrodrig...@suse.de
+
+- fix library-without-ldconfig-postin errors 
+
+---
+Sat Oct 20 18:43:24 CEST 2007 - dmuel...@suse.de
+
+- fix build against gcc 4.3 
+
+---
+Thu Oct  4 14:32:14 CEST 2007 - stbin...@suse.de
+
+- unbreak build of internal mad subpackage
+
+---
+Sun Apr 15 00:11:45 CEST 2007 - dmuel...@suse.de
+
+- fix libFLAC 1.1.3 support
+
+---
+Tue Apr 10 08:21:35 CEST 2007 - stbin...@suse.de
+
+- update to 2.0.2: Support libFLAC 1.1.3+ and more recent FFMPEG
+
+---
+Mon Jul 24 09:06:05 CEST 2006 - stbin...@suse.de
+
+- update to 2.0.1:
+   * Fix SRC-resampler and Jack-sink, both broken in 2.0
+   * Add more flexibility to aKode::Player
+
+---
+Fri Jun  2 18:40:59 CEST 2006 - stbin...@suse.de
+
+- fix build
+
+---
+Sat May 20 15:13:21 CEST 2006 - adr...@suse.de
+
+- build without mad plugin in openSUSE build service
+
+---
+Fri Jan 27 19:25:20 CET 2006 - dmuel...@suse.de
+
+- build without libltdl dependency and ALSA only 
+
+---
+Wed Jan 25 21:33:30 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+---
+Thu Dec 15 17:44:39 CET 2005 - dmuel...@suse.de
+
+- update 2.0 
+
+---
+Tue Nov 29 16:00:54 CET 2005 - dmuel...@suse.de
+
+- split out mpeg/mp3 decoding 
+
+---
+Wed Nov 23 18:08:17 CET 2005 - dmuel...@suse.de
+
+- update 2.0rc1 
+
+---
+Tue Nov 22 15:20:23 CET 2005 - dmuel...@suse.de
+
+- fix crash without sound hardware  
+
+---
+Tue Oct 25 01:29:17 CEST 2005 - r...@suse.de
+
+- added gcc-c++ to nfb 
+
+---
+Mon Oct 24 09:31:24 CEST 2005 - dmuel...@suse.de
+
+- update 2.0b3
+
+---
+Mon Oct 17 18:24:05 CEST 2005 - r...@suse.de
+
+- fix dependency of libakode-devel ... 
+
+---
+Mon Sep 26 21:26:31 CEST 2005 - stbin...@suse.de
+
+- fix dependency of libakode-devel
+
+---
+Mon Sep 26 09:39:04 CEST 2005 - co...@suse.de
+
+- fix build on lib64
+
+---
+Wed Sep 21 16:18:43 CEST 2005 - dmuel...@suse.de
+
+- initial package 
+

calling whatdependson for head-i586


New:

  akode-2.0.2.tar.bz2
  flac-64bit.diff
  gcc-4.3.diff
  libakode.changes
  libakode.spec



Other differences:
--
++ libakode.spec ++
#
# spec file for package libakode
#
# 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
# 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/
#

# norootforbuild


Name:   libakode
BuildRequires:  cdparanoia flac-devel kdelibs3-devel libao-devel 
libmusicbrainz-devel libsamplerate-devel libtheora-devel
License:LGPL v2.1 or later
Group:  Development/Libraries/KDE
Summary:A Simple Audio Back-End
Version:2.0.2