public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdvdnav/
Date: Tue,  4 May 2021 21:25:34 +0000 (UTC)	[thread overview]
Message-ID: <1620163523.68fbd69b941efcda30a2e53630a0912c8d002ac5.sam@gentoo> (raw)

commit:     68fbd69b941efcda30a2e53630a0912c8d002ac5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May  4 20:16:20 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  4 21:25:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68fbd69b

media-libs/libdvdnav: add 6.1.1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libdvdnav/Manifest               |  1 +
 media-libs/libdvdnav/libdvdnav-6.1.1.ebuild | 46 +++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/media-libs/libdvdnav/Manifest b/media-libs/libdvdnav/Manifest
index 44778789f9c..fb86d245119 100644
--- a/media-libs/libdvdnav/Manifest
+++ b/media-libs/libdvdnav/Manifest
@@ -1 +1,2 @@
 DIST libdvdnav-6.1.0.tar.bz2 370145 BLAKE2B c0bd54d94e58eeddcc422e24ef1b400775f28c0eff516db3cd13a5dfcfe103a122fca59734d73e83784b4f0b7ebebddaacf89709991f1485b55f897bf8de7fc7 SHA512 40ea50d818067a3178b4b09e4b95b0cc67d5ff88dbff2cbeee943d086c5f59a71a7aecc425ba35d7dbe5285d8b1ea099a439c0c80c5dca280687ac0cbdc57c71
+DIST libdvdnav-6.1.1.tar.bz2 367606 BLAKE2B 680e9636d407b0fb1eceb2c435d91fb5f7480b65e3c272f2750b3c9957ab5b85815ff12715fb98a5a91e5c0e4b2b2d488823525455c5ec2acd92b8dab197d518 SHA512 889bc987113189bfdfc1ebf603b256e5b228be37196455dcfdc7f66debe18e7298b82b807e86ff18a8925e491395ed4007c87cf18ba1ff1ccc213d86f5342a10

diff --git a/media-libs/libdvdnav/libdvdnav-6.1.1.ebuild b/media-libs/libdvdnav/libdvdnav-6.1.1.ebuild
new file mode 100644
index 00000000000..8abfcfe142c
--- /dev/null
+++ b/media-libs/libdvdnav/libdvdnav-6.1.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="Library for DVD navigation tools"
+HOMEPAGE="https://www.videolan.org/developers/libdvdnav.html"
+if [[ ${PV} = 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://code.videolan.org/videolan/libdvdnav.git"
+else
+	SRC_URI="https://downloads.videolan.org/pub/videolan/libdvdnav/${PV}/${P}.tar.bz2"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="static-libs"
+
+RDEPEND=">=media-libs/libdvdread-6.0.0:=[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
+# To get pkg.m4 for eautoreconf #414391
+BDEPEND="
+	virtual/pkgconfig
+"
+
+DOCS=( AUTHORS ChangeLog doc/dvd_structures doc/library_layout README TODO )
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+multilib_src_configure() {
+	local myeconfargs=(
+		--enable-shared
+		$(use_enable static-libs static)
+	)
+	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+	find "${ED}" -type f -name "*.la" -delete || die
+}


             reply	other threads:[~2021-05-04 21:25 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-04 21:25 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-28  5:06 [gentoo-commits] repo/gentoo:master commit in: media-libs/libdvdnav/ WANG Xuerui
2022-04-17 19:24 Sam James
2021-08-10 14:18 Marek Szuba
2021-06-03  0:43 Sam James
2021-06-02 10:39 Sam James
2021-05-28 19:39 Agostino Sarubbo
2021-05-28 14:40 Sergei Trofimovich
2021-05-25 19:10 Agostino Sarubbo
2021-05-25 18:58 Agostino Sarubbo
2021-05-25 11:56 Sam James
2021-01-23 21:13 Andreas Sturmlechner
2020-11-24  7:44 Agostino Sarubbo
2020-11-24  7:20 Agostino Sarubbo
2020-11-24  1:24 Sam James
2020-11-24  1:10 Sam James
2020-11-23  7:58 Sergei Trofimovich
2020-11-23  7:52 Sergei Trofimovich
2020-11-21 18:15 Thomas Deutschmann
2020-05-14 14:24 Lars Wendler
2020-05-07 12:42 Lars Wendler
2019-10-17 12:07 Lars Wendler
2019-10-17 12:07 Lars Wendler
2019-07-24 20:56 Aaron Bauman
2018-06-25  4:44 Andreas Sturmlechner
2018-06-17 18:44 Andreas Sturmlechner
2018-05-01  7:41 Markus Meier
2018-04-01 22:16 Sergei Trofimovich
2018-03-05 14:52 Tobias Klausmann
2018-02-26  7:36 Sergei Trofimovich
2018-02-22  9:05 Agostino Sarubbo
2018-02-19 20:05 Sergei Trofimovich
2018-02-19 16:57 Thomas Deutschmann
2018-01-21 10:22 Lars Wendler
2018-01-21 10:22 Lars Wendler
2017-08-23 11:15 Tim Harder
2017-08-23 11:09 Tim Harder
2017-08-23 10:52 Tim Harder
2017-06-23  5:20 Alexis Ballier
2015-10-11 13:38 Markus Meier

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=1620163523.68fbd69b941efcda30a2e53630a0912c8d002ac5.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