summaryrefslogtreecommitdiff
path: root/media-libs/libdc1394
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-25 15:22:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-25 15:22:17 +0100
commit22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (patch)
tree808b5701901fb54b53ec3ecf6f33272e933f3ea6 /media-libs/libdc1394
parent91c0ec2d7067f6ab1ef578bd9967b32ca07eb502 (diff)
gentoo resync : 25.05.2018
Diffstat (limited to 'media-libs/libdc1394')
-rw-r--r--media-libs/libdc1394/Manifest1
-rw-r--r--media-libs/libdc1394/files/libdc1394-2.2.1-includes.patch29
2 files changed, 0 insertions, 30 deletions
diff --git a/media-libs/libdc1394/Manifest b/media-libs/libdc1394/Manifest
index a958652f0811..976318f99557 100644
--- a/media-libs/libdc1394/Manifest
+++ b/media-libs/libdc1394/Manifest
@@ -1,4 +1,3 @@
-AUX libdc1394-2.2.1-includes.patch 1024 BLAKE2B 9bd32fdd870be4607531318c18a48245507cf21c53d289a1dcb969d5e3578607f186ca04707e88d237e81231713722b11ecb93680c40e8ea04f2a6a0244c4ee9 SHA512 8fd615b01c1233c11815c9aaa1137c477e52c0482f860e0395c1e10a64694e4c8850d61ba42480a6a13a26cab6732a2dead95e9f4d2e2662aafae51482e69f70
AUX libdc1394-2.2.1-pthread.patch 332 BLAKE2B e43035a9b9f9f7dc42806ee5fac9b1c7c7edcef700a82e845fe72e55f09de31904d61795afdbe50a8e8e1638ac2da0efaee5658a0301b183bfe06dea0a5f46f8 SHA512 ae0c6c4ad19da0b06ebae86e2602dcf80997ccea5cc45c18f71b5c55ac668310989d87e99075a1020cc58fe5d9f8bae71435aecae21e786b4c7436628fba808e
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-includes.patch b/media-libs/libdc1394/files/libdc1394-2.2.1-includes.patch
deleted file mode 100644
index db703e9c3718..000000000000
--- a/media-libs/libdc1394/files/libdc1394-2.2.1-includes.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Fix out of source builds.
-https://bugs.gentoo.org/show_bug.cgi?id=488716
-
-Index: libdc1394-2.2.1/dc1394/juju/Makefile.am
-===================================================================
---- libdc1394-2.2.1.orig/dc1394/juju/Makefile.am
-+++ libdc1394-2.2.1/dc1394/juju/Makefile.am
-@@ -7,7 +7,7 @@ noinst_LTLIBRARIES = libdc1394-juju.la
- pkgjujuinclude_HEADERS =
- endif
-
--AM_CFLAGS = -I$(top_srcdir)/dc1394
-+AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/dc1394
- libdc1394_juju_la_SOURCES = \
- control.c \
- capture.c \
-Index: libdc1394-2.2.1/dc1394/usb/Makefile.am
-===================================================================
---- libdc1394-2.2.1.orig/dc1394/usb/Makefile.am
-+++ libdc1394-2.2.1/dc1394/usb/Makefile.am
-@@ -7,7 +7,7 @@ noinst_LTLIBRARIES = libdc1394-usb.la
- pkgusbinclude_HEADERS =
- endif
-
--AM_CFLAGS = -I$(top_srcdir)/dc1394 $(LIBUSB_CFLAGS)
-+AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/dc1394 $(LIBUSB_CFLAGS)
- libdc1394_usb_la_LIBADD = $(LIBUSB_LIBS)
- libdc1394_usb_la_SOURCES = \
- control.c \