commit:     2d250588a69485963151a67f966513e006e85d8d
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  3 08:53:27 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Nov  3 08:53:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d250588

media-plugins/calf: bump to 0.9.4 + eapi8 + updated live

Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-plugins/calf/Manifest                        |  1 +
 .../calf/{calf-9999.ebuild => calf-0.90.4.ebuild}  | 10 +++++-----
 media-plugins/calf/calf-9999.ebuild                | 10 +++++-----
 ...9999-htmldir.patch => calf-0.9.4-htmldir.patch} |  0
 ...tomagic.patch => calf-0.9.4-no-automagic.patch} |  0
 media-plugins/calf/files/calf-0.90.4-desktop.patch | 22 ++++++++++++++++++++++
 media-plugins/calf/files/calf-9999-desktop.patch   | 14 --------------
 7 files changed, 33 insertions(+), 24 deletions(-)

diff --git a/media-plugins/calf/Manifest b/media-plugins/calf/Manifest
index c691c2aa9cda..08affd7f272d 100644
--- a/media-plugins/calf/Manifest
+++ b/media-plugins/calf/Manifest
@@ -1 +1,2 @@
 DIST calf-0.90.3.tar.gz 15908050 BLAKE2B 
b3fff0232f6e0c70987108c5e12a47c606394acf010f1223275aa76472498cfda8e9ae82ccc6eae870225c05935a2c832817d8b1f9ade3f6c0ebc84aedfbfd33
 SHA512 
328a49f7c031e58b786bc1db5fa180f663d7910b2dfc781bccb2f3e0e2ab4158a1f62de96ef0b9e44cbedf778aaaedfb99a12b47dccddab739bf279001b3a1d7
+DIST calf-0.90.4.tar.gz 16119716 BLAKE2B 
555a813c6e8d58ea67db349957d2673e614448e17a3e5e934106fa445d7a6c19bc739b2487a883c5e709ac8dd5f429363e3bea09d72c1ca23a5755ca3b765479
 SHA512 
666d699d989a588bfe9d1e92f6b221a30541c26874d5941f54c2b2f216d2a59d628f1579d1e789e4a40d07d06f43a31055ce67885abb25c032643aa5f75797cd

diff --git a/media-plugins/calf/calf-9999.ebuild 
b/media-plugins/calf/calf-0.90.4.ebuild
similarity index 90%
copy from media-plugins/calf/calf-9999.ebuild
copy to media-plugins/calf/calf-0.90.4.ebuild
index e3c5d724f4ca..05e605bd370c 100644
--- a/media-plugins/calf/calf-9999.ebuild
+++ b/media-plugins/calf/calf-0.90.4.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" = "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/calf-studio-gear/calf.git";
 else
        SRC_URI="https://github.com/calf-studio-gear/calf/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
+       KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 fi
 
 LICENSE="LGPL-2.1"
@@ -43,9 +43,9 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 PATCHES=(
-       "${FILESDIR}/${PN}-9999-no-automagic.patch"
-       "${FILESDIR}/${PN}-9999-htmldir.patch"
-       "${FILESDIR}/${PN}-9999-desktop.patch"
+       "${FILESDIR}/${PN}-0.9.4-no-automagic.patch"
+       "${FILESDIR}/${PN}-0.9.4-htmldir.patch"
+       "${FILESDIR}/${PN}-0.90.4-desktop.patch"
 )
 
 src_prepare() {
@@ -53,7 +53,7 @@ src_prepare() {
        eautoreconf
 }
 
-src_configure() {
+src_configure()  {
        # Upstream append -ffast-math by default, however since libtool links 
C++
        # shared libs with -nostdlib, this causes symbol resolution error for
        # __powidn2 when using compiler-rt. Disable fast math on compiler-rt 
until

diff --git a/media-plugins/calf/calf-9999.ebuild 
b/media-plugins/calf/calf-9999.ebuild
index e3c5d724f4ca..05e605bd370c 100644
--- a/media-plugins/calf/calf-9999.ebuild
+++ b/media-plugins/calf/calf-9999.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" = "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/calf-studio-gear/calf.git";
 else
        SRC_URI="https://github.com/calf-studio-gear/calf/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
+       KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 fi
 
 LICENSE="LGPL-2.1"
@@ -43,9 +43,9 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 PATCHES=(
-       "${FILESDIR}/${PN}-9999-no-automagic.patch"
-       "${FILESDIR}/${PN}-9999-htmldir.patch"
-       "${FILESDIR}/${PN}-9999-desktop.patch"
+       "${FILESDIR}/${PN}-0.9.4-no-automagic.patch"
+       "${FILESDIR}/${PN}-0.9.4-htmldir.patch"
+       "${FILESDIR}/${PN}-0.90.4-desktop.patch"
 )
 
 src_prepare() {
@@ -53,7 +53,7 @@ src_prepare() {
        eautoreconf
 }
 
-src_configure() {
+src_configure()  {
        # Upstream append -ffast-math by default, however since libtool links 
C++
        # shared libs with -nostdlib, this causes symbol resolution error for
        # __powidn2 when using compiler-rt. Disable fast math on compiler-rt 
until

diff --git a/media-plugins/calf/files/calf-9999-htmldir.patch 
b/media-plugins/calf/files/calf-0.9.4-htmldir.patch
similarity index 100%
rename from media-plugins/calf/files/calf-9999-htmldir.patch
rename to media-plugins/calf/files/calf-0.9.4-htmldir.patch

diff --git a/media-plugins/calf/files/calf-9999-no-automagic.patch 
b/media-plugins/calf/files/calf-0.9.4-no-automagic.patch
similarity index 100%
rename from media-plugins/calf/files/calf-9999-no-automagic.patch
rename to media-plugins/calf/files/calf-0.9.4-no-automagic.patch

diff --git a/media-plugins/calf/files/calf-0.90.4-desktop.patch 
b/media-plugins/calf/files/calf-0.90.4-desktop.patch
new file mode 100644
index 000000000000..4a761162e476
--- /dev/null
+++ b/media-plugins/calf/files/calf-0.90.4-desktop.patch
@@ -0,0 +1,22 @@
+ * QA Notice: This package installs one or more .desktop files that do not
+ * pass validation.
+ * 
+ *      /usr/share/applications/calf.desktop: error: value "0.90.1" for key 
"Version" in group "Desktop Entry" is not a known version
+ *      /usr/share/applications/calf.desktop: warning: value 
"Application;AudioVideo;Audio;GNOME" for key "Categories" in group "Desktop 
Entry" contains a deprecated value "Application"
+
+
+
+--- a/calf.desktop.in
++++ b/calf.desktop.in
+@@ -1,10 +1,9 @@
+ [Desktop Entry]
+-Categories=Application;AudioVideo;Audio;GNOME
++Categories=AudioVideo;Audio;GNOME
+ Exec=calfjackhost
+ Icon=calf
+ Terminal=false
+ Type=Application
+-Version=@VERSION@
+ 
+ Name=Calf Plugin Pack for JACK
+ Name[fr]=Ensemble de greffons Calf pour JACK

diff --git a/media-plugins/calf/files/calf-9999-desktop.patch 
b/media-plugins/calf/files/calf-9999-desktop.patch
deleted file mode 100644
index 486007e7e06f..000000000000
--- a/media-plugins/calf/files/calf-9999-desktop.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/calf.desktop.in
-+++ b/calf.desktop.in
-@@ -1,10 +1,9 @@
- [Desktop Entry]
--Categories=Application;AudioVideo;Audio;GNOME
-+Categories=AudioVideo;Audio;GNOME
- Exec=calfjackhost
- Icon=calf
- Terminal=false
- Type=Application
--Version=@VERSION@
- 
- Name=Calf Plugin Pack for JACK
- Name[fr]=Ensemble de greffons Calf pour JACK

Reply via email to