From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/dvd_info/
Date: Tue, 2 Jan 2024 06:28:18 +0000 (UTC) [thread overview]
Message-ID: <1704176849.bb7adb8c144962bfa63a0a37fb4ef58e377ad891.sam@gentoo> (raw)
commit: bb7adb8c144962bfa63a0a37fb4ef58e377ad891
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 2 06:27:11 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 2 06:27:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7adb8c
media-video/dvd_info: add 1.16, 9999
Closes: https://bugs.gentoo.org/919832
Thanks-to: Steve Dibb <steve.dibb <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-video/dvd_info/Manifest | 1 +
media-video/dvd_info/dvd_info-1.16.ebuild | 30 ++++++++++++++++++++++++++++++
media-video/dvd_info/dvd_info-9999.ebuild | 30 ++++++++++++++++++++++++++++++
3 files changed, 61 insertions(+)
diff --git a/media-video/dvd_info/Manifest b/media-video/dvd_info/Manifest
index 556f13c4ebaa..a382e28268bf 100644
--- a/media-video/dvd_info/Manifest
+++ b/media-video/dvd_info/Manifest
@@ -1,2 +1,3 @@
DIST dvd_info-1.1.tar.gz 260999 BLAKE2B 38a9a0b69cd507dd663afdcedba196632ecef6d1193886ec02348d2de2200fd51d3315814180a3c9c170d60042ac91972281c5c99108b5d7f41cca1af8ca3c78 SHA512 30c70d96fa79b221a653d67510261f1186e3c7a79045ac53df2219ee896f18030cf27dbef8ca73fd62282670f5781ba75cf6765744b51f66da77979c5688acc0
DIST dvd_info-1.15.tar.gz 305270 BLAKE2B 99cbf6d1b5c45bb761e02ca71fa8e551b79543acf042967215a1d9b64486633ac1ff34be8c34eecb4e6712acfbb0bce087a258ba239305159f8b1ba72493bc57 SHA512 443876ecad3dca7808b73f5bd9d368ca32a881c741c7f47fd92ab9f095d7ab80d3db4bc4060fb73a24ef0c477f2ba4ab8fb49c82938584fbafd6bfeb7999074d
+DIST dvd_info-1.16.tar.gz 304949 BLAKE2B 3a2e6476fdd5798d95d407c018b80d046b5c1aedbf35bf42308920523fe457aa603851bcc69518530fb3ec89d6fa895de4bd6610fa9f3ec300a1459e87501494 SHA512 43c85a3cf856c0688f8af3226ba87c3e178e63dc0b6b586ee63784be184c0f2529ae090cd07fcb43580c0b08d7fe9dd9e8850cd82a26a2295e82373625bdba15
diff --git a/media-video/dvd_info/dvd_info-1.16.ebuild b/media-video/dvd_info/dvd_info-1.16.ebuild
new file mode 100644
index 000000000000..90d0eecc2622
--- /dev/null
+++ b/media-video/dvd_info/dvd_info-1.16.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/beandog/dvd_info.git"
+else
+ SRC_URI="https://github.com/beandog/dvd_info/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="DVD utilities to print information, copy tracks, backup, etc"
+HOMEPAGE="https://github.com/beandog/dvd_info"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+libmpv"
+
+DEPEND="
+ media-libs/libdvdread
+ libmpv? ( media-video/mpv[libmpv,dvd] )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ econf \
+ $(use_with libmpv)
+}
diff --git a/media-video/dvd_info/dvd_info-9999.ebuild b/media-video/dvd_info/dvd_info-9999.ebuild
new file mode 100644
index 000000000000..90d0eecc2622
--- /dev/null
+++ b/media-video/dvd_info/dvd_info-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/beandog/dvd_info.git"
+else
+ SRC_URI="https://github.com/beandog/dvd_info/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="DVD utilities to print information, copy tracks, backup, etc"
+HOMEPAGE="https://github.com/beandog/dvd_info"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+libmpv"
+
+DEPEND="
+ media-libs/libdvdread
+ libmpv? ( media-video/mpv[libmpv,dvd] )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ econf \
+ $(use_with libmpv)
+}
next reply other threads:[~2024-01-02 6:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-02 6:28 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-19 6:08 [gentoo-commits] repo/gentoo:master commit in: media-video/dvd_info/ Arthur Zamarin
2023-11-19 10:27 Ulrich Müller
2018-02-23 0:21 Steve Dibb
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=1704176849.bb7adb8c144962bfa63a0a37fb4ef58e377ad891.sam@gentoo \
--to=sam@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