public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-tv/nvtv/files/, media-tv/nvtv/
@ 2016-04-26 22:27 Austin English
  0 siblings, 0 replies; only message in thread
From: Austin English @ 2016-04-26 22:27 UTC (permalink / raw
  To: gentoo-commits

commit:     13301cad37c35e63f4f3e75507ccb3f2bca5f905
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 22:25:46 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 22:26:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13301cad

media-tv/nvtv: use #!/sbin/openrc-run instead of #!/sbin/runscript

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=573846

Package-Manager: portage-2.2.26

 media-tv/nvtv/files/nvtv.start     |  4 +--
 media-tv/nvtv/nvtv-0.4.7-r2.ebuild | 58 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+), 2 deletions(-)

diff --git a/media-tv/nvtv/files/nvtv.start b/media-tv/nvtv/files/nvtv.start
index 0d80445..76091c1 100644
--- a/media-tv/nvtv/files/nvtv.start
+++ b/media-tv/nvtv/files/nvtv.start
@@ -1,5 +1,5 @@
-#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 

diff --git a/media-tv/nvtv/nvtv-0.4.7-r2.ebuild b/media-tv/nvtv/nvtv-0.4.7-r2.ebuild
new file mode 100644
index 0000000..d017003
--- /dev/null
+++ b/media-tv/nvtv/nvtv-0.4.7-r2.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+IUSE="X gtk"
+
+DESCRIPTION="TV-Out for NVidia cards"
+HOMEPAGE="http://sourceforge.net/projects/nv-tv-out/"
+SRC_URI="mirror://sourceforge/nv-tv-out/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64"
+
+RDEPEND="sys-apps/pciutils[-zlib]
+	gtk? ( x11-libs/gtk+:2 )
+	X? ( x11-libs/libXi
+		x11-libs/libXmu
+		x11-libs/libXxf86vm )"
+
+DEPEND="${RDEPEND}
+	X? ( x11-proto/xf86vidmodeproto )"
+
+src_configure() {
+	local myconf
+
+	if use gtk
+	then
+		myconf="${myconf} --with-gtk"
+	else
+		myconf="${myconf} --without-gtk"
+	fi
+
+	use X \
+		&& myconf="${myconf} --with-x" \
+		|| myconf="${myconf} --without-x"
+
+	econf ${myconf}
+}
+
+src_compile() {
+	# The CFLAGS don't seem to make it into the Makefile.
+	cd src
+	emake CXFLAGS="${CFLAGS}"
+}
+
+src_install() {
+	dobin src/nvtv
+	dosbin src/nvtvd
+
+	dodoc ANNOUNCE BUGS FAQ INSTALL README \
+		doc/USAGE doc/chips.txt doc/overview.txt \
+		doc/timing.txt xine/tvxine
+
+	newinitd "${FILESDIR}"/nvtv.start nvtv
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-26 22:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-26 22:27 [gentoo-commits] repo/gentoo:master commit in: media-tv/nvtv/files/, media-tv/nvtv/ Austin English

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox