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.000000000 +0200
+++ /mounts/work_src_done/STABLE/libakode/libakode.changes      2010-07-27 
09:55:34.000000000 +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
Release:        206
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
License:        LGPL v2.1 or later
Summary:        a simple audio backend
Group:          Development/Libraries/KDE
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} 
%patch1
%patch2
. /etc/opt/kde3/common_options
update_admin

%build
. /etc/opt/kde3/common_options
./configure \
  --prefix=/usr \
  --enable-audio=$AUDIO \
  --with-kscd-cdda \
  --without-polypaudio \
  --without-sun \
  --without-oss \
  --with-alsa \
  --with-jack \
  --without-libltdl \
  --with-vorbis \
  --disable-final \
  --without-ffmpeg \
  --enable-sdl \
  --libdir=%_libdir
make %{?jobs:-j%jobs}

%install
. /etc/opt/kde3/common_options
make DESTDIR=$RPM_BUILD_ROOT $INSTALL_TARGET

%clean
rm -rf ${RPM_BUILD_ROOT}

%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.*

%files devel
%defattr(-,root,root)
/usr/bin/akode-config
/usr/include/akode

%changelog
++++++ flac-64bit.diff ++++++
--- akode/plugins/xiph_decoder/flac113_decoder.cpp
+++ akode/plugins/xiph_decoder/flac113_decoder.cpp
@@ -108,7 +108,7 @@ struct FLACDecoder::private_data {
 static FLAC__StreamDecoderReadStatus flac_read_callback(
         const FLAC__StreamDecoder *,
         FLAC__byte buffer[],
-        unsigned *bytes,
+        size_t *bytes,
         void *client_data)
 {
     FLACDecoder::private_data *data = (FLACDecoder::private_data*)client_data;
++++++ gcc-4.3.diff ++++++
--- akode/lib/auto_sink.cpp
+++ akode/lib/auto_sink.cpp
@@ -22,6 +22,7 @@
 #include "auto_sink.h"
 
 #include <iostream>
+#include <stdlib.h>
 
 namespace aKode {
 
--- akode/lib/magic.cpp
+++ akode/lib/magic.cpp
@@ -22,6 +22,8 @@
 #include "magic.h"
 #include "file.h"
 #include <iostream>
+#include <cstring>
+
 using std::cerr;
 
 namespace aKode {
--- akode/lib/player.cpp
+++ akode/lib/player.cpp
@@ -21,6 +21,7 @@
 #include <pthread.h>
 #include <semaphore.h>
 #include <assert.h>
+#include <cstring>
 
 #include "audioframe.h"
 #include "audiobuffer.h"
--- akode/akodeplay/akodeplay.cpp
+++ akode/akodeplay/akodeplay.cpp
@@ -31,6 +31,8 @@
   #include <unistd.h>
 #endif
 
+#include <stdlib.h>
+
 using namespace std;
 using namespace aKode;
 

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



Remember to have fun...

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

Reply via email to