Commit Graph

17 Commits

Author SHA256 Message Date
Dominique Leuenberger
b53da1b706 Accepting request 1071828 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1071828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lame?expand=0&rev=6
2023-03-15 17:53:50 +00:00
1075e5cafd Accepting request 1070832 from home:pluskalm:branches:multimedia:libs
- Build AVX2 enabled hwcaps library for x86_64-v3

OBS-URL: https://build.opensuse.org/request/show/1070832
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lame?expand=0&rev=17
2023-03-14 16:06:46 +00:00
Dominique Leuenberger
0dce03548d Accepting request 984002 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/984002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lame?expand=0&rev=5
2022-06-21 15:15:30 +00:00
8f193c32d6 Accepting request 983926 from home:gmbr3:Active
- Remove bad %defattr - not needed and causes SHLIB non-executable
  rpmlint error

OBS-URL: https://build.opensuse.org/request/show/983926
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lame?expand=0&rev=15
2022-06-20 15:16:50 +00:00
Dominique Leuenberger
05795c6487 Accepting request 819630 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/819630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lame?expand=0&rev=4
2020-07-15 09:12:25 +00:00
Dave Plater
d4b433eed3 Accepting request 819604 from home:fstrba:branches:multimedia:libs
Fix pkg-config file generation

OBS-URL: https://build.opensuse.org/request/show/819604
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lame?expand=0&rev=13
2020-07-09 05:43:35 +00:00
Dominique Leuenberger
349b1631ea Accepting request 817642 from multimedia:libs
- Create pkgconfig file.

OBS-URL: https://build.opensuse.org/request/show/817642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lame?expand=0&rev=3
2020-06-30 19:54:00 +00:00
Dave Plater
eb0d1c3638 Accepting request 817632 from home:plater
Fix pc

OBS-URL: https://build.opensuse.org/request/show/817632
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lame?expand=0&rev=11
2020-06-29 08:01:04 +00:00
Dave Plater
1145aa8dab Accepting request 817527 from home:plater
- Create pkgconfig file.

OBS-URL: https://build.opensuse.org/request/show/817527
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lame?expand=0&rev=10
2020-06-28 14:11:46 +00:00
Dominique Leuenberger
1814f7f30b Accepting request 559093 from multimedia:libs
- Update to version 3.100
   * Improved detection of MPEG audio data in RIFF WAVE files.
     sf#3545112 Invalid sampling detection
  * New switch --gain <decibel>, range -20.0 to +12.0, a more
    convenient way to apply Gain adjustment in decibels, 
    than the use of --scale <factor>.
  * Fix for sf#3558466 Bug in path handling
  * Fix for sf#3567844 problem with Tag genre
  * Fix for sf#3565659 no progress indication with pipe input
  * Fix for sf#3544957 scale (empty) silent encode without warning
  * Fix for sf#3580176 environment variable LAMEOPT doesn't
    work anymore
  * Fix for sf#3608583 input file name displayed with wrong
    character encoding (on windows console with CP_UTF8)
  * Fix dereference NULL and Buffer not NULL terminated issues.
  * Fix dereference of a null pointer possible in loop.
  * Make sure functions with SSE instructions maintain their own
    properly aligned stack. Thanks to Fabian Greffrath
  * Multiple Stack and Heap Corruptions from Malicious File.
  * Fix a division by zero vulnerability.
  * Fix CVE-2017-9410 fill_buffer_resample function in
    libmp3lame/util.c heap-based buffer over-read and ap
  * Fix CVE-2017-9411 fill_buffer_resample function in
    libmp3lame/util.c invalid memory read and application crash
  * Fix CVE-2017-9412 unpack_read_samples function in
    frontend/get_audio.c invalid memory read and application crash
  * Fix clip detect scale suggestion unaware of scale input value
  * HIP decoder bug fixed: decoding mixed blocks of lower sample
    frequency Layer3 data resulted in internal buffer overflow.
  * Add lame_encode_buffer_interleaved_int()

