public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/musl:master commit in: media-libs/libdc1394/files/, media-libs/libdc1394/
@ 2021-03-13 21:02 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2021-03-13 21:02 UTC (permalink / raw
  To: gentoo-commits

commit:     94ba058a40c45decd3a9bcc1cf15a534668ee2fd
Author:     Dave Hughes <davidhughes205 <AT> gmail <DOT> com>
AuthorDate: Sat Mar 13 15:02:11 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 21:02:39 2021 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=94ba058a

media-libs/libdc1394: remove from overlay

Package-Manager: Portage-3.0.17, Repoman-3.0.2
RepoMan-Options: --force
Manifest-Sign-Key: 0xA1919C830E9498E0
Signed-off-by: Dave Hughes <davidhughes205 <AT> gmail.com>
Closes: https://github.com/gentoo/musl/pull/417
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libdc1394/Manifest                      |  2 -
 .../libdc1394/files/libdc1394-2.2.1-pthread.patch  | 13 -----
 .../libdc1394/files/libdc1394-fix-uint.patch       | 12 -----
 media-libs/libdc1394/libdc1394-2.2.5-r1.ebuild     | 58 ----------------------
 media-libs/libdc1394/metadata.xml                  | 10 ----
 5 files changed, 95 deletions(-)

diff --git a/media-libs/libdc1394/Manifest b/media-libs/libdc1394/Manifest
deleted file mode 100644
index 92ad546..0000000
--- a/media-libs/libdc1394/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST libdc1394-2.2.5.tar.gz 611918 BLAKE2B 64a5e156bfcef1f7a0ab2ec9be6cab65cf47bdc79ec3387d183778287ea1f72234325f7df5b67745289d68aea0105f24d7c55a4f13e913a60d43e3d74fcd4979 SHA512 4a02560b7b2db7199b91c35786cb9d5af51398795fc1b7f0cb577d3563b27c0d03d407fa472d9756a2f87b658350a55d29c16fef401a74f835ba86e25214d13c
-DIST sdl.m4-20140620.tar.xz 2420 BLAKE2B 2057bd14817809fc4ce8188971e846d70deda495c25dc3e1e87499f61b67373870c4b3f171edd9e5cf20e29c5d4c1eb11858001c67658e06715be3550668a61d SHA512 d8844d0967809241b642e0b6aaf45f2a5e94567d239d338aee45aaeb0e38765bcae419660562b7064d91afec63cc6ade0878fc7d6f36c61c083d136098a9af55

diff --git a/media-libs/libdc1394/files/libdc1394-2.2.1-pthread.patch b/media-libs/libdc1394/files/libdc1394-2.2.1-pthread.patch
deleted file mode 100644
index 535dc90..0000000
--- a/media-libs/libdc1394/files/libdc1394-2.2.1-pthread.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://bugs.gentoo.org/514008
-
---- a/dc1394/usb/Makefile.am
-+++ b/dc1394/usb/Makefile.am
-@@ -8,7 +8,7 @@
- endif
- 
- AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/dc1394 $(LIBUSB_CFLAGS)
--libdc1394_usb_la_LIBADD = $(LIBUSB_LIBS)
-+libdc1394_usb_la_LIBADD = $(LIBUSB_LIBS) -lpthread
- libdc1394_usb_la_SOURCES =  \
- 	control.c \
- 	usb.h \

diff --git a/media-libs/libdc1394/files/libdc1394-fix-uint.patch b/media-libs/libdc1394/files/libdc1394-fix-uint.patch
deleted file mode 100644
index d306e81..0000000
--- a/media-libs/libdc1394/files/libdc1394-fix-uint.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur libdc1394-2.2.5.orig/dc1394/bayer.c libdc1394-2.2.5/dc1394/bayer.c
---- libdc1394-2.2.5.orig/dc1394/bayer.c	2016-10-11 02:19:10.000000000 -0400
-+++ libdc1394-2.2.5/dc1394/bayer.c	2019-03-09 16:57:41.916900517 -0500
-@@ -775,7 +775,7 @@
- {
- 	uint8_t *outR, *outG, *outB;
- 	register int i, j;
--	uint tmp;
-+	int tmp;
- 	int st=sx*sy;
- 	int p;
- 	int sx2=sx<<1;

diff --git a/media-libs/libdc1394/libdc1394-2.2.5-r1.ebuild b/media-libs/libdc1394/libdc1394-2.2.5-r1.ebuild
deleted file mode 100644
index 9e7632b..0000000
--- a/media-libs/libdc1394/libdc1394-2.2.5-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools multilib-minimal
-
-DESCRIPTION="Library to interface with IEEE 1394 cameras following the IIDC specification"
-HOMEPAGE="https://sourceforge.net/projects/libdc1394/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-	https://dev.gentoo.org/~ssuominen/sdl.m4-20140620.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="2"
-KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
-IUSE="doc static-libs"
-
-RDEPEND="
-	>=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}]
-	>=virtual/libusb-1-r1:1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	doc? ( app-doc/doxygen )"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-2.2.1-pthread.patch
-	"${FILESDIR}"/${PN}-fix-uint.patch
-)
-
-src_prepare() {
-	default
-	AT_M4DIR=${WORKDIR}/aclocal eautoreconf
-}
-
-multilib_src_configure() {
-	local myeconfargs=(
-		$(use_enable doc doxygen-html)
-		$(use_enable static-libs static)
-		--disable-examples
-		--program-suffix=2
-		--without-x # only useful for (disabled) examples
-	)
-
-	multilib_is_native_abi || myeconfargs+=( --disable-doxygen-html )
-
-	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_compile() {
-	default
-	multilib_is_native_abi && use doc && emake doc
-}
-
-multilib_src_install() {
-	multilib_is_native_abi && use doc && local HTML_DOCS=( doc/html/. )
-	default
-	find "${ED}" -name '*.la' -delete || die
-}

diff --git a/media-libs/libdc1394/metadata.xml b/media-libs/libdc1394/metadata.xml
deleted file mode 100644
index c587375..0000000
--- a/media-libs/libdc1394/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>media-video@gentoo.org</email>
-  </maintainer>
-  <upstream>
-    <remote-id type="sourceforge">libdc1394</remote-id>
-  </upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-13 21:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-13 21:02 [gentoo-commits] proj/musl:master commit in: media-libs/libdc1394/files/, media-libs/libdc1394/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox