[gentoo-commits] repo/gentoo:master commit in: sys-libs/libavc1394/

2023-03-19 Thread Arthur Zamarin
commit: b9e28f5abfe1bc7ba6bca40c4c4d2f331672d10d
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Thu Mar 16 16:26:10 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Mar 19 17:35:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e28f5a

sys-libs/libavc1394: Keyword 0.5.4-r2 mips, #900242

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild 
b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
index f447a8198a55..fb1e3382f967 100644
--- a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
+++ b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
 
 BDEPEND="virtual/pkgconfig"
 DEPEND=">=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libavc1394/

2021-11-06 Thread Sam James
commit: b2f9af7650de22e118bed4f9d4aaf7a327b89437
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  7 05:04:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  7 05:04:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f9af76

sys-libs/libavc1394: fix build on musl

Closes: https://bugs.gentoo.org/713174
Signed-off-by: Sam James  gentoo.org>

 sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild 
b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
index 2bd1328cadf..ecc3bbed45e 100644
--- a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
+++ b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit multilib-minimal
+inherit flag-o-matic multilib-minimal
 
 DESCRIPTION="Library for the 1394 AV/C (Audio/Video Control) Digital Interface 
Command Set"
 HOMEPAGE="https://sourceforge.net/projects/libavc1394/;
@@ -14,10 +14,14 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
 
 BDEPEND="virtual/pkgconfig"
-DEPEND=">=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}]"
+DEPEND=">=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}]
+   elibc_musl? ( sys-libs/argp-standalone )"
 RDEPEND="${DEPEND}"
 
 multilib_src_configure() {
+   # bug #713174
+   use elibc_musl && append-libs -largp
+
ECONF_SOURCE="${S}" econf --disable-static
 }
 



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libavc1394/

2021-08-18 Thread Marek Szuba
commit: c6c26ecb242ceda147e1a9dd503262de5b22072d
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Aug 18 09:25:41 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Aug 18 10:05:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c26ecb

sys-libs/libavc1394: keyword 0.5.4-r2 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild 
b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
index 86de2a87b7b..2bd1328cadf 100644
--- a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
+++ b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
 
 BDEPEND="virtual/pkgconfig"
 DEPEND=">=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libavc1394/

2020-03-19 Thread Andreas Sturmlechner
commit: 3933f53c56e104586cab4ed4b08f2d1373371d3f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 19 11:44:37 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 19 11:44:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3933f53c

sys-libs/libavc1394: Drop 0.5.4-r1

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-libs/libavc1394/libavc1394-0.5.4-r1.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/sys-libs/libavc1394/libavc1394-0.5.4-r1.ebuild 
b/sys-libs/libavc1394/libavc1394-0.5.4-r1.ebuild
deleted file mode 100644
index 2075504..000
--- a/sys-libs/libavc1394/libavc1394-0.5.4-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit autotools-multilib
-
-DESCRIPTION="library for the 1394 AV/C (Audio/Video Control) Digital Interface 
Command Set"
-HOMEPAGE="https://sourceforge.net/projects/libavc1394/;
-SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ia64 ppc ppc64 sparc x86"
-IUSE="static-libs"
-
-RDEPEND=">=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libavc1394/

2020-03-19 Thread Mart Raudsepp
commit: a44d01669858eb62c970cb1a24d1b13fd6edd3b7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar 19 11:37:19 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar 19 11:37:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44d0166

