This commit is contained in:
parent
c8cebdb835
commit
69777f523b
3
baselibs.conf
Normal file
3
baselibs.conf
Normal file
@ -0,0 +1,3 @@
|
||||
flac
|
||||
libFLAC8
|
||||
libFLAC++6
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 13 01:33:43 CET 2007 - crrodriguez@suse.de
|
||||
|
||||
|
68
flac.spec
68
flac.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package flac (Version 1.2.1)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 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.
|
||||
#
|
||||
@ -10,11 +10,12 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: flac
|
||||
BuildRequires: gcc-c++ libogg-devel pkg-config
|
||||
Summary: Free Lossless Audio Codec
|
||||
Version: 1.2.1
|
||||
Release: 13
|
||||
Release: 33
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -144,19 +145,22 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%exclude %{_libdir}/lib*.la
|
||||
|
||||
%changelog
|
||||
* Thu Dec 13 2007 - crrodriguez@suse.de
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Thu Dec 13 2007 crrodriguez@suse.de
|
||||
- disable static libraries
|
||||
- remove uneeded dependency on libogg-devel in the -devel package
|
||||
- remove "la" files
|
||||
* Mon Oct 22 2007 - tiwai@suse.de
|
||||
* Mon Oct 22 2007 tiwai@suse.de
|
||||
- fix build with gcc 4.3.
|
||||
* Fri Oct 12 2007 - tiwai@suse.de
|
||||
* Fri Oct 12 2007 tiwai@suse.de
|
||||
- updated to version 1.2.1:
|
||||
* VUL-0: flac integer overflows (#333278)
|
||||
* new --keep-foreign-metadata, --no-utf8-convert options
|
||||
* changed default extension for Ogg FLAC to .oga
|
||||
* many other fixes, see changelog
|
||||
* Wed Jul 25 2007 - tiwai@suse.de
|
||||
* Wed Jul 25 2007 tiwai@suse.de
|
||||
- updated to version 1.2.0:
|
||||
* small encoding speedups
|
||||
* runtime SSE OS support
|
||||
@ -164,15 +168,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* added FLAC__format_sample_rate_is_subset(),
|
||||
FLAC::Decoder::Stream::get_decoder_position()
|
||||
- clean up spec file
|
||||
* Fri Jun 08 2007 - tiwai@suse.de
|
||||
* Fri Jun 08 2007 tiwai@suse.de
|
||||
- add provides and obsolets for libflac.
|
||||
* Tue Jun 05 2007 - tiwai@suse.de
|
||||
* Tue Jun 05 2007 tiwai@suse.de
|
||||
- split to packages libFLAC8 and libFLAC++6 to follow more the
|
||||
library packaging policy.
|
||||
* Tue Apr 10 2007 - tiwai@suse.de
|
||||
* Tue Apr 10 2007 tiwai@suse.de
|
||||
- fix post and postun for libflac.
|
||||
- fix compile warnings
|
||||
* Wed Apr 04 2007 - tiwai@suse.de
|
||||
* Wed Apr 04 2007 tiwai@suse.de
|
||||
- updated to version 1.1.4:
|
||||
* improved compression with no change to format or decrease
|
||||
in speed.
|
||||
@ -183,59 +187,59 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* misc bug fixes
|
||||
- split library to libflac sub-package to reduce package
|
||||
dependencies.
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Thu Jul 07 2005 - tiwai@suse.de
|
||||
* Thu Jul 07 2005 tiwai@suse.de
|
||||
- fix Requires of devel subpackage.
|
||||
* Wed May 25 2005 - tiwai@suse.de
|
||||
* Wed May 25 2005 tiwai@suse.de
|
||||
- updated to version 1.1.2.
|
||||
* Fri Feb 25 2005 - tiwai@suse.de
|
||||
* Fri Feb 25 2005 tiwai@suse.de
|
||||
- split flac-xmms and flac-bmp plugins to another spec file
|
||||
to avoid too deep dependencies.
|
||||
* Fri Jan 28 2005 - tiwai@suse.de
|
||||
* Fri Jan 28 2005 tiwai@suse.de
|
||||
- fix many compile warnings
|
||||
- add BMP plugin support
|
||||
* Fri Jan 21 2005 - tiwai@suse.de
|
||||
* Fri Jan 21 2005 tiwai@suse.de
|
||||
- updated to version 1.1.1.
|
||||
* Tue Aug 24 2004 - tiwai@suse.de
|
||||
* Tue Aug 24 2004 tiwai@suse.de
|
||||
- fixed neededforbuild for xmms.
|
||||
* Tue Apr 27 2004 - ro@suse.de
|
||||
* Tue Apr 27 2004 ro@suse.de
|
||||
- add -fno-strict-aliasing
|
||||
* Wed Jan 21 2004 - tiwai@suse.de
|
||||
* Wed Jan 21 2004 tiwai@suse.de
|
||||
- fixed quoting in m4 files.
|
||||
* Sat Jan 10 2004 - adrian@suse.de
|
||||
* Sat Jan 10 2004 adrian@suse.de
|
||||
- add %%run_ldconfig to %%postun
|
||||
* Wed May 28 2003 - ro@suse.de
|
||||
* Wed May 28 2003 ro@suse.de
|
||||
- remove unpackaged files from buildroot
|
||||
* Tue Apr 01 2003 - ro@suse.de
|
||||
* Tue Apr 01 2003 ro@suse.de
|
||||
- added xmms-devel to neededforbuild
|
||||
* Thu Feb 13 2003 - tiwai@suse.de
|
||||
* Thu Feb 13 2003 tiwai@suse.de
|
||||
- fixed the installation path of xmms plugin.
|
||||
- added la file for plugin.
|
||||
* Mon Jan 27 2003 - tiwai@suse.de
|
||||
* Mon Jan 27 2003 tiwai@suse.de
|
||||
- updated to version 1.1.0.
|
||||
* Wed Nov 27 2002 - tiwai@suse.de
|
||||
* Wed Nov 27 2002 tiwai@suse.de
|
||||
- added the compatible layer for version 1.0.3 (flac-compat.dif).
|
||||
* Mon Nov 25 2002 - tiwai@suse.de
|
||||
* Mon Nov 25 2002 tiwai@suse.de
|
||||
- updated to version 1.0.4.
|
||||
- fixed neeededforbuild: xf86 -> x-devel-packages.
|
||||
- added id3lib to neededforbuild.
|
||||
- regenrated prototype patches. renamed the patch to avoid
|
||||
name confliction.
|
||||
* Tue Sep 17 2002 - pthomas@suse.de
|
||||
* Tue Sep 17 2002 pthomas@suse.de
|
||||
- Add -lsdc++ to LIBADD in src/libFLAC++/Makefile.am to work
|
||||
around a bug in libtool 1.4.2.
|
||||
- Properly use (void) not () in prototypes.
|
||||
- Omit -I/usr/include from LIBFLAC_CFLAGS in libFLAC.m4 as
|
||||
it's searched by default.
|
||||
- Omit -L/usr/lib from LIBFLAC_LIBS in libFLAC.m4
|
||||
* Mon Jul 29 2002 - tiwai@suse.de
|
||||
* Mon Jul 29 2002 tiwai@suse.de
|
||||
- added %%run_ldconfig.
|
||||
* Fri Jul 05 2002 - tiwai@suse.de
|
||||
* Fri Jul 05 2002 tiwai@suse.de
|
||||
- updated to version 1.0.3.
|
||||
* Mon Jun 24 2002 - tiwai@suse.de
|
||||
* Mon Jun 24 2002 tiwai@suse.de
|
||||
- fixed file permission of xmms plugins.
|
||||
* Tue May 21 2002 - tiwai@suse.de
|
||||
* Tue May 21 2002 tiwai@suse.de
|
||||
- added missing *.so to the filelist.
|
||||
* Tue May 21 2002 - tiwai@suse.de
|
||||
* Tue May 21 2002 tiwai@suse.de
|
||||
- initial version: 1.0.2.
|
||||
|
Loading…
x
Reference in New Issue
Block a user