commit:     552e112547c9bed614cd69260d60d09a02922ef0
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Mon Feb 29 13:09:31 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Feb 29 16:18:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=552e1125

media-video/bdsup2sub++: new package, C++ port of BDSup2Sub

Package-Manager: portage-2.2.27

 media-video/bdsup2sub++/Manifest                 |  1 +
 media-video/bdsup2sub++/bdsup2sub++-1.0.2.ebuild | 33 ++++++++++++++++++++++++
 media-video/bdsup2sub++/metadata.xml             | 20 ++++++++++++++
 3 files changed, 54 insertions(+)

diff --git a/media-video/bdsup2sub++/Manifest b/media-video/bdsup2sub++/Manifest
new file mode 100644
index 0000000..f5d3a0f
--- /dev/null
+++ b/media-video/bdsup2sub++/Manifest
@@ -0,0 +1 @@
+DIST bdsup2sub++-1.0.2.tar.gz 301413 SHA256 
89b1a99313fe2f1a3ff101c64a2f85e7f92c81fde41a212a3d854caf49b933c5 SHA512 
181cd241588d0fe9217b4534c377af745ff04bcf1af5fbff44c821ec8e45063bb5df0bef0b5d8ba6a9f24740387959487c6e2d3964bfefd935a098ad525b8102
 WHIRLPOOL 
b5a81ea1bfca02bc8ecf7fb35f47fd9507bd3b078bfd7241bd9ae176e7c7acf97c9478654f1c1e50b9ee1474d14b6c63d7184e1b66d9b432f0f44f771570c0e6

diff --git a/media-video/bdsup2sub++/bdsup2sub++-1.0.2.ebuild 
b/media-video/bdsup2sub++/bdsup2sub++-1.0.2.ebuild
new file mode 100644
index 0000000..de59e68
--- /dev/null
+++ b/media-video/bdsup2sub++/bdsup2sub++-1.0.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit qmake-utils
+
+MY_PN="BDSup2SubPlusPlus"
+DESCRIPTION="C++ port of BDSup2Sub"
+HOMEPAGE="https://github.com/amichaelt/BDSup2SubPlusPlus";
+SRC_URI="https://github.com/amichaelt/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       x11-libs/libqxt
+       dev-qt/qtcore:4
+       dev-qt/qtgui:4
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}/src"
+
+src_configure() {
+       eqmake4 ${PN}.pro
+}
+
+src_install() {
+       dobin ${PN}
+}

diff --git a/media-video/bdsup2sub++/metadata.xml 
b/media-video/bdsup2sub++/metadata.xml
new file mode 100644
index 0000000..d02dde9
--- /dev/null
+++ b/media-video/bdsup2sub++/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>sautier.lo...@gmail.com</email>
+               <name>Louis Sautier</name>
+               <description>Proxied maintainer; set to assignee in all 
bugs</description>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-ma...@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">amichaelt/BDSup2SubPlusPlus</remote-id>
+               
<bugs-to>https://github.com/amichaelt/BDSup2SubPlusPlus/issues</bugs-to>
+       </upstream>
+       <longdescription lang="en">
+               BDSup2Sub++ (c) 2012 is a port of the original BDSup2Sub (c) 
2009 by 0xdeadbeef and incorporating enhancements from Miklos Juhasz. It is a 
subtitle conversion tool for image based stream formats with scaling 
capabilities and some other nice features.
+       </longdescription>
+</pkgmetadata>

Reply via email to