* [gentoo-commits] repo/gentoo:master commit in: media-libs/libsub/
@ 2018-05-01 21:09 Michael Weber
0 siblings, 0 replies; only message in thread
From: Michael Weber @ 2018-05-01 21:09 UTC (permalink / raw
To: gentoo-commits
commit: 37bb1c85b1adea4e1f2af90e1014da1a0f309d51
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue May 1 21:08:28 2018 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue May 1 21:09:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37bb1c85
media-libs/libsub: Version bump.
Package-Manager: Portage-2.3.31, Repoman-2.3.9
media-libs/libsub/Manifest | 1 +
media-libs/libsub/libsub-1.3.1.ebuild | 47 +++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/media-libs/libsub/Manifest b/media-libs/libsub/Manifest
index a5b89226538..c6354e839c3 100644
--- a/media-libs/libsub/Manifest
+++ b/media-libs/libsub/Manifest
@@ -1,2 +1,3 @@
DIST libsub-1.1.13.tar.bz2 178168 BLAKE2B cce6a1e5038aa07dfa9a55d70ceae40c6892e2aeca627ef0ed43eb37a0fc9de9ad80a0788311b3b24dda106e042b6e43ffe0d3f6c0eebbec026d472869ba6603 SHA512 85785ce69e52ce8d5746a9cf15178a9e98d13f63a4c899d13ff5df40ab871fd8ddbea0261b7e01ab9220973c0f9b6f0faeefe94c7f0755eaf43ae2674c367ea6
DIST libsub-1.2.4.tar.bz2 179025 BLAKE2B 7760b46864e6a30616003fef84953c6b57b2ec990c7dc0d787210904eecebd8ada35822b0e690c15425854449c4fd4754926108a5ffe444fbad74e500d542981 SHA512 c7e5f73b5e46322434c5ad3235c374311e30df0e4d794645a716867e696683883b1576fb206e85db6aebe649c9e59299abac86a513c9ac93bd5ebefec826a63e
+DIST libsub-1.3.1.tar.bz2 178834 BLAKE2B 3b25d16ec9578445091ae393408ff33cb8ad4f18610a8ee4fd098897306635cea8171b37c8a0d4afc5136b53fc670fbab9fd12493af33ad166ff54e35c1d09b1 SHA512 650725d1a0f1b5c4be3d1df79f4645661a33d8086e0c239847176d8725f0b522f74aa4f6e52acb90b9de9d865dc975876311f3748be63eea998f77f33299e534
diff --git a/media-libs/libsub/libsub-1.3.1.ebuild b/media-libs/libsub/libsub-1.3.1.ebuild
new file mode 100644
index 00000000000..57dc3eeafc2
--- /dev/null
+++ b/media-libs/libsub/libsub-1.3.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 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="read and write subtitles in a few different formats"
+HOMEPAGE="http://carlh.net/libsub"
+SRC_URI="http://carlh.net/downloads/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="1.0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-cpp/glibmm:2
+ dev-cpp/libxmlpp:2.6
+ dev-libs/boost:=
+ >=dev-libs/libcxml-0.15.4
+ dev-libs/openssl:0
+ >=media-libs/libasdcp-cth-0.1.3"
+DEPEND="${RDEPEND}
+ dev-util/waf
+ virtual/pkgconfig
+ ${PYTHON_DEPS}"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.2.4-no-ldconfig.patch
+ "${FILESDIR}"/${PN}-1.1.13-respect-cxxflags.patch )
+
+src_prepare() {
+ rm -v waf || die
+ export WAF_BINARY=${EROOT}usr/bin/waf
+
+ ewarn "Some tests failing due missing files/certs are disabled."
+ sed -e '/ssa_reader_test.cc/d' \
+ -e '/dcp_to_stl_binary_test.cc/d' \
+ -i test/wscript || die
+
+ default
+}
+
+src_test() {
+ ./run/tests || die
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-05-01 21:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-01 21:09 [gentoo-commits] repo/gentoo:master commit in: media-libs/libsub/ Michael Weber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox