summaryrefslogtreecommitdiff
path: root/media-libs/libasdcp-cth
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-05 21:17:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-05 21:17:31 +0100
commitdc7cbdfa65fd814b3b9aa3c56257da201109e807 (patch)
treec85d72f6f31f21f178069c9d41d41a7c1ff4b362 /media-libs/libasdcp-cth
parent0706fc6986773f4e4d391deff4ad5143c464ea4e (diff)
gentoo resync : 05.04.2019
Diffstat (limited to 'media-libs/libasdcp-cth')
-rw-r--r--media-libs/libasdcp-cth/Manifest5
-rw-r--r--media-libs/libasdcp-cth/files/libasdcp-cth-0.1.1-no-ldconfig.patch12
-rw-r--r--media-libs/libasdcp-cth/files/libasdcp-cth-0.1.2-respect-cxxflags.patch14
-rw-r--r--media-libs/libasdcp-cth/libasdcp-cth-0.1.3.ebuild34
-rw-r--r--media-libs/libasdcp-cth/metadata.xml5
5 files changed, 0 insertions, 70 deletions
diff --git a/media-libs/libasdcp-cth/Manifest b/media-libs/libasdcp-cth/Manifest
deleted file mode 100644
index e875c0a2140c..000000000000
--- a/media-libs/libasdcp-cth/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX libasdcp-cth-0.1.1-no-ldconfig.patch 269 BLAKE2B ca93c78ba61e48f0e7de857e762d7f80390862822508610bfdf879edfac65dfd6ec427ad499ff4101c03f95a69caa99053cac63ba34db1f6777612acc16a70f1 SHA512 72bd96dd5a93c3b17b488ee67a8b5297b5f5f712e024cee17fe8c0b6669f15f267dd9ab7c7cb3b81a266d5ad3aca1cab2b9c49eaf6e9486883a61442f87786fb
-AUX libasdcp-cth-0.1.2-respect-cxxflags.patch 423 BLAKE2B 0b87a20f15e36e839893cead97f259abed082b02e5801f81d291aba1056c1868ae72102164225d25df2d933cf584a6a6a9f6c0f0fb02f4e16af577bfea3808e2 SHA512 9c363d6705f6f0b1da7387ab9366ec1f14334325958ab56bb005b3ef8cede0a67953def0033ccee098d7cde42df5ade3aad99a98fdd69ffad5ec4c8c54a287a5
-DIST libasdcp-cth-0.1.3.tar.bz2 637004 BLAKE2B 5c8a5a63f9d8b8a3e6ea245d7ad66715f4dc4f73af41bacc66d2259d25ecf52e2f1c951b240478fd674f34c8c9581a2867acd05e2bd23c5ad95609a22b5f7680 SHA512 db707a39e79ce4dcda7f20610b4fc3d1609d75dc9cc1f14a6bf7627231993882e843a3ebd9abb540a3f746c2898f94fa7bfd0617eb7c85d243585e4647e218c6
-EBUILD libasdcp-cth-0.1.3.ebuild 824 BLAKE2B 9d5189fa5ceaf6176ec48724594d659b1a187c8b11fe324aa80ad32281396654fbb2bc544d843b3082ea31efd76b61de39c6c5f9b6fbbf291bab75149cfde543 SHA512 c7aa2b52c94e20328d66f5c48336cc1aa1fec85da29ceb0790d7aef5a950c8c80ae68fea10d44ad16728e9c27d5a91a80686d3a1dea6bcd0818fbaa9aba2db6e
-MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.1-no-ldconfig.patch b/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.1-no-ldconfig.patch
deleted file mode 100644
index 097f31ecabb3..000000000000
--- a/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.1-no-ldconfig.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- libasdcp-cth-0.1.1/wscript
-+++ libasdcp-cth-0.1.1/wscript
-@@ -84,8 +84,7 @@
- bld.add_post_fun(post)
-
- def post(ctx):
-- if ctx.cmd == 'install':
-- ctx.exec_command('/sbin/ldconfig')
-+ pass
-
- def tags(bld):
- os.system('etags src/*.cc src/*.h')
diff --git a/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.2-respect-cxxflags.patch b/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.2-respect-cxxflags.patch
deleted file mode 100644
index 15eeceb58423..000000000000
--- a/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.2-respect-cxxflags.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- libasdcp-cth-0.1.2/wscript
-+++ libasdcp-cth-0.1.2/wscript
-@@ -38,11 +38,6 @@
- else:
- boost_lib_suffix = ''
-
-- if conf.options.enable_debug:
-- conf.env.append_value('CXXFLAGS', '-g')
-- else:
-- conf.env.append_value('CXXFLAGS', '-O2')
--
- conf.check_cxx(fragment="""
- #include <boost/version.hpp>\n
- #if BOOST_VERSION < 104500\n
diff --git a/media-libs/libasdcp-cth/libasdcp-cth-0.1.3.ebuild b/media-libs/libasdcp-cth/libasdcp-cth-0.1.3.ebuild
deleted file mode 100644
index 06b2c20ea9c1..000000000000
--- a/media-libs/libasdcp-cth/libasdcp-cth-0.1.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
-PYTHON_REQ_USE="threads(+)"
-inherit python-any-r1 waf-utils
-
-DESCRIPTION="implementation of SMPTE and the MXF Interop Sound & Picture Track File format"
-HOMEPAGE="http://carlh.net/asdcplib"
-SRC_URI="http://carlh.net/downloads/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-libs/boost
- dev-libs/openssl:0"
-DEPEND="${RDEPEND}
- dev-util/waf
- virtual/pkgconfig
- ${PYTHON_DEPS}"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.1.1-no-ldconfig.patch
- "${FILESDIR}"/${PN}-0.1.2-respect-cxxflags.patch)
-
-src_prepare() {
- rm -r waf aclocal.m4 m4 configure{,.ac} Makefile.{am,in} || die
- export WAF_BINARY=${EROOT}usr/bin/waf
-
- default
-}
diff --git a/media-libs/libasdcp-cth/metadata.xml b/media-libs/libasdcp-cth/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/media-libs/libasdcp-cth/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>