diff --git a/flac-1.1.4.tar.bz2 b/flac-1.1.4.tar.bz2 deleted file mode 100644 index d6db3a4..0000000 --- a/flac-1.1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7369b0737545aab2201b7d8e04560977edac95aa60284912901ddc9994179e35 -size 1413727 diff --git a/flac-1.2.0.tar.bz2 b/flac-1.2.0.tar.bz2 new file mode 100644 index 0000000..902a9f4 --- /dev/null +++ b/flac-1.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf3f7137ed83a01b8121d798482395d661f81cdabda96555810418f0af3b9f1 +size 1441103 diff --git a/flac-plugin-split.diff b/flac-plugin-split.diff deleted file mode 100644 index 5289d4d..0000000 --- a/flac-plugin-split.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- src/plugin_xmms/Makefile.am-dist 2007-04-04 15:30:55.000000000 +0200 -+++ src/plugin_xmms/Makefile.am 2007-04-04 15:31:43.000000000 +0200 -@@ -62,8 +62,7 @@ - $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \ - $(top_builddir)/src/share/replaygain_synthesis/libreplaygain_synthesis.la \ - $(top_builddir)/src/share/utf8/libutf8.la \ -- $(top_builddir)/src/libFLAC/libFLAC.la \ -- -L$(top_builddir)/src/libFLAC/.libs \ -+ -lFLAC \ - @OGG_LIBS@ \ - @XMMS_LIBS@ \ - @LIBICONV@ diff --git a/flac-xmms.changes b/flac-xmms.changes deleted file mode 100644 index 5a1b7b9..0000000 --- a/flac-xmms.changes +++ /dev/null @@ -1,38 +0,0 @@ -------------------------------------------------------------------- -Tue Apr 10 19:19:43 CEST 2007 - tiwai@suse.de - -- fix compile warnings - -------------------------------------------------------------------- -Wed Apr 4 16:18:15 CEST 2007 - tiwai@suse.de - -- updated to version 1.1.4: - * Fixed a bug in the XMMS plugin where Ctrl-3 (file info) - would cause a crash if the file did not exist -- drop flac-bmp package - -------------------------------------------------------------------- -Sat Oct 7 11:54:54 CEST 2006 - aj@suse.de - -- Cleanup BuildRequires. - -------------------------------------------------------------------- -Wed Jan 25 21:35:54 CET 2006 - mls@suse.de - -- converted neededforbuild to BuildRequires - -------------------------------------------------------------------- -Wed Aug 10 14:58:45 CEST 2005 - tiwai@suse.de - -- fixed invalid g_free() in FLAC xmms/bmp plugins (#103091) - -------------------------------------------------------------------- -Wed May 25 17:36:39 CEST 2005 - tiwai@suse.de - -- updated to version 1.1.2. - -------------------------------------------------------------------- -Fri Feb 25 12:04:36 CET 2005 - tiwai@suse.de - -- split from flac to reduce the dependencies. - diff --git a/flac-xmms.spec b/flac-xmms.spec deleted file mode 100644 index 3f9d208..0000000 --- a/flac-xmms.spec +++ /dev/null @@ -1,90 +0,0 @@ -# -# spec file for package flac-xmms (Version 1.1.4) -# -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. -# -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - -# norootforbuild - -Name: flac-xmms -BuildRequires: flac-devel gcc-c++ glitz-devel gtk2-devel id3lib-devel update-desktop-files xmms-devel -Summary: XMMS Input Plug-In for the FLAC Audio Format -Version: 1.1.4 -Release: 25 -License: GNU General Public License (GPL) -Group: Productivity/Multimedia/Sound/Players -Requires: libflac xmms -Url: http://flac.sourceforge.net/ -Source: flac-%{version}.tar.bz2 -Patch1: flac-printf-format-fix.diff -Patch6: flac-plugin-split.diff -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -%description -An XMMS input plug-in for the FLAC audio format. - - - -Authors: --------- - Josh Coalson - -%prep -%setup -n flac-%{version} -%patch1 -%patch6 -%{?suse_update_config:%{suse_update_config -f}} - -%build -autoreconf --force --install -%define warn_flags -W -Wall -Wstrict-prototypes -Wformat-security -%ifarch ppc -extra_opts="--disable-asm-optimizations" -%endif -# force to add -fPIC -DPIC -CFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC %{warn_flags} -fno-strict-aliasing" \ -CXXFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC %{warn_flags} -fno-strict-aliasing" \ -./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} \ - $extra_opts \ - --enable-xmms-plugin -make %{?jobs:-j %jobs} - -%install -make -C src/plugin_xmms DESTDIR="$RPM_BUILD_ROOT" install -rm -rf $RPM_BUILD_ROOT%{_bindir} -rm -rf $RPM_BUILD_ROOT%{_libdir}/*.so* -rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la -rm -rf $RPM_BUILD_ROOT%{_libdir}/*.a -rm -rf $RPM_BUILD_ROOT%{_includedir} -rm -rf $RPM_BUILD_ROOT%{_datadir} -rm -rf $RPM_BUILD_ROOT%{_mandir} - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-, root, root) -%{_libdir}/xmms/Input/*.* - -%changelog -* Tue Apr 10 2007 - tiwai@suse.de -- fix compile warnings -* Wed Apr 04 2007 - tiwai@suse.de -- updated to version 1.1.4: - * Fixed a bug in the XMMS plugin where Ctrl-3 (file info) - would cause a crash if the file did not exist -- drop flac-bmp package -* Sat Oct 07 2006 - aj@suse.de -- Cleanup BuildRequires. -* Wed Jan 25 2006 - mls@suse.de -- converted neededforbuild to BuildRequires -* Wed Aug 10 2005 - tiwai@suse.de -- fixed invalid g_free() in FLAC xmms/bmp plugins (#103091) -* Wed May 25 2005 - tiwai@suse.de -- updated to version 1.1.2. -* Fri Feb 25 2005 - tiwai@suse.de -- split from flac to reduce the dependencies. diff --git a/flac.changes b/flac.changes index cb6c8ce..67def4c 100644 --- a/flac.changes +++ b/flac.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jul 25 13:05:50 CEST 2007 - tiwai@suse.de + +- updated to version 1.2.0: + * small encoding speedups + * runtime SSE OS support + * fixed bug with invalid seek tables + * added FLAC__format_sample_rate_is_subset(), + FLAC::Decoder::Stream::get_decoder_position() +- clean up spec file + ------------------------------------------------------------------- Fri Jun 8 14:12:16 CEST 2007 - tiwai@suse.de diff --git a/flac.spec b/flac.spec index 46b75a0..eba240e 100644 --- a/flac.spec +++ b/flac.spec @@ -1,5 +1,5 @@ # -# spec file for package flac (Version 1.1.4) +# spec file for package flac (Version 1.2.0) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,9 +13,9 @@ Name: flac BuildRequires: gcc-c++ libogg-devel pkg-config Summary: Free Lossless Audio Codec -Version: 1.1.4 -Release: 15 -License: GNU General Public License (GPL) +Version: 1.2.0 +Release: 1 +License: GPL v2 or later Group: Productivity/Multimedia/Sound/Utilities Source: %{name}-%{version}.tar.bz2 Patch: flac-no-xmms.diff @@ -34,7 +34,7 @@ Authors: %package -n libFLAC8 Summary: Free Lossless Audio Codec Library -License: BSD License and BSD-like +License: BSD 3-Clause Group: System/Libraries Obsoletes: libflac <= %{version} Provides: libflac = %{version} @@ -51,7 +51,7 @@ Authors: %package -n libFLAC++6 Summary: Free Lossless Audio Codec Library -License: BSD License and BSD-like +License: BSD 3-Clause Group: System/Libraries %description -n libFLAC++6 @@ -66,7 +66,7 @@ Authors: %package devel Summary: FLAC Library Development Package -License: BSD License and BSD-like +License: BSD 3-Clause Group: Development/Libraries/C and C++ Requires: libFLAC8 = %{version}, libFLAC++6 = %{version}, glibc-devel, libstdc++-devel, libogg-devel @@ -89,19 +89,14 @@ Authors: %build autoreconf --force --install %define warn_flags -W -Wall -Wstrict-prototypes -Wformat-security -%ifarch ppc -extra_opts="--disable-asm-optimizations" -%endif -# force to add -fPIC -DPIC -CFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC %{warn_flags} -fno-strict-aliasing" \ -CXXFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC %{warn_flags} -fno-strict-aliasing" \ -./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} \ - $extra_opts \ +export CFLAGS="$RPM_OPT_FLAGS %{warn_flags} -fno-strict-aliasing" +export CXXFLAGS="$CFLAGS" +%configure \ --disable-xmms-plugin make %{?jobs:-j %jobs} %install -make DESTDIR="$RPM_BUILD_ROOT" install +%makeinstall # documents mkdir -p $RPM_BUILD_ROOT%{_docdir} mv $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version} $RPM_BUILD_ROOT%{_docdir}/%{name} @@ -145,6 +140,14 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/*.m4 %changelog +* Wed Jul 25 2007 - tiwai@suse.de +- updated to version 1.2.0: + * small encoding speedups + * runtime SSE OS support + * fixed bug with invalid seek tables + * added FLAC__format_sample_rate_is_subset(), + FLAC::Decoder::Stream::get_decoder_position() +- clean up spec file * Fri Jun 08 2007 - tiwai@suse.de - add provides and obsolets for libflac. * Tue Jun 05 2007 - tiwai@suse.de