89 Commits

Author SHA256 Message Date
Cristian Morales Vega
b1dbc1f2ef Accepting request 109343 from home:dimstar:gcc47
Fix build with gcc 4.7 - Please work with upstream to resolve it in upstream code base. There is also a chance that a newer version of the package might have this fixed already.

OBS-URL: https://build.opensuse.org/request/show/109343
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=25
2012-03-14 21:52:45 +00:00
Stephan Kulow
6c6a40b4cd Accepting request 108489 from multimedia:libs
- don't use fvisibility=hidden on ppc. As it can't find symbols
  afterwards (forwarded request 108488 from k0da)

OBS-URL: https://build.opensuse.org/request/show/108489
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=33
2012-03-09 20:22:31 +00:00
Ismail Dönmez
e1daff096b Accepting request 108488 from home:k0da:ppc
- don't use fvisibility=hidden on ppc. As it can't find symbols
  afterwards

OBS-URL: https://build.opensuse.org/request/show/108488
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=23
2012-03-08 13:01:06 +00:00
Stephan Kulow
9c34d723ce Accepting request 101857 from multimedia:libs
- Fix some memory and resources leak.
- Link shared libraries with -Bsymbolic-functions
- annotate relevant functions with proper attributes to
  allow the compiler generate better code (attribute hot. alloc_size) (forwarded request 101855 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/101857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=32
2012-01-31 09:19:43 +00:00
Cristian Rodríguez
24ba370c97 Accepting request 101855 from home:elvigia:branches:multimedia:libs
- Fix some memory and resources leak.
- Link shared libraries with -Bsymbolic-functions
- annotate relevant functions with proper attributes to
  allow the compiler generate better code (attribute hot. alloc_size)

OBS-URL: https://build.opensuse.org/request/show/101855
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=21
2012-01-27 18:52:26 +00:00
Stephan Kulow
ee68135dce Accepting request 101390 from multimedia:libs
- Support symbol visibility features
- Disable test suite, nothing wrong with it, it just
  takes too long to run and uses private/hidden symbols to
  test flac's internals. (forwarded request 101382 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/101390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=31
2012-01-25 10:07:42 +00:00
Cristian Rodríguez
72ee0183bb Accepting request 101382 from home:elvigia:branches:multimedia:libs
- Support symbol visibility features
- Disable test suite, nothing wrong with it, it just
  takes too long to run and uses private/hidden symbols to
  test flac's internals.

OBS-URL: https://build.opensuse.org/request/show/101382
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=19
2012-01-24 16:35:22 +00:00
Stephan Kulow
2ff0f6852b replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=30
2011-12-06 17:09:36 +00:00
OBS User buildservice-autocommit
7f5c4d7391 Updating link to change in openSUSE:Factory/flac revision 30.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=2026a288ec6596de1f8e7668477c7661
2011-12-06 17:09:36 +00:00
Stephan Kulow
983118d641 Accepting request 92692 from multimedia:libs
- Use O_CLOEXEC in all library code. (forwarded request 92592 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/92692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=29
2011-11-21 14:45:08 +00:00
Ismail Dönmez
f47a749d5c Accepting request 92592 from home:elvigia:branches:multimedia:libs
- Use O_CLOEXEC in all library code.

OBS-URL: https://build.opensuse.org/request/show/92592
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=17
2011-11-20 08:40:13 +00:00
Lars Vogdt
01376edd96 Accepting request 86083 from multimedia:libs
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages (forwarded request 86007 from coolo)

OBS-URL: https://build.opensuse.org/request/show/86083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=27
2011-10-03 07:17:57 +00:00
Cristian Rodríguez
1a14b61066 Accepting request 86007 from home:coolo:removelibtool
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages

OBS-URL: https://build.opensuse.org/request/show/86007
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=15
2011-10-02 15:38:07 +00:00
Sascha Peilicke
2e354aee9d Accepting request 85256 from multimedia:libs
- Build with --enable-sse, this only disables runtime 
  checking if the *OS* supports SSE, which registers a 
  SIGILL signal handler then tries to execute SSE code...
  it still tests the running *CPU* though. (forwarded request 85232 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/85256
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=26
2011-09-28 12:07:24 +00:00
Ismail Dönmez
5ac9e6b646 Accepting request 85232 from home:elvigia:branches:multimedia:libs
- Build with --enable-sse, this only disables runtime 
  checking if the *OS* supports SSE, which registers a 
  SIGILL signal handler then tries to execute SSE code...
  it still tests the running *CPU* though.

OBS-URL: https://build.opensuse.org/request/show/85232
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=13
2011-09-28 06:43:29 +00:00
Lars Vogdt
f634b1568b Accepting request 83630 from multimedia:libs
- Apply packaging guidelines (remove redundant/obsolete
  tags/sections from specfile, etc.)
- Add flac-devel to baselibs (forwarded request 83524 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/83630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=25
2011-09-19 20:50:34 +00:00
Ismail Dönmez
4a7d37be96 Accepting request 83524 from home:jengelh:bl-f
- Apply packaging guidelines (remove redundant/obsolete
  tags/sections from specfile, etc.)
- Add flac-devel to baselibs

OBS-URL: https://build.opensuse.org/request/show/83524
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=11
2011-09-19 16:07:42 +00:00
Sascha Peilicke
4396b5f73e Autobuild autoformatter for 78179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=24
2011-08-06 17:17:28 +00:00
OBS User buildservice-autocommit
56e52d3e4e Updating link to change in openSUSE:Factory/flac revision 24.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=e5ed3ca818e23a3ed9e699f8b53214d6
2011-08-06 17:17:28 +00:00
Sascha Peilicke
6ef37ed536 Accepting request 78179 from multimedia:libs
- Do not build with -fno-strict-aliasing since is no longer
  required. 
- Impoer two patches from redhat, one speeds up decoding and
  the other enables the working ASM optimizations. (forwarded request 78170 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/78179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=23
2011-08-06 17:17:20 +00:00
Cristian Rodríguez
4c4789daa1 Accepting request 78170 from home:elvigia:branches:multimedia:libs
- Do not build with -fno-strict-aliasing since is no longer
  required. 
- Impoer two patches from redhat, one speeds up decoding and
  the other enables the working ASM optimizations.

OBS-URL: https://build.opensuse.org/request/show/78170
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=9
2011-08-06 15:02:38 +00:00
84d0d90153 Autobuild autoformatter for 55245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=21
2010-12-10 14:53:55 +00:00
333d8bf2fb Accepting request 55245 from multimedia:libs
Accepted submit request 55245 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/55245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=20
2010-12-10 14:53:49 +00:00
Cristian Rodríguez
0a740ba865 Accepting request 55229 from home:elvigia:branches:multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/55229
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=7
2010-12-08 18:44:09 +00:00
OBS User autobuild
2cdd5d2255 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=17 2010-03-18 14:45:39 +00:00
OBS User autobuild
ad01a957c0 Accepting request 27761 from multimedia:libs
Copy from multimedia:libs/flac based on submit request 27761 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/27761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=16
2009-12-29 23:17:01 +00:00
OBS User autobuild
64a0bef689 Accepting request 24113 from multimedia:libs
Copy from multimedia:libs/flac based on submit request 24113 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/24113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=15
2009-11-16 09:54:01 +00:00
OBS User unknown
5a4829aa9f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=13 2008-12-15 11:29:56 +00:00
OBS User unknown
49f35ee2b8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=12 2008-11-02 14:40:09 +00:00
OBS User unknown
d802d3b750 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=10 2008-05-26 17:01:07 +00:00
OBS User unknown
69777f523b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=9 2008-04-10 12:13:08 +00:00
OBS User unknown
c8cebdb835 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=8 2007-12-17 11:44:25 +00:00
OBS User unknown
aac89b9d38 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=7 2007-10-22 14:34:45 +00:00
OBS User unknown
919bcd4504 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=6 2007-10-12 22:08:45 +00:00
OBS User unknown
d82699e756 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=5 2007-07-26 23:26:00 +00:00
OBS User unknown
c8b8f9b0e1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=4 2007-06-08 15:34:36 +00:00
OBS User unknown
972874c20e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=3 2007-06-07 11:13:45 +00:00
OBS User unknown
c102f595cc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=2 2007-04-12 16:26:08 +00:00
OBS User unknown
e3c98fd08b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=1 2007-01-15 23:12:29 +00:00