sys-libs/libavc1394: arm64 stable (bug #704454)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild 
b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
index 3e659dea5f2..b2c41d79622 100644
--- a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
+++ b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ia64 ppc ppc64 sparc x86"
 
 BDEPEND="virtual/pkgconfig[${MULTILIB_USEDEP}]"
 DEPEND=">=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libavc1394/

2020-02-11 Thread Agostino Sarubbo
commit: 83ccae04884e0ab93782cc4fa019a400c0227460
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 11:29:52 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 11:29:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ccae04

sys-libs/libavc1394: ppc stable wrt bug #704454

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild 
b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
index 587ca353e01..3e659dea5f2 100644
--- a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
+++ b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ia64 ~ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
 
 BDEPEND="virtual/pkgconfig[${MULTILIB_USEDEP}]"
 DEPEND=">=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libavc1394/

2020-02-11 Thread Agostino Sarubbo
commit: 601d792c06d2e4f1cb2d0045f4916a23e308b8c5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 11:09:14 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 11:09:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=601d792c

sys-libs/libavc1394: amd64 stable wrt bug #704454

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild 
b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
index 7a7872fba59..587ca353e01 100644
--- a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
+++ b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ia64 ~ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ia64 ~ppc ppc64 sparc x86"
 
 BDEPEND="virtual/pkgconfig[${MULTILIB_USEDEP}]"
 DEPEND=">=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libavc1394/

2020-02-11 Thread Agostino Sarubbo
commit: ac6fccf4dc136f657e2810b09727ba17a55878ac
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 09:51:43 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 09:51:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6fccf4

sys-libs/libavc1394: x86 stable wrt bug #704454

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild 
b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
index f00b3695c1e..7a7872fba59 100644
--- a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
+++ b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ia64 ~ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ia64 ~ppc ppc64 sparc x86"
 
 BDEPEND="virtual/pkgconfig[${MULTILIB_USEDEP}]"
 DEPEND=">=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libavc1394/

2020-02-11 Thread Agostino Sarubbo
commit: ee380bbb1b80ebb2a4ac45da377ab8d37c33bb43
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 09:43:23 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 09:43:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee380bbb

sys-libs/libavc1394: sparc stable wrt bug #704454

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild 
b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
index bf8720d31de..f00b3695c1e 100644
--- a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
+++ b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ia64 ~ppc ppc64 sparc ~x86"
 
 BDEPEND="virtual/pkgconfig[${MULTILIB_USEDEP}]"
 DEPEND=">=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libavc1394/

2020-02-11 Thread Agostino Sarubbo
commit: 924f6135cf5b1983eb647f5048f2b729329370bc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 08:43:00 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 08:43:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=924f6135

sys-libs/libavc1394: ppc64 stable wrt bug #704454

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild 
b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
index 58b4457bdf8..bf8720d31de 100644
--- a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
+++ b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ia64 ~ppc ppc64 ~sparc ~x86"
 
 BDEPEND="virtual/pkgconfig[${MULTILIB_USEDEP}]"
 DEPEND=">=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libavc1394/

2020-02-11 Thread Agostino Sarubbo
commit: 2152ddb4e36cd04d0bdde9465aab22ad50a46538
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 08:40:46 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 08:40:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2152ddb4

sys-libs/libavc1394: ia64 stable wrt bug #704454

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild 
b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
index 5fe5922644a..58b4457bdf8 100644
--- a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
+++ b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 BDEPEND="virtual/pkgconfig[${MULTILIB_USEDEP}]"
 DEPEND=">=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libavc1394/

2020-02-10 Thread Agostino Sarubbo
commit: 64c76e5b0d44500dba098b4af2716e9f6fadc6e5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 10 18:09:46 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 10 18:09:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c76e5b

sys-libs/libavc1394: arm stable wrt bug #704454

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild 
b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
index 402a774d3c9..5fe5922644a 100644
--- a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
+++ b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 BDEPEND="virtual/pkgconfig[${MULTILIB_USEDEP}]"
 DEPEND=">=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libavc1394/

2020-01-01 Thread Andreas Sturmlechner
commit: 94e18f2e6f41b55aa5d2b9846b539d1b093c54c4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan  1 12:23:48 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan  1 13:03:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e18f2e

sys-libs/libavc1394: EAPI-7 bump, autotools-multilib--

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild | 27 ++
 1 file changed, 27 insertions(+)

diff --git a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild 
b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
new file mode 100644
index 000..402a774d3c9
--- /dev/null
+++ b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-minimal
+
+DESCRIPTION="Library for the 1394 AV/C (Audio/Video Control) Digital Interface 
Command Set"
+HOMEPAGE="https://sourceforge.net/projects/libavc1394/;
+SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+BDEPEND="virtual/pkgconfig[${MULTILIB_USEDEP}]"
+DEPEND=">=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf --disable-static
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${D}" -name '*.la' -type f -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libavc1394/

2017-12-01 Thread David Seifert
commit: 3ea3ffd2a2ff26c270f550ed98b534eaa62e32b6
Author: David Seifert  gentoo  org>
AuthorDate: Fri Dec  1 21:17:55 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Dec  1 22:18:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea3ffd2

sys-libs/libavc1394: [QA] Fix DESCRIPTION.toolong

 sys-libs/libavc1394/libavc1394-0.5.3.ebuild| 2 +-
 sys-libs/libavc1394/libavc1394-0.5.4-r1.ebuild | 2 +-
 sys-libs/libavc1394/libavc1394-0.5.4.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-libs/libavc1394/libavc1394-0.5.3.ebuild 
b/sys-libs/libavc1394/libavc1394-0.5.3.ebuild
index 359b39a142f..8b8e455c2a6 100644
--- a/sys-libs/libavc1394/libavc1394-0.5.3.ebuild
+++ b/sys-libs/libavc1394/libavc1394-0.5.3.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-DESCRIPTION="library for the 1394 Trade Association AV/C (Audio/Video Control) 
Digital Interface Command Set"
+DESCRIPTION="library for the 1394 AV/C (Audio/Video Control) Digital Interface 
Command Set"
 HOMEPAGE="https://sourceforge.net/projects/libavc1394/;
 SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz"
 

diff --git a/sys-libs/libavc1394/libavc1394-0.5.4-r1.ebuild 
b/sys-libs/libavc1394/libavc1394-0.5.4-r1.ebuild
index 20e6da0e228..cd8892d4773 100644
--- a/sys-libs/libavc1394/libavc1394-0.5.4-r1.ebuild
+++ b/sys-libs/libavc1394/libavc1394-0.5.4-r1.ebuild
@@ -5,7 +5,7 @@ EAPI="4"
 
 inherit autotools-multilib
 
-DESCRIPTION="library for the 1394 Trade Association AV/C (Audio/Video Control) 
Digital Interface Command Set"
+DESCRIPTION="library for the 1394 AV/C (Audio/Video Control) Digital Interface 
Command Set"
 HOMEPAGE="https://sourceforge.net/projects/libavc1394/;
 SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz"
 

diff --git a/sys-libs/libavc1394/libavc1394-0.5.4.ebuild 
b/sys-libs/libavc1394/libavc1394-0.5.4.ebuild
index 9d33d1a8038..28d1a6bb81c 100644
--- a/sys-libs/libavc1394/libavc1394-0.5.4.ebuild
+++ b/sys-libs/libavc1394/libavc1394-0.5.4.ebuild
@@ -5,7 +5,7 @@ EAPI="4"
 
 inherit autotools-utils
 
-DESCRIPTION="library for the 1394 Trade Association AV/C (Audio/Video Control) 
Digital Interface Command Set"
+DESCRIPTION="library for the 1394 AV/C (Audio/Video Control) Digital Interface 
Command Set"
 HOMEPAGE="https://sourceforge.net/projects/libavc1394/;
 SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz"
 



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libavc1394/

2017-06-18 Thread Alexis Ballier
commit: 5a88c1475bed68edaa77b2ca5f4bf86c2acd7d0c
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sun Jun 18 10:39:41 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Jun 18 11:44:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a88c147

sys-libs/libavc1394: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-libs/libavc1394/libavc1394-0.5.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libavc1394/libavc1394-0.5.4-r1.ebuild 
b/sys-libs/libavc1394/libavc1394-0.5.4-r1.ebuild
index 2e9c8dfe9b0..20e6da0e228 100644
--- a/sys-libs/libavc1394/libavc1394-0.5.4-r1.ebuild
+++ b/sys-libs/libavc1394/libavc1394-0.5.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
 IUSE="static-libs"
 
 RDEPEND=">=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}]