commit:     2ba8b7f4c872fb56ad28c03e80e1cb1024a2f7f6
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 27 12:04:53 2019 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 12:06:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba8b7f4

media-video/cpvts: EAPI 7

Bug: https://bugs.gentoo.org/697264
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-2.3.78, Repoman-2.3.16

 media-video/cpvts/cpvts-1.2-r1.ebuild | 39 +++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/media-video/cpvts/cpvts-1.2-r1.ebuild 
b/media-video/cpvts/cpvts-1.2-r1.ebuild
new file mode 100644
index 00000000000..0138d6ee6d0
--- /dev/null
+++ b/media-video/cpvts/cpvts-1.2-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils toolchain-funcs
+
+IUSE=""
+
+S="${WORKDIR}/${PN}"
+
+DESCRIPTION="raw copy title sets from a DVD to your harddisc"
+SRC_URI="http://www.lallafa.de/bp/files/${P}.tgz";
+HOMEPAGE="http://www.lallafa.de/bp/cpvts.html";
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="media-libs/libdvdread"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+       "${FILESDIR}/${P}-dvdread.patch"
+)
+
+echodo() {
+       echo "$@"
+       "$@" || die "failed"
+}
+
+src_compile () {
+       echodo $(tc-getCC) ${CFLAGS} ${LDFLAGS} -Wl,-rpath,/usr/lib -o cpvts \
+               cpvts.c -lm -ldvdread
+}
+
+src_install () {
+       dobin ${PN}
+}

Reply via email to