* [gentoo-commits] repo/gentoo:master commit in: media-video/xvid4conf/
@ 2018-06-02 22:38 Aaron Bauman
0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2018-06-02 22:38 UTC (permalink / raw
To: gentoo-commits
commit: a98cf70c310e8b824b1ffc1259056302a1732dc2
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 2 18:03:54 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jun 2 22:37:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98cf70c
media-video/xvid4conf: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-video/xvid4conf/xvid4conf-1.12.ebuild | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/media-video/xvid4conf/xvid4conf-1.12.ebuild b/media-video/xvid4conf/xvid4conf-1.12.ebuild
index 429e8eb2684..e3cc6e622ee 100644
--- a/media-video/xvid4conf/xvid4conf-1.12.ebuild
+++ b/media-video/xvid4conf/xvid4conf-1.12.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
+EAPI=6
DESCRIPTION="GTK2-configuration dialog for xvid4"
HOMEPAGE="http://cvs.exit1.org/cgi-bin/viewcvs.cgi/xvid4conf/"
@@ -15,10 +15,3 @@ IUSE=""
RDEPEND=">=x11-libs/gtk+-2.2.4:2"
DEPEND="${RDEPEND}
virtual/pkgconfig"
-
-src_install() {
- dodir /usr/{include,lib}
- einstall || die
-
- dodoc AUTHORS ChangeLog README
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/xvid4conf/
@ 2021-07-18 3:50 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-07-18 3:50 UTC (permalink / raw
To: gentoo-commits
commit: 882b443e29e39abfb9603cadec55f8d28e6617d1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 18 03:33:43 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 18 03:49:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=882b443e
media-video/xvid4conf: update EAPI 6 -> 7
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-video/xvid4conf/xvid4conf-1.12.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/media-video/xvid4conf/xvid4conf-1.12.ebuild b/media-video/xvid4conf/xvid4conf-1.12.ebuild
index 04e927f01a9..1abd32b45fc 100644
--- a/media-video/xvid4conf/xvid4conf-1.12.ebuild
+++ b/media-video/xvid4conf/xvid4conf-1.12.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DESCRIPTION="GTK2-configuration dialog for xvid4"
HOMEPAGE="http://cvs.exit1.org/cgi-bin/viewcvs.cgi/xvid4conf/"
@@ -10,8 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE=""
RDEPEND=">=x11-libs/gtk+-2.2.4:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/xvid4conf/
@ 2024-11-19 13:24 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-11-19 13:24 UTC (permalink / raw
To: gentoo-commits
commit: 93377fb733e3d4953639d24e53b1851a3497376a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 19 13:22:27 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 13:24:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93377fb7
media-video/xvid4conf: EAPI 8, fix modern C issues in configure
Closes: https://bugs.gentoo.org/899916
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{xvid4conf-1.12.ebuild => xvid4conf-1.12-r1.ebuild} | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/media-video/xvid4conf/xvid4conf-1.12.ebuild b/media-video/xvid4conf/xvid4conf-1.12-r1.ebuild
similarity index 67%
rename from media-video/xvid4conf/xvid4conf-1.12.ebuild
rename to media-video/xvid4conf/xvid4conf-1.12-r1.ebuild
index 9132080a0b58..fae4889ee076 100644
--- a/media-video/xvid4conf/xvid4conf-1.12.ebuild
+++ b/media-video/xvid4conf/xvid4conf-1.12-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+
+inherit autotools
DESCRIPTION="GTK2-configuration dialog for xvid4"
HOMEPAGE="http://cvs.exit1.org/cgi-bin/viewcvs.cgi/xvid4conf/"
@@ -14,3 +16,12 @@ KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
RDEPEND=">=x11-libs/gtk+-2.2.4:2"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+ default
+
+ sed -i -e "s:configure.in:configure.ac:" configure.in || die
+
+ # bug #899916
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-19 13:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-02 22:38 [gentoo-commits] repo/gentoo:master commit in: media-video/xvid4conf/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2021-07-18 3:50 Sam James
2024-11-19 13:24 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox