From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gphoto2/
Date: Mon, 10 Jan 2022 21:30:43 +0000 (UTC) [thread overview]
Message-ID: <1641850227.018b444ed39443847dfcc9a22e93d0e9bcfc4a07.mattst88@gentoo> (raw)
commit: 018b444ed39443847dfcc9a22e93d0e9bcfc4a07
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 10 21:11:48 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jan 10 21:30:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=018b444e
media-gfx/gphoto2: Version bump to 2.5.28
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
media-gfx/gphoto2/Manifest | 1 +
media-gfx/gphoto2/gphoto2-2.5.28.ebuild | 48 +++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/media-gfx/gphoto2/Manifest b/media-gfx/gphoto2/Manifest
index be21eafb5485..207b98e46dcb 100644
--- a/media-gfx/gphoto2/Manifest
+++ b/media-gfx/gphoto2/Manifest
@@ -1 +1,2 @@
DIST gphoto2-2.5.27.tar.bz2 803602 BLAKE2B ad62abc3e91ce3cee1edd8f991ac84616144997bff425eef5cea10c340f9c98694ecda783ec5762f4583d05f38cfecbb7b47e0884c05f114f931a7af8b0a676d SHA512 47001025d3647ac809ab7fd2d9319a2966d72b00471f9a9c865dfad7091c7cac2e299ecd41dfc7997a6665cf2612d4317591964f51a9d336f848e8199e3928b7
+DIST gphoto2-2.5.28.tar.bz2 797600 BLAKE2B 78a89eaf5f68f3b902751792404702fa656680e904bc750e6a51934b5cefd8458c95ffd553024e16977270f4b4806c5dc68d9e3accd8759b1357e0619a0dc6a3 SHA512 ca83c677bdaf7c16ed2bc22865bdcc24e1c5721dbcd36a76e2ebe8bb992d46614fd012cd8f38b37598b30b6b57e6bf533318f6a0d490e186f3026676249735c8
diff --git a/media-gfx/gphoto2/gphoto2-2.5.28.ebuild b/media-gfx/gphoto2/gphoto2-2.5.28.ebuild
new file mode 100644
index 000000000000..d63911b2960c
--- /dev/null
+++ b/media-gfx/gphoto2/gphoto2-2.5.28.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="Free, redistributable digital camera software application"
+HOMEPAGE="http://www.gphoto.org/"
+SRC_URI="mirror://sourceforge/gphoto/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="aalib ncurses nls readline"
+
+# aalib -> needs libjpeg
+RDEPEND="
+ >=dev-libs/popt-1.6.1
+ >=media-libs/libexif-0.6.9
+ >=media-libs/libgphoto2-2.5.17:=[exif]
+ aalib? (
+ media-libs/aalib
+ virtual/jpeg:0 )
+ ncurses? ( dev-libs/cdk:0= )
+ readline? ( sys-libs/readline:0= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+ nls? ( >=sys-devel/gettext-0.14.1 )
+"
+
+src_prepare() {
+ default
+ # Leave GCC debug builds under user control
+ sed -r '/(C|LD)FLAGS/ s/ -g( |")/\1/' \
+ -i configure{.ac,} || die
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_with aalib) \
+ $(use_with aalib jpeg) \
+ $(use_with ncurses cdk) \
+ $(use_enable nls) \
+ $(use_with readline)
+}
next reply other threads:[~2022-01-10 21:30 UTC|newest]
Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-10 21:30 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-20 5:50 [gentoo-commits] repo/gentoo:master commit in: media-gfx/gphoto2/ Sam James
2023-05-04 16:31 Arthur Zamarin
2023-05-03 3:53 Sam James
2023-05-02 19:16 Sam James
2023-05-02 19:02 Arthur Zamarin
2022-10-14 2:10 Sam James
2022-10-01 23:09 Sam James
2022-03-09 15:39 Sam James
2022-03-09 12:49 Sam James
2022-03-08 9:35 Sam James
2021-05-29 15:27 Sam James
2021-05-29 9:02 Sam James
2021-05-29 6:09 Sam James
2021-05-28 19:20 Sam James
2021-04-19 2:39 Matt Turner
2021-04-13 15:00 Sam James
2021-04-01 16:44 Thomas Deutschmann
2021-03-12 8:01 Mikle Kolyada
2020-08-05 1:03 Sam James
2019-06-05 20:22 Andreas Sturmlechner
2019-05-03 13:42 Mikle Kolyada
2019-03-16 22:55 Sergei Trofimovich
2019-03-16 21:57 Sergei Trofimovich
2019-03-10 15:21 Mikle Kolyada
2019-03-09 19:18 Thomas Deutschmann
2019-01-16 22:36 Mart Raudsepp
2019-01-16 7:15 Sergei Trofimovich
2018-11-24 13:36 Sergei Trofimovich
2018-05-29 12:29 Mikle Kolyada
2018-05-14 14:11 Tobias Klausmann
2018-04-28 16:36 Sergei Trofimovich
2018-04-26 22:32 Aaron Bauman
2018-04-26 17:15 Thomas Deutschmann
2018-01-23 8:24 Gilles Dartiguelongue
2018-01-20 18:05 Mart Raudsepp
2017-12-06 22:34 Sergei Trofimovich
2017-11-02 10:28 Manuel Rüger
2017-10-30 22:26 Mart Raudsepp
2017-10-25 21:31 Sergei Trofimovich
2017-09-30 6:30 Sergei Trofimovich
2017-09-30 4:52 Sergei Trofimovich
2017-09-29 23:05 Thomas Deutschmann
2017-09-15 15:38 Tobias Klausmann
2017-08-27 17:57 Gilles Dartiguelongue
2017-03-28 16:14 Mart Raudsepp
2017-03-16 13:24 Jeroen Roovers
2017-02-24 14:07 Agostino Sarubbo
2017-02-21 9:16 Tobias Klausmann
2016-12-05 13:52 Pacho Ramos
2016-09-17 17:33 Pacho Ramos
2016-07-30 11:18 Jeroen Roovers
2016-07-30 9:34 Jeroen Roovers
2016-06-07 7:03 Tobias Klausmann
2016-05-30 21:25 Pacho Ramos
2016-05-29 12:42 Pacho Ramos
2016-05-29 12:42 Pacho Ramos
2016-03-06 20:12 Mikle Kolyada
2016-01-04 23:14 Gilles Dartiguelongue
2015-11-12 11:07 Agostino Sarubbo
2015-10-18 11:29 Mikle Kolyada
2015-09-28 4:44 Jeroen Roovers
2015-09-20 6:11 Jeroen Roovers
2015-09-16 8:43 Tobias Klausmann
2015-09-05 17:06 Pacho Ramos
2015-09-05 17:06 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1641850227.018b444ed39443847dfcc9a22e93d0e9bcfc4a07.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox