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/libdvdread/
Date: Sun,  5 Jun 2022 07:21:51 +0000 (UTC)	[thread overview]
Message-ID: <1654413626.a37c3b9f209427c0f582c0b57664baf94a42614a.sam@gentoo> (raw)

commit:     a37c3b9f209427c0f582c0b57664baf94a42614a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  5 07:19:40 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 07:20:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37c3b9f

media-libs/libdvdread: add 6.1.3

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

 media-libs/libdvdread/Manifest                          |  1 +
 .../{libdvdread-9999.ebuild => libdvdread-6.1.3.ebuild} | 17 +++++++++++------
 media-libs/libdvdread/libdvdread-9999.ebuild            | 17 +++++++++++------
 3 files changed, 23 insertions(+), 12 deletions(-)

diff --git a/media-libs/libdvdread/Manifest b/media-libs/libdvdread/Manifest
index 4c5edfdf353c..015a8a9d21f0 100644
--- a/media-libs/libdvdread/Manifest
+++ b/media-libs/libdvdread/Manifest
@@ -1 +1,2 @@
 DIST libdvdread-6.1.2.tar.bz2 391536 BLAKE2B 870f8c2bba7f1a1c0f6a010c0a75517b488a466186f76f752c67e16f87b55d8fc9450aeaa69d044b42b6a26a2fc51297290be301f5a449b4b8269f6c812f35cd SHA512 5cbee11ec701b7625d71184fd712de48a129f235b08797b499d0f5b06a1c73bfec1d0e52e897585017ab63b1d81b042257eab5ab1f19fb340b05b3e8d794f86c
+DIST libdvdread-6.1.3.tar.bz2 395439 BLAKE2B 7a8c0b69692059d51a9d94fc4c934f8259c2aa71ac9a9e6d5da22b3668fcbdf000c47fbc7fdb1257f65b90b4d8a4733e01fc2936033246cf2c6a5b68fef81647 SHA512 c98055829ccbbe2bb7b5df48f6e279cf6e91ecab39a35c37081581452f7df7531c1d7b8abd641c55eeee357235b2658b31478dbc307995cffdf8c011bd0dd0bc

diff --git a/media-libs/libdvdread/libdvdread-9999.ebuild b/media-libs/libdvdread/libdvdread-6.1.3.ebuild
similarity index 78%
copy from media-libs/libdvdread/libdvdread-9999.ebuild
copy to media-libs/libdvdread/libdvdread-6.1.3.ebuild
index 7eb3ec37c638..6efa7014e58d 100644
--- a/media-libs/libdvdread/libdvdread-9999.ebuild
+++ b/media-libs/libdvdread/libdvdread-6.1.3.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit autotools multilib-minimal
+inherit multilib-minimal
 
 DESCRIPTION="Library for DVD navigation tools"
 HOMEPAGE="https://www.videolan.org/developers/libdvdnav.html"
 if [[ ${PV} = 9999 ]]; then
-	inherit git-r3
+	inherit autotools git-r3
 	EGIT_REPO_URI="https://code.videolan.org/videolan/libdvdread.git"
 else
 	SRC_URI="https://downloads.videolan.org/pub/videolan/libdvdread/${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"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"
@@ -27,15 +27,20 @@ DOCS=( AUTHORS ChangeLog NEWS TODO README )
 
 src_prepare() {
 	default
-	eautoreconf
+
+	if [[ ${PV} == 9999 ]] ; then
+		eautoreconf
+	fi
 }
 
 multilib_src_configure() {
 	local myeconfargs=(
 		--enable-shared
+		--disable-apidoc
 		$(use_enable static-libs static)
 		$(use_with css libdvdcss)
 	)
+
 	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
 }
 

diff --git a/media-libs/libdvdread/libdvdread-9999.ebuild b/media-libs/libdvdread/libdvdread-9999.ebuild
index 7eb3ec37c638..6efa7014e58d 100644
--- a/media-libs/libdvdread/libdvdread-9999.ebuild
+++ b/media-libs/libdvdread/libdvdread-9999.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit autotools multilib-minimal
+inherit multilib-minimal
 
 DESCRIPTION="Library for DVD navigation tools"
 HOMEPAGE="https://www.videolan.org/developers/libdvdnav.html"
 if [[ ${PV} = 9999 ]]; then
-	inherit git-r3
+	inherit autotools git-r3
 	EGIT_REPO_URI="https://code.videolan.org/videolan/libdvdread.git"
 else
 	SRC_URI="https://downloads.videolan.org/pub/videolan/libdvdread/${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"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"
@@ -27,15 +27,20 @@ DOCS=( AUTHORS ChangeLog NEWS TODO README )
 
 src_prepare() {
 	default
-	eautoreconf
+
+	if [[ ${PV} == 9999 ]] ; then
+		eautoreconf
+	fi
 }
 
 multilib_src_configure() {
 	local myeconfargs=(
 		--enable-shared
+		--disable-apidoc
 		$(use_enable static-libs static)
 		$(use_with css libdvdcss)
 	)
+
 	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
 }
 


             reply	other threads:[~2022-06-05  7:21 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-05  7:21 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-23 10:04 [gentoo-commits] repo/gentoo:master commit in: media-libs/libdvdread/ Sam James
2022-12-18 12:16 Sam James
2022-12-18 12:15 Sam James
2022-04-17 19:24 Sam James
2021-08-10 12:43 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-05-04 21:25 Sam James
2021-01-23 21:13 Andreas Sturmlechner
2020-09-07  8:47 Sergei Trofimovich
2020-09-05  0:38 Sam James
2020-09-01  1:02 Sam James
2020-09-01  0:06 Sam James
2020-08-31  0:17 Sam James
2020-08-30 17:14 Thomas Deutschmann
2020-08-30  2:29 Sam James
2020-05-14 12:09 Lars Wendler
2020-05-14 12:09 Lars Wendler
2020-05-07 12:42 Lars Wendler
2019-10-17 12:07 Lars Wendler
2019-10-17 12:07 Lars Wendler
2019-09-13 20:41 Andreas Sturmlechner
2019-07-24 20:56 Aaron Bauman
2019-02-14  2:58 Lars Wendler
2019-02-14  2:58 Lars Wendler
2018-06-25  4: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

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=1654413626.a37c3b9f209427c0f582c0b57664baf94a42614a.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