Michael Gorse
8206e467da
- Rework libmpcdec.patch and libmpcdec-extern.patch so that they apply with -p1, and use autosetup. - Add libmpcdec-gcc14.patch: fix the build with gcc 14 (boo#1221008). OBS-URL: https://build.opensuse.org/request/show/1157023 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/musepack?expand=0&rev=14
64 lines
2.3 KiB
Plaintext
64 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Mar 11 19:56:41 UTC 2024 - Michael Gorse <mgorse@suse.com>
|
|
|
|
- Rework libmpcdec.patch and libmpcdec-extern.patch so that they
|
|
apply with -p1, and use autosetup.
|
|
- Add libmpcdec-gcc14.patch: fix the build with gcc 14
|
|
(boo#1221008).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 22 11:51:15 UTC 2024 - pgajdos@suse.com
|
|
|
|
- Use %patch -P N instead of deprecated %patchN.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 14 15:40:02 UTC 2020 - Michael Gorse <mgorse@suse.com>
|
|
|
|
- Add libmpcdec-fastmath-no-const.patch: remove const declarations
|
|
from some arrays which should not have them (boo#1176374).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 8 15:52:02 UTC 2020 - Michael Gorse <mgorse@suse.com>
|
|
|
|
- Add libmpcdec-extern.patch: add missing extern declarations
|
|
(boo#1160284).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 26 08:21:49 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Remove degree adverbs from description.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 8 07:57:33 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Add baselibs.conf: libmpcdec6-32bit is a dependency for
|
|
gstreamer-plugins-bad-32bit.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 4 10:42:03 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
- More spec file cleanup:
|
|
* Use SPDX identifiers for License
|
|
* Correct license for libmpcdec (BSD-3-clause)
|
|
* Use https:// for Source and Url
|
|
* Remove __DATE__/__TIME__ mangling, no longer needed with current GCC
|
|
* Remove BuildRoot
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 21 20:11:03 UTC 2019 - mgorse@suse.com
|
|
|
|
- Conflict with libmpcdec-devel, since both packages provide
|
|
libmpcdec.so.
|
|
- Use cmake macros.
|
|
- Move source modifications from %prep to %build. Makes 'quilt
|
|
setup' more robust.
|
|
- Remove %defattr.. No longer needed.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 11 20:34:11 UTC 2013 - asterios.dramis@gmail.com
|
|
|
|
- Initial rpm release (version r475).
|
|
- Added a patch "libmpcdec.patch" in order to fix CMakeLists.txt
|
|
to install a libmpcdec shared library and add a missing
|
|
libmpcdec link to libm.
|