From: "Jörg Bornkessel" <hd_brummy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vdr2jpeg/
Date: Sat, 25 Jan 2020 19:00:40 +0000 (UTC) [thread overview]
Message-ID: <1579978820.2f0af8a1228eb22192aafe8bf774df4f5c8171cf.hd_brummy@gentoo> (raw)
commit: 2f0af8a1228eb22192aafe8bf774df4f5c8171cf
Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 18:59:07 2020 +0000
Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 19:00:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f0af8a1
media-video/vdr2jpeg: eapi 7; reassigned package to myself
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>
media-video/vdr2jpeg/metadata.xml | 18 ++++++-----
media-video/vdr2jpeg/vdr2jpeg-0.2.0-r1.ebuild | 45 +++++++++++++++++++++++++++
2 files changed, 56 insertions(+), 7 deletions(-)
diff --git a/media-video/vdr2jpeg/metadata.xml b/media-video/vdr2jpeg/metadata.xml
index 5e673b528cd..40d5ea0ecfe 100644
--- a/media-video/vdr2jpeg/metadata.xml
+++ b/media-video/vdr2jpeg/metadata.xml
@@ -1,12 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <name>Joerg Bornkessel</name>
+ <email>hd_brummy@gentoo.org</email>
+ </maintainer>
<maintainer type="project">
- <email>media-video@gentoo.org</email>
- <name>Gentoo Video project</name>
- </maintainer>
- <longdescription lang="en">
- Addon needed for XXV - WWW Admin for the Video Disk Recorder
- Creating jpeg pics from *.vdr files
- </longdescription>
+ <email>media-video@gentoo.org</email>
+ <name>Gentoo Video project</name>
+ </maintainer>
+ <longdescription lang="en">
+ Addon needed for XXV - WWW Admin for the Video Disk Recorder
+ Creating jpeg pics from *.vdr files
+ </longdescription>
</pkgmetadata>
diff --git a/media-video/vdr2jpeg/vdr2jpeg-0.2.0-r1.ebuild b/media-video/vdr2jpeg/vdr2jpeg-0.2.0-r1.ebuild
new file mode 100644
index 00000000000..be8cbb63595
--- /dev/null
+++ b/media-video/vdr2jpeg/vdr2jpeg-0.2.0-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+VERSION="1911" # every bump, new version
+
+RESTRICT="strip"
+
+DESCRIPTION="Addon needed for XXV - WWW Admin for the Video Disk Recorder"
+HOMEPAGE="https://projects.vdr-developer.org/projects/xxv"
+SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libav"
+
+RDEPEND="
+ libav? ( media-video/libav )
+ !libav? ( media-video/ffmpeg:0 )
+"
+DEPEND="${RDEPEND}"
+
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( README LIESMICH )
+
+src_prepare() {
+ sed -i Makefile \
+ -e "s:usr/local:usr:" \
+ -e "s:-o vdr2jpeg:\$(LDFLAGS) -o vdr2jpeg:" || die
+
+ default
+}
+
+src_install() {
+ if use libav; then
+ emake DESTDIR="${D}" install FFMPEG_BIN=/usr/bin/avconv
+ else
+ emake DESTDIR="${D}" install FFMPEG_BIN=/usr/bin/ffmpeg
+ fi
+
+ einstalldocs
+}
next reply other threads:[~2020-01-25 19:00 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-25 19:00 Jörg Bornkessel [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-10-22 6:40 [gentoo-commits] repo/gentoo:master commit in: media-video/vdr2jpeg/ Jakov Smolić
2021-10-21 23:28 Sam James
2021-10-21 23:28 Sam James
2020-08-27 12:22 Jörg Bornkessel
2020-06-11 19:03 Jörg Bornkessel
2020-06-09 21:47 Jörg Bornkessel
2020-06-07 19:21 Jörg Bornkessel
2020-04-26 12:26 David Seifert
2020-04-26 11:00 David Seifert
2020-02-14 21:51 Jörg Bornkessel
2018-05-13 19:20 Aaron Bauman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1579978820.2f0af8a1228eb22192aafe8bf774df4f5c8171cf.hd_brummy@gentoo \
--to=hd_brummy@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox