summaryrefslogtreecommitdiff
path: root/media-libs/compface
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-08-07 19:01:28 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-08-07 19:01:28 +0000
commitcb592d529338c3f249db15ab2dd00031a4bd073e (patch)
treeeff1f76d2ee009032342240d6552146b5853165c /media-libs/compface
parentfc9e935facb523662d2c11579bfc9e96d3e7f35c (diff)
downloadbaldeagleos-repo-cb592d529338c3f249db15ab2dd00031a4bd073e.tar.gz
baldeagleos-repo-cb592d529338c3f249db15ab2dd00031a4bd073e.tar.xz
baldeagleos-repo-cb592d529338c3f249db15ab2dd00031a4bd073e.zip
Adding metadata
Diffstat (limited to 'media-libs/compface')
-rw-r--r--media-libs/compface/compface-1.5.2-r1.ebuild4
-rw-r--r--media-libs/compface/compface-1.5.2-r2.ebuild37
-rw-r--r--media-libs/compface/compface-1.5.2.ebuild4
3 files changed, 41 insertions, 4 deletions
diff --git a/media-libs/compface/compface-1.5.2-r1.ebuild b/media-libs/compface/compface-1.5.2-r1.ebuild
index ba4cc08ab229..e3226012fd6c 100644
--- a/media-libs/compface/compface-1.5.2-r1.ebuild
+++ b/media-libs/compface/compface-1.5.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -6,7 +6,7 @@ EAPI="7"
inherit autotools
DESCRIPTION="Utilities and library to convert to/from X-Face format"
-HOMEPAGE="http://www.xemacs.org/Download/optLibs.html"
+HOMEPAGE="https://www.xemacs.org/Download/optLibs.html"
SRC_URI="http://ftp.xemacs.org/pub/xemacs/aux/${P}.tar.gz"
LICENSE="MIT"
diff --git a/media-libs/compface/compface-1.5.2-r2.ebuild b/media-libs/compface/compface-1.5.2-r2.ebuild
new file mode 100644
index 000000000000..d93564994a5b
--- /dev/null
+++ b/media-libs/compface/compface-1.5.2-r2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit autotools dot-a
+
+DESCRIPTION="Utilities and library to convert to/from X-Face format"
+HOMEPAGE="https://www.xemacs.org/Download/optLibs.html"
+SRC_URI="http://ftp.xemacs.org/pub/xemacs/aux/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND="dev-lang/perl"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-gentoo.patch
+ "${FILESDIR}"/${PN}-modern-c-porting.patch
+)
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ lto-guarantee-fat
+ default
+}
+
+src_install() {
+ default
+ strip-lto-bytecode
+ newbin xbm2xface{.pl,}
+}
diff --git a/media-libs/compface/compface-1.5.2.ebuild b/media-libs/compface/compface-1.5.2.ebuild
index dd62b0d5aa4e..e4d6ebe06de8 100644
--- a/media-libs/compface/compface-1.5.2.ebuild
+++ b/media-libs/compface/compface-1.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -6,7 +6,7 @@ EAPI="7"
inherit autotools
DESCRIPTION="Utilities and library to convert to/from X-Face format"
-HOMEPAGE="http://www.xemacs.org/Download/optLibs.html"
+HOMEPAGE="https://www.xemacs.org/Download/optLibs.html"
SRC_URI="http://ftp.xemacs.org/pub/xemacs/aux/${P}.tar.gz"
LICENSE="MIT"