From fb671c3d56f2af7cdc7f1cbdddc54d0b1a820a7d3b80ac99953a75c9f873a642 Mon Sep 17 00:00:00 2001 From: Lukas Kucharczyk Date: Wed, 12 Oct 2022 08:17:53 +0000 Subject: [PATCH 1/3] - Remove cruft - Move LICENSE.md to /usr/share/doc/packages/$PACKAGE directory OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mac?expand=0&rev=6 --- mac.changes | 6 ++++++ mac.spec | 10 ++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/mac.changes b/mac.changes index c90100a..f7ba466 100644 --- a/mac.changes +++ b/mac.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 12 08:12:59 UTC 2022 - Lukas Kucharczyk + +- Remove cruft +- Move LICENSE.md to /usr/share/doc/packages/$PACKAGE directory + ------------------------------------------------------------------- Mon Oct 10 14:04:23 UTC 2022 - Lukas Kucharczyk diff --git a/mac.spec b/mac.spec index 09764fd..19d5571 100644 --- a/mac.spec +++ b/mac.spec @@ -25,10 +25,9 @@ License: SUSE-Permissive URL: https://www.monkeysaudio.com/index.html Source0: https://monkeysaudio.com/files/MAC_%{_version}_SDK.zip Source1: https://monkeysaudio.com/license.html +BuildRequires: %{python_module html2text} BuildRequires: gcc-c++ BuildRequires: unzip -BuildRequires: %{python_module html2text} -%debug_package %description Monkey’s Audio is a fast and easy way to compress digital music. @@ -50,7 +49,6 @@ Development files for Monkey's Audio codec and decompressor. %prep %setup -qc tr -d '\r' README -ls -l html2text --ignore-links "%{_sourcedir}/license.html" | sed -n '/^## License$/,$p' > LICENSE.md %build @@ -58,12 +56,12 @@ html2text --ignore-links "%{_sourcedir}/license.html" | sed -n '/^## License$/,$ %install make DESTDIR=%{buildroot} prefix=%{_prefix} install -C Source/Projects/NonWindows -install -d %{buildroot}%{_docdir} -install -m0644 LICENSE.md %{buildroot}%{_docdir} +install -d %{buildroot}%{_docdir}/%{name} +install -m0644 LICENSE.md %{buildroot}%{_docdir}/%{name} %files %doc README -%license %{_docdir}/LICENSE.md +%license %{_docdir}/%{name}/LICENSE.md %{_bindir}/mac %{_prefix}/lib/libMAC.so.8 From af6f5badfc3c25ba1d39acf4a50e59a1f1e5caf3cdeb49a67e8ccb32ca28f37c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 11 Nov 2023 16:47:55 +0000 Subject: [PATCH 2/3] - update to 10.26: * Changed: Added decoding support for version 4.11 files. There have been a couple reports of them. I don't know where they came from, but they verify using the latest code. Please share if you know about the origins. * Changed: Made use of a new APE_INFO_MD5_MATCHES test during quick verify. This way reading the MD5 is wrapped up nicely. * NEW: Added APE_INFO_MD5 to the info object because a third-party developer wanted it. * Fixed: 32-bit ARM could crash because it was enabling an intrinsic that was not available. * Fixed: Little endian AIFF files would not encode properly. * Changed: Updated to Visual Studio 17.7.4. * Changed: Updated the copyrights to 2024. * Changed: The check for AIFF / AIFC in file headers was incorrectly allowing other things to pass. * Changed: Added a License.txt file by the installer that gets copied to the install path (also included in the SDK). * Changed: Updated to Visual Studio 17.7.2. * Changed: Added a license link to the help menu. * Changed: Changed a few variables to have APE_ names because JRiver was having compile problems (Objective C doesn't care that things are in a namespace). * NEW: Added the ability to convert tags to legacy ID3v1 in the console program (my car stereo needs this). * Changed: Switched to the three clause BSD license to simplify inclusion of the source code. * Fixed: Getting a large APE tag field could return a buffer size that was too small so the next get would fail. * Changed: Tuned the error handling a little more. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mac?expand=0&rev=7 --- MAC_1026_SDK.zip | 3 +++ MAC_892_SDK.zip | 3 --- _service | 3 --- license.html | 29 +++++++++------------- mac.changes | 64 ++++++++++++++++++++++++++++++++++++++++++++++++ mac.spec | 34 +++++++++++-------------- 6 files changed, 93 insertions(+), 43 deletions(-) create mode 100644 MAC_1026_SDK.zip delete mode 100644 MAC_892_SDK.zip delete mode 100644 _service diff --git a/MAC_1026_SDK.zip b/MAC_1026_SDK.zip new file mode 100644 index 0000000..76f1c5c --- /dev/null +++ b/MAC_1026_SDK.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff58b2ee049bfbde131b050a7fabd216b1618d86ada3dd956e542490ae64394 +size 1654362 diff --git a/MAC_892_SDK.zip b/MAC_892_SDK.zip deleted file mode 100644 index 18460b0..0000000 --- a/MAC_892_SDK.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ada511b5fe58e05a12440646a7d568f47aa9f6ec69f42b30f1f6e97084e241d3 -size 1603022 diff --git a/_service b/_service deleted file mode 100644 index 3df86c6..0000000 --- a/_service +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/license.html b/license.html index bcf6677..d3b4fe9 100644 --- a/license.html +++ b/license.html @@ -12,6 +12,7 @@
+