public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-video/harvid/
@ 2016-09-23 15:33 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2016-09-23 15:33 UTC (permalink / raw
  To: gentoo-commits

commit:     3eddcfe618b6803a990267f367ca74efc1fc41f0
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 15:33:35 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 15:33:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eddcfe6

media-video/harvid: bump to 0.8.1; bug #594268

Package-Manager: portage-2.3.1

 media-video/harvid/Manifest            |  1 +
 media-video/harvid/harvid-0.8.1.ebuild | 51 ++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/media-video/harvid/Manifest b/media-video/harvid/Manifest
index aba8571..15c8869 100644
--- a/media-video/harvid/Manifest
+++ b/media-video/harvid/Manifest
@@ -1 +1,2 @@
 DIST harvid-0.8.0.tar.gz 116079 SHA256 d4c017fb010aa1479d41d3f4cc9f77e8a0140dd359ea629faeda81093c2c8c88 SHA512 8e999e91e36708df7264fc351e5b6cac6c47fa5e0e612d0917bbfa02e98d13f9758f43312e6febebe56e7b8f2f72b80b6c47598de7100d3b5479b80720b91568 WHIRLPOOL d50f94b745192158d95f895ce6d13933891078b484f4d5e6b9a06d7c65e340a59cf5a3e66e87c9b013618c4a9ecea7f8006aa7489c932d0d61769e64446fed36
+DIST harvid-0.8.1.tar.gz 116277 SHA256 a4aefc253ede1284b2eb6d3c193984eb4a9dde8dda832e2cbcb72242c3870e3e SHA512 b425eca844bb9eec3ec8caa324f783132a3e83938b258a5f8e92ce6dc47108ae491a009223b7e3c8051d965a1ff1b5e5509a804d1462641128a8524cde5ae60a WHIRLPOOL 5e9c6c5d6456cf04a22a04b862ec0fed9cc056d7db6f1803f88c7affdc3e51a8e6dd54b6d187672ff2ba62bd2abeec96d7cef51b91187d1607ef199650b18399

diff --git a/media-video/harvid/harvid-0.8.1.ebuild b/media-video/harvid/harvid-0.8.1.ebuild
new file mode 100644
index 00000000..8afaf51
--- /dev/null
+++ b/media-video/harvid/harvid-0.8.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs multilib eutils
+
+DESCRIPTION="HTTP Ardour Video Daemon"
+HOMEPAGE="http://x42.github.io/harvid/"
+SRC_URI="https://github.com/x42/harvid/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="libav"
+
+RDEPEND="
+	!libav? ( >=media-video/ffmpeg-2.6:0= )
+	libav? ( >=media-video/libav-9:0= )
+	media-libs/libpng:0=
+	virtual/jpeg:0
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+"
+
+hv_make() {
+	emake \
+		CC="$(tc-getCC)" \
+		RANLIB="$(tc-getRANLIB)" \
+		STRIP="true" \
+		NM="$(tc-getNM) -B" \
+		LD="$(tc-getLD)" \
+		AR="$(tc-getAR)" \
+		PREFIX="${EPREFIX:-/}usr" \
+		libdir="${EPREFIX:-/}usr/$(get_libdir)" \
+		hdocdir="${EPREFIX:-/}usr/share/doc/${PF}" \
+		"${@}"
+}
+
+src_compile() {
+	hv_make -C libharvid
+	hv_make -C src
+	hv_make
+}
+
+src_install() {
+	hv_make DESTDIR="${D}" install
+	dodoc ChangeLog README.md
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/harvid/
@ 2025-03-12 10:14 Ionen Wolkens
  0 siblings, 0 replies; 8+ messages in thread
From: Ionen Wolkens @ 2025-03-12 10:14 UTC (permalink / raw
  To: gentoo-commits

commit:     1baa082cca4a0ca443e24e1afec0681dd7bff5e5
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 12 06:17:17 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Mar 12 10:11:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1baa082c

media-video/harvid: add 0.9.1

Meant to do ffmpeg-compat rather than bump, but the bump is very
trivial only containing our patches + ffmpeg 6/7 compat for changes.

Closes: https://bugs.gentoo.org/909159
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-video/harvid/Manifest            |  1 +
 media-video/harvid/harvid-0.9.1.ebuild | 50 ++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/media-video/harvid/Manifest b/media-video/harvid/Manifest
index 4386171502a6..7df06518473a 100644
--- a/media-video/harvid/Manifest
+++ b/media-video/harvid/Manifest
@@ -1 +1,2 @@
 DIST harvid-0.9.0.tar.gz 116909 BLAKE2B 94b194c475aa402d750d2930c19402157674c5e629bf6212d0fbf0bfe9516f6272850ebca4fb9c6bb1c899418c48ac2b76ec6c04def35671df37ca0b44550e42 SHA512 cba47a9ad70633fbbc5a939819b7ad3c46f01b199b23c938b26092d731664bcfef05b4f03bf83433ddc63d191fef72d0cab09ae4c35efd2e1b2b37c4b2689e82
+DIST harvid-0.9.1.tar.gz 117187 BLAKE2B 18e72df0330f3d7bd420b95610b23cb582db32b427e5bacec74c43312742dd7de0dd4829bdbb7841f5e0ca62d11c0361b83efb6b6221da0ecb328d8efe28de29 SHA512 9a848078adeb1cc5730e21fac18acb5965fadf903dead52dcf805112938fc975d010cc5b651cdc87265e10c209273cb3a1a8c8ec64f9f2613640638747832466

diff --git a/media-video/harvid/harvid-0.9.1.ebuild b/media-video/harvid/harvid-0.9.1.ebuild
new file mode 100644
index 000000000000..56aca1510499
--- /dev/null
+++ b/media-video/harvid/harvid-0.9.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="HTTP Ardour Video Daemon"
+HOMEPAGE="https://x42.github.io/harvid/"
+SRC_URI="https://github.com/x42/harvid/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	media-video/ffmpeg:=
+	media-libs/libjpeg-turbo:=
+	media-libs/libpng:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	app-editors/vim-core
+	virtual/pkgconfig
+"
+
+hv_make() {
+	emake \
+		CC="$(tc-getCC)" \
+		RANLIB="$(tc-getRANLIB)" \
+		STRIP="true" \
+		NM="$(tc-getNM) -B" \
+		LD="$(tc-getLD)" \
+		AR="$(tc-getAR)" \
+		PREFIX="${EPREFIX}/usr" \
+		libdir="${EPREFIX}/usr/$(get_libdir)" \
+		hdocdir="${EPREFIX}/usr/share/doc/${PF}" \
+		"${@}"
+}
+
+src_compile() {
+	hv_make -C libharvid
+	hv_make -C src
+	hv_make
+}
+
+src_install() {
+	hv_make DESTDIR="${D}" install
+	dodoc ChangeLog README.md
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/harvid/
@ 2022-11-12 17:48 Matt Turner
  0 siblings, 0 replies; 8+ messages in thread
From: Matt Turner @ 2022-11-12 17:48 UTC (permalink / raw
  To: gentoo-commits

commit:     c201fdf864d15cbe2586ad10970720be3e1abfd7
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 17:29:34 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 17:32:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c201fdf8

media-video/harvid: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-video/harvid/Manifest               |  1 -
 media-video/harvid/harvid-0.8.3-r1.ebuild | 53 -------------------------------
 2 files changed, 54 deletions(-)

diff --git a/media-video/harvid/Manifest b/media-video/harvid/Manifest
index d0949e7155e6..4386171502a6 100644
--- a/media-video/harvid/Manifest
+++ b/media-video/harvid/Manifest
@@ -1,2 +1 @@
-DIST harvid-0.8.3.tar.gz 116446 BLAKE2B b245166ab2244a7afdddabb463296974c0d995d70ad8af6e93f549f045245597cb4ca3abf47c608eea15089ac5e6f82972b789d9a3f268b8be98f3080fd6e5e7 SHA512 748475602c7279f10790523cbd5cbf34c9cd283ca9e959ac0535fbb5b4ee6d2fcab976c5ddba3fa40862552b49d73df7145f36d26c9fe708063505812537a8ac
 DIST harvid-0.9.0.tar.gz 116909 BLAKE2B 94b194c475aa402d750d2930c19402157674c5e629bf6212d0fbf0bfe9516f6272850ebca4fb9c6bb1c899418c48ac2b76ec6c04def35671df37ca0b44550e42 SHA512 cba47a9ad70633fbbc5a939819b7ad3c46f01b199b23c938b26092d731664bcfef05b4f03bf83433ddc63d191fef72d0cab09ae4c35efd2e1b2b37c4b2689e82

diff --git a/media-video/harvid/harvid-0.8.3-r1.ebuild b/media-video/harvid/harvid-0.8.3-r1.ebuild
deleted file mode 100644
index 6e0a1ba99158..000000000000
--- a/media-video/harvid/harvid-0.8.3-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="HTTP Ardour Video Daemon"
-HOMEPAGE="http://x42.github.io/harvid/"
-SRC_URI="https://github.com/x42/harvid/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	>=media-video/ffmpeg-2.6:0=
-	media-libs/libpng:0=
-	virtual/jpeg:0
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-"
-BDEPEND="
-	app-editors/vim-core
-"
-
-PATCHES=( "${FILESDIR}/jpeg.patch" )
-
-hv_make() {
-	emake \
-		CC="$(tc-getCC)" \
-		RANLIB="$(tc-getRANLIB)" \
-		STRIP="true" \
-		NM="$(tc-getNM) -B" \
-		LD="$(tc-getLD)" \
-		AR="$(tc-getAR)" \
-		PREFIX="${EPREFIX:-/}usr" \
-		libdir="${EPREFIX:-/}usr/$(get_libdir)" \
-		hdocdir="${EPREFIX:-/}usr/share/doc/${PF}" \
-		"${@}"
-}
-
-src_compile() {
-	hv_make -C libharvid
-	hv_make -C src
-	hv_make
-}
-
-src_install() {
-	hv_make DESTDIR="${D}" install
-	dodoc ChangeLog README.md
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/harvid/
@ 2020-12-02  0:32 Aaron Bauman
  0 siblings, 0 replies; 8+ messages in thread
From: Aaron Bauman @ 2020-12-02  0:32 UTC (permalink / raw
  To: gentoo-commits

commit:     9af32c729e9ce0ff4fb01f8e81c2bc549f78ec2b
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  1 23:53:44 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 00:31:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af32c72

media-video/harvid: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 media-video/harvid/Manifest            |  3 --
 media-video/harvid/harvid-0.8.0.ebuild | 52 ----------------------------------
 media-video/harvid/harvid-0.8.1.ebuild | 48 -------------------------------
 media-video/harvid/harvid-0.8.2.ebuild | 48 -------------------------------
 4 files changed, 151 deletions(-)

diff --git a/media-video/harvid/Manifest b/media-video/harvid/Manifest
index 005704db487..b5d39b6f0c2 100644
--- a/media-video/harvid/Manifest
+++ b/media-video/harvid/Manifest
@@ -1,4 +1 @@
-DIST harvid-0.8.0.tar.gz 116079 BLAKE2B 17e92f9100d4874604d524b31d3bfd50f2b4f1bbd4d53ab82b05e65f4ff7d43176bad2cf57e197d54d4fb1281dc863d6afae50f8b312933014b92def51538dea SHA512 8e999e91e36708df7264fc351e5b6cac6c47fa5e0e612d0917bbfa02e98d13f9758f43312e6febebe56e7b8f2f72b80b6c47598de7100d3b5479b80720b91568
-DIST harvid-0.8.1.tar.gz 116277 BLAKE2B 1382625d241e63f3733817e57be4ad6cc57411aca6fbb7ba472e1b2959362fd384b1e2d1a35594656c30778fae4f54a1c89d1bb6565d006ad801e29c6d657d7d SHA512 b425eca844bb9eec3ec8caa324f783132a3e83938b258a5f8e92ce6dc47108ae491a009223b7e3c8051d965a1ff1b5e5509a804d1462641128a8524cde5ae60a
-DIST harvid-0.8.2.tar.gz 116541 BLAKE2B e3f82ad0b30fa0c1eefe84b85ba658c1897890d2b35aef355dfc029c26140ee5809a42d4e82a2ea515a277f4cc8cd24fdc032f6a42875bcddcb5bd4a77b6282a SHA512 fde352124008cd3d6230950c79a3a2b8d581803f952c7313c941226b00e80f8078053d941f2c5ead04672639a8db696f0c33482f69dab78187801d7ebce23fce
 DIST harvid-0.8.3.tar.gz 116446 BLAKE2B b245166ab2244a7afdddabb463296974c0d995d70ad8af6e93f549f045245597cb4ca3abf47c608eea15089ac5e6f82972b789d9a3f268b8be98f3080fd6e5e7 SHA512 748475602c7279f10790523cbd5cbf34c9cd283ca9e959ac0535fbb5b4ee6d2fcab976c5ddba3fa40862552b49d73df7145f36d26c9fe708063505812537a8ac

diff --git a/media-video/harvid/harvid-0.8.0.ebuild b/media-video/harvid/harvid-0.8.0.ebuild
deleted file mode 100644
index 45de47a567e..00000000000
--- a/media-video/harvid/harvid-0.8.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs multilib eutils
-
-DESCRIPTION="HTTP Ardour Video Daemon"
-HOMEPAGE="http://x42.github.io/harvid/"
-SRC_URI="https://github.com/x42/harvid/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	>=media-video/ffmpeg-2.6:0=
-	media-libs/libpng:0=
-	virtual/jpeg:0
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	epatch "${FILESDIR}/ffmpeg29.patch"
-}
-
-hv_make() {
-	emake \
-		CC="$(tc-getCC)" \
-		RANLIB="$(tc-getRANLIB)" \
-		STRIP="true" \
-		NM="$(tc-getNM) -B" \
-		LD="$(tc-getLD)" \
-		AR="$(tc-getAR)" \
-		PREFIX="${EPREFIX:-/}usr" \
-		libdir="${EPREFIX:-/}usr/$(get_libdir)" \
-		hdocdir="${EPREFIX:-/}usr/share/doc/${PF}" \
-		"${@}"
-}
-
-src_compile() {
-	hv_make -C libharvid
-	hv_make -C src
-	hv_make
-}
-
-src_install() {
-	hv_make DESTDIR="${D}" install
-	dodoc ChangeLog README.md
-}

diff --git a/media-video/harvid/harvid-0.8.1.ebuild b/media-video/harvid/harvid-0.8.1.ebuild
deleted file mode 100644
index d7829ef1ef5..00000000000
--- a/media-video/harvid/harvid-0.8.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs multilib eutils
-
-DESCRIPTION="HTTP Ardour Video Daemon"
-HOMEPAGE="http://x42.github.io/harvid/"
-SRC_URI="https://github.com/x42/harvid/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	>=media-video/ffmpeg-2.6:0=
-	media-libs/libpng:0=
-	virtual/jpeg:0
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-"
-
-hv_make() {
-	emake \
-		CC="$(tc-getCC)" \
-		RANLIB="$(tc-getRANLIB)" \
-		STRIP="true" \
-		NM="$(tc-getNM) -B" \
-		LD="$(tc-getLD)" \
-		AR="$(tc-getAR)" \
-		PREFIX="${EPREFIX:-/}usr" \
-		libdir="${EPREFIX:-/}usr/$(get_libdir)" \
-		hdocdir="${EPREFIX:-/}usr/share/doc/${PF}" \
-		"${@}"
-}
-
-src_compile() {
-	hv_make -C libharvid
-	hv_make -C src
-	hv_make
-}
-
-src_install() {
-	hv_make DESTDIR="${D}" install
-	dodoc ChangeLog README.md
-}

diff --git a/media-video/harvid/harvid-0.8.2.ebuild b/media-video/harvid/harvid-0.8.2.ebuild
deleted file mode 100644
index d7829ef1ef5..00000000000
--- a/media-video/harvid/harvid-0.8.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs multilib eutils
-
-DESCRIPTION="HTTP Ardour Video Daemon"
-HOMEPAGE="http://x42.github.io/harvid/"
-SRC_URI="https://github.com/x42/harvid/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	>=media-video/ffmpeg-2.6:0=
-	media-libs/libpng:0=
-	virtual/jpeg:0
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-"
-
-hv_make() {
-	emake \
-		CC="$(tc-getCC)" \
-		RANLIB="$(tc-getRANLIB)" \
-		STRIP="true" \
-		NM="$(tc-getNM) -B" \
-		LD="$(tc-getLD)" \
-		AR="$(tc-getAR)" \
-		PREFIX="${EPREFIX:-/}usr" \
-		libdir="${EPREFIX:-/}usr/$(get_libdir)" \
-		hdocdir="${EPREFIX:-/}usr/share/doc/${PF}" \
-		"${@}"
-}
-
-src_compile() {
-	hv_make -C libharvid
-	hv_make -C src
-	hv_make
-}
-
-src_install() {
-	hv_make DESTDIR="${D}" install
-	dodoc ChangeLog README.md
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/harvid/
@ 2020-10-14 15:36 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2020-10-14 15:36 UTC (permalink / raw
  To: gentoo-commits

commit:     4569f160b650c108aea77a5d023279ba7e95ed12
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 14 15:36:06 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Oct 14 15:36:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4569f160

media-video/harvid: add missing dep on xxd

Closes: https://bugs.gentoo.org/748942
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 media-video/harvid/{harvid-0.8.3.ebuild => harvid-0.8.3-r1.ebuild} | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-video/harvid/harvid-0.8.3.ebuild b/media-video/harvid/harvid-0.8.3-r1.ebuild
similarity index 96%
rename from media-video/harvid/harvid-0.8.3.ebuild
rename to media-video/harvid/harvid-0.8.3-r1.ebuild
index d09685d8bc0..e8896dbe474 100644
--- a/media-video/harvid/harvid-0.8.3.ebuild
+++ b/media-video/harvid/harvid-0.8.3-r1.ebuild
@@ -21,6 +21,9 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
 "
+BDEPEND="
+	app-editors/vim-core
+"
 
 PATCHES=( "${FILESDIR}/jpeg.patch" )
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/harvid/
@ 2020-04-25 19:20 Mikle Kolyada
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2020-04-25 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     00029af243c60af5a4a0804724f484fe119e6a2c
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 25 19:20:41 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Apr 25 19:20:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00029af2

media-video/harvid: migrate from libav

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 media-video/harvid/harvid-0.8.0.ebuild | 6 ++----
 media-video/harvid/harvid-0.8.1.ebuild | 6 ++----
 media-video/harvid/harvid-0.8.2.ebuild | 6 ++----
 3 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/media-video/harvid/harvid-0.8.0.ebuild b/media-video/harvid/harvid-0.8.0.ebuild
index 324ebb2f22f..45de47a567e 100644
--- a/media-video/harvid/harvid-0.8.0.ebuild
+++ b/media-video/harvid/harvid-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,11 +12,9 @@ SRC_URI="https://github.com/x42/harvid/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="libav"
 
 RDEPEND="
-	!libav? ( >=media-video/ffmpeg-2.6:0= )
-	libav? ( >=media-video/libav-9:0= )
+	>=media-video/ffmpeg-2.6:0=
 	media-libs/libpng:0=
 	virtual/jpeg:0
 "

diff --git a/media-video/harvid/harvid-0.8.1.ebuild b/media-video/harvid/harvid-0.8.1.ebuild
index 56e380ac9d6..d7829ef1ef5 100644
--- a/media-video/harvid/harvid-0.8.1.ebuild
+++ b/media-video/harvid/harvid-0.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,11 +12,9 @@ SRC_URI="https://github.com/x42/harvid/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="libav"
 
 RDEPEND="
-	!libav? ( >=media-video/ffmpeg-2.6:0= )
-	libav? ( >=media-video/libav-9:0= )
+	>=media-video/ffmpeg-2.6:0=
 	media-libs/libpng:0=
 	virtual/jpeg:0
 "

diff --git a/media-video/harvid/harvid-0.8.2.ebuild b/media-video/harvid/harvid-0.8.2.ebuild
index 8dbd4423ebc..d7829ef1ef5 100644
--- a/media-video/harvid/harvid-0.8.2.ebuild
+++ b/media-video/harvid/harvid-0.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,11 +12,9 @@ SRC_URI="https://github.com/x42/harvid/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="libav"
 
 RDEPEND="
-	!libav? ( >=media-video/ffmpeg-2.6:0= )
-	libav? ( >=media-video/libav-9:0= )
+	>=media-video/ffmpeg-2.6:0=
 	media-libs/libpng:0=
 	virtual/jpeg:0
 "


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/harvid/
@ 2017-02-07 12:08 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-02-07 12:08 UTC (permalink / raw
  To: gentoo-commits

commit:     3509f0b15472834c1c355dc7f7a3ac897bd0ae04
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  7 12:08:42 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Feb  7 12:08:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3509f0b1

media-video/harvid: Bump to 0.8.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-video/harvid/Manifest            |  1 +
 media-video/harvid/harvid-0.8.2.ebuild | 51 ++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/media-video/harvid/Manifest b/media-video/harvid/Manifest
index 15c8869..ac17577 100644
--- a/media-video/harvid/Manifest
+++ b/media-video/harvid/Manifest
@@ -1,2 +1,3 @@
 DIST harvid-0.8.0.tar.gz 116079 SHA256 d4c017fb010aa1479d41d3f4cc9f77e8a0140dd359ea629faeda81093c2c8c88 SHA512 8e999e91e36708df7264fc351e5b6cac6c47fa5e0e612d0917bbfa02e98d13f9758f43312e6febebe56e7b8f2f72b80b6c47598de7100d3b5479b80720b91568 WHIRLPOOL d50f94b745192158d95f895ce6d13933891078b484f4d5e6b9a06d7c65e340a59cf5a3e66e87c9b013618c4a9ecea7f8006aa7489c932d0d61769e64446fed36
 DIST harvid-0.8.1.tar.gz 116277 SHA256 a4aefc253ede1284b2eb6d3c193984eb4a9dde8dda832e2cbcb72242c3870e3e SHA512 b425eca844bb9eec3ec8caa324f783132a3e83938b258a5f8e92ce6dc47108ae491a009223b7e3c8051d965a1ff1b5e5509a804d1462641128a8524cde5ae60a WHIRLPOOL 5e9c6c5d6456cf04a22a04b862ec0fed9cc056d7db6f1803f88c7affdc3e51a8e6dd54b6d187672ff2ba62bd2abeec96d7cef51b91187d1607ef199650b18399
+DIST harvid-0.8.2.tar.gz 116541 SHA256 3e3e22f554c7c8f0efe3ca400200e95c9fd5c0495cc76c4ae08991bc2abbc358 SHA512 fde352124008cd3d6230950c79a3a2b8d581803f952c7313c941226b00e80f8078053d941f2c5ead04672639a8db696f0c33482f69dab78187801d7ebce23fce WHIRLPOOL 8cf6f7baf9539fc99d8738fd8fe5c4dfd321a28613bb2ec2591813c366cbcd50ba9f1ca16cb66c4700e401cbc396e9dd8e1b5d8400d3c2bbdce42ecad2944d4c

diff --git a/media-video/harvid/harvid-0.8.2.ebuild b/media-video/harvid/harvid-0.8.2.ebuild
new file mode 100644
index 00000000..6828c63
--- /dev/null
+++ b/media-video/harvid/harvid-0.8.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs multilib eutils
+
+DESCRIPTION="HTTP Ardour Video Daemon"
+HOMEPAGE="http://x42.github.io/harvid/"
+SRC_URI="https://github.com/x42/harvid/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="libav"
+
+RDEPEND="
+	!libav? ( >=media-video/ffmpeg-2.6:0= )
+	libav? ( >=media-video/libav-9:0= )
+	media-libs/libpng:0=
+	virtual/jpeg:0
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+"
+
+hv_make() {
+	emake \
+		CC="$(tc-getCC)" \
+		RANLIB="$(tc-getRANLIB)" \
+		STRIP="true" \
+		NM="$(tc-getNM) -B" \
+		LD="$(tc-getLD)" \
+		AR="$(tc-getAR)" \
+		PREFIX="${EPREFIX:-/}usr" \
+		libdir="${EPREFIX:-/}usr/$(get_libdir)" \
+		hdocdir="${EPREFIX:-/}usr/share/doc/${PF}" \
+		"${@}"
+}
+
+src_compile() {
+	hv_make -C libharvid
+	hv_make -C src
+	hv_make
+}
+
+src_install() {
+	hv_make DESTDIR="${D}" install
+	dodoc ChangeLog README.md
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/harvid/
@ 2015-10-15  7:00 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2015-10-15  7:00 UTC (permalink / raw
  To: gentoo-commits

commit:     1ea11df9782d3911550906e084e212b20628d2ec
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 06:59:35 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 06:59:51 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea11df9

media-video/harvid: Initial import. Ebuild by me.

Package-Manager: portage-2.2.23

 media-video/harvid/Manifest            |  1 +
 media-video/harvid/harvid-0.8.0.ebuild | 51 ++++++++++++++++++++++++++++++++++
 media-video/harvid/metadata.xml        |  8 ++++++
 3 files changed, 60 insertions(+)

diff --git a/media-video/harvid/Manifest b/media-video/harvid/Manifest
new file mode 100644
index 0000000..aba8571
--- /dev/null
+++ b/media-video/harvid/Manifest
@@ -0,0 +1 @@
+DIST harvid-0.8.0.tar.gz 116079 SHA256 d4c017fb010aa1479d41d3f4cc9f77e8a0140dd359ea629faeda81093c2c8c88 SHA512 8e999e91e36708df7264fc351e5b6cac6c47fa5e0e612d0917bbfa02e98d13f9758f43312e6febebe56e7b8f2f72b80b6c47598de7100d3b5479b80720b91568 WHIRLPOOL d50f94b745192158d95f895ce6d13933891078b484f4d5e6b9a06d7c65e340a59cf5a3e66e87c9b013618c4a9ecea7f8006aa7489c932d0d61769e64446fed36

diff --git a/media-video/harvid/harvid-0.8.0.ebuild b/media-video/harvid/harvid-0.8.0.ebuild
new file mode 100644
index 0000000..5c2db60
--- /dev/null
+++ b/media-video/harvid/harvid-0.8.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs multilib
+
+DESCRIPTION="HTTP Ardour Video Daemon"
+HOMEPAGE="http://x42.github.io/harvid/"
+SRC_URI="https://github.com/x42/harvid/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="libav"
+
+RDEPEND="
+	!libav? ( media-video/ffmpeg:= )
+	libav? ( media-video/libav:= )
+	media-libs/libpng:0=
+	virtual/jpeg:0
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+"
+
+hv_make() {
+	emake \
+		CC="$(tc-getCC)" \
+		RANLIB="$(tc-getRANLIB)" \
+		STRIP="true" \
+		NM="$(tc-getNM) -B" \
+		LD="$(tc-getLD)" \
+		AR="$(tc-getAR)" \
+		PREFIX="${EPREFIX:-/}usr" \
+		libdir="${EPREFIX:-/}usr/$(get_libdir)" \
+		hdocdir="${EPREFIX:-/}usr/share/doc/${PF}" \
+		"${@}"
+}
+
+src_compile() {
+	hv_make -C libharvid
+	hv_make -C src
+	hv_make
+}
+
+src_install() {
+	hv_make DESTDIR="${D}" install
+	dodoc ChangeLog README.md
+}

diff --git a/media-video/harvid/metadata.xml b/media-video/harvid/metadata.xml
new file mode 100644
index 0000000..c572c7d
--- /dev/null
+++ b/media-video/harvid/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>video</herd>
+  <maintainer>
+    <email>media-video@gentoo.org</email>
+  </maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-03-12 10:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-23 15:33 [gentoo-commits] repo/gentoo:master commit in: media-video/harvid/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2025-03-12 10:14 Ionen Wolkens
2022-11-12 17:48 Matt Turner
2020-12-02  0:32 Aaron Bauman
2020-10-14 15:36 Alexis Ballier
2020-04-25 19:20 Mikle Kolyada
2017-02-07 12:08 Alexis Ballier
2015-10-15  7:00 Alexis Ballier

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