OBS-URL: https://build.opensuse.org/request/show/559093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lame?expand=0&rev=2
2017-12-28 23:02:00 +00:00
Ismail Dönmez
f1a3821897 -
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lame?expand=0&rev=8
2017-12-21 13:21:10 +00:00
Ismail Dönmez
df4156274c - Update to version 3.100
* Improved detection of MPEG audio data in RIFF WAVE files.
     sf#3545112 Invalid sampling detection
  * New switch --gain <decibel>, range -20.0 to +12.0, a more
    convenient way to apply Gain adjustment in decibels, 
    than the use of --scale <factor>.
  * Fix for sf#3558466 Bug in path handling
  * Fix for sf#3567844 problem with Tag genre
  * Fix for sf#3565659 no progress indication with pipe input
  * Fix for sf#3544957 scale (empty) silent encode without warning
  * Fix for sf#3580176 environment variable LAMEOPT doesn't
    work anymore
  * Fix for sf#3608583 input file name displayed with wrong
    character encoding (on windows console with CP_UTF8)
  * Fix dereference NULL and Buffer not NULL terminated issues.
  * Fix dereference of a null pointer possible in loop.
  * Make sure functions with SSE instructions maintain their own
    properly aligned stack. Thanks to Fabian Greffrath
  * Multiple Stack and Heap Corruptions from Malicious File.
  * Fix a division by zero vulnerability.
  * Fix CVE-2017-9410 fill_buffer_resample function in
    libmp3lame/util.c heap-based buffer over-read and ap
  * Fix CVE-2017-9411 fill_buffer_resample function in
    libmp3lame/util.c invalid memory read and application crash
  * Fix CVE-2017-9412 unpack_read_samples function in
    frontend/get_audio.c invalid memory read and application crash
  * Fix clip detect scale suggestion unaware of scale input value
  * HIP decoder bug fixed: decoding mixed blocks of lower sample
    frequency Layer3 data resulted in internal buffer overflow.
  * Add lame_encode_buffer_interleaved_int()

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lame?expand=0&rev=7
2017-12-21 13:16:20 +00:00
Dominique Leuenberger
4ae584a350 Accepting request 514719 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/514719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lame?expand=0&rev=1
2017-08-24 16:46:50 +00:00
Dave Plater
df78bec28b OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lame?expand=0&rev=4 2017-05-03 06:37:06 +00:00
Ismail Dönmez
2371a2efce Accepting request 461874 from home:jengelh:branches:multimedia:libs
- Rename %soname to %sover to better reflect its use.
- Replace goals with what the software really does.

OBS-URL: https://build.opensuse.org/request/show/461874
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lame?expand=0&rev=3
2017-03-02 12:42:52 +00:00
Ismail Dönmez
fdc004b17d -
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lame?expand=0&rev=2
2017-02-22 09:48:02 +00:00
Ismail Dönmez
d82ffd35d1 - Add patch for SSE
- Add check for invalid input sample rate
- Avoid malformed wav causing floating point exception (integer divide by zero) 
- Fix warning on 64 bit machines. Explicitely set variables as unsigned ints.
- Enable functions with SSE instructions to maintain their own properly aligned stack
- Fix decision if sample rate ratio is an integer value or not
- run autoreconf, set GTK_CFLAGS
- Add patch to remove ansi2knr instead of using sed

- Redux the conditionals for not building gtk1 anywhere anymore

- Fix logical issue in hvogel's fix 

- Fix the conditional building of gtk1 binaries 

- Fix pkgconfig(gtk+-2.0) for >= 11.4 

- Fix bug reporting link
- BuildRequires nasm only in x86-32 (there is no assembly available
  for other archs)
- Stop BuildRequiring flac-devel, it's not used
- Remove autoreconf call and related BuildRequires and patches
- Remove old compatibility Provides
- Run spec-cleaner
- Removed all patches (unneeded)
- Replace some documentation and let the build system install its
  own

- update to 3.99.5: fixed build on 12.2

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lame?expand=0&rev=1
2017-02-22 09:40:08 +00:00