mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
media-libs/libsub: Version bump.
Package-Manager: Portage-2.3.31, Repoman-2.3.9
This commit is contained in:
@@ -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
|
||||
|
||||
47
media-libs/libsub/libsub-1.3.1.ebuild
Normal file
47
media-libs/libsub/libsub-1.3.1.ebuild
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user