* [gentoo-commits] repo/proj/guru:dev commit in: media-video/vidify-audiosync/files/, media-video/vidify-audiosync/
@ 2020-01-21 15:17 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-01-21 15:17 UTC (permalink / raw
To: gentoo-commits
commit: 0e669c55238f00830e19d0f19bd0d049642ef67e
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 21 15:17:29 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 21 15:17:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e669c55
media-video/vidify-audiosync: Audio synchronization feature for vidify
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
.../files/vidify-audiosync-9999-debug.patch | 13 ++++++++++
media-video/vidify-audiosync/metadata.xml | 13 ++++++++++
.../vidify-audiosync/vidify-audiosync-9999.ebuild | 29 ++++++++++++++++++++++
3 files changed, 55 insertions(+)
diff --git a/media-video/vidify-audiosync/files/vidify-audiosync-9999-debug.patch b/media-video/vidify-audiosync/files/vidify-audiosync-9999-debug.patch
new file mode 100644
index 0000000..69061de
--- /dev/null
+++ b/media-video/vidify-audiosync/files/vidify-audiosync-9999-debug.patch
@@ -0,0 +1,13 @@
+diff --git a/setup.py b/setup.py
+index e23d76b..32ace2f 100644
+--- a/setup.py
++++ b/setup.py
+@@ -5,7 +5,7 @@ defines = []
+ args = ['-fno-finite-math-only']
+
+ # "Debug mode" flags by uncommenting them
+-# defines.append(('DEBUG', '1'))
++defines.append(('DEBUG', '1'))
+
+ audiosync = Extension(
+ 'vidify_audiosync',
diff --git a/media-video/vidify-audiosync/metadata.xml b/media-video/vidify-audiosync/metadata.xml
new file mode 100644
index 0000000..20ab941
--- /dev/null
+++ b/media-video/vidify-audiosync/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="person">
+ <email>andrewammerlaan@riseup.net</email>
+ <name>Andrew Ammerlaan</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/media-video/vidify-audiosync/vidify-audiosync-9999.ebuild b/media-video/vidify-audiosync/vidify-audiosync-9999.ebuild
new file mode 100644
index 0000000..f4fc153
--- /dev/null
+++ b/media-video/vidify-audiosync/vidify-audiosync-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit cmake-utils git-r3 distutils-r1
+
+DESCRIPTION="Audio synchronization feature for vidify "
+HOMEPAGE="https://github.com/vidify/audiosync"
+EGIT_REPO_URI="https://github.com/vidify/audiosync.git"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=
+
+IUSE="debug"
+
+RDEPEND="
+ media-video/ffmpeg[openssl]
+ media-video/vidify[${PYTHON_USEDEP}]
+ sci-libs/fftw
+ debug? ( sci-visualization/gnuplot )"
+
+src_prepare() {
+ use debug && eapply "${FILESDIR}/${P}-debug.patch"
+ default
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-video/vidify-audiosync/files/, media-video/vidify-audiosync/
@ 2020-02-03 18:07 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-02-03 18:07 UTC (permalink / raw
To: gentoo-commits
commit: f1f4e0615cbd2bcce4134dbbd0f313cfc1e86a5d
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Feb 3 18:07:05 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Feb 3 18:07:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1f4e061
media-video/vidify-audiosync: Remove py3_6
py3_6 does not work on dep of dep tekore
so it has to go here as well
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
.../files/vidify-audiosync-9999-debug.patch | 13 -------------
media-video/vidify-audiosync/metadata.xml | 4 ----
media-video/vidify-audiosync/vidify-audiosync-9999.ebuild | 4 ++--
3 files changed, 2 insertions(+), 19 deletions(-)
diff --git a/media-video/vidify-audiosync/files/vidify-audiosync-9999-debug.patch b/media-video/vidify-audiosync/files/vidify-audiosync-9999-debug.patch
deleted file mode 100644
index 69061de..0000000
--- a/media-video/vidify-audiosync/files/vidify-audiosync-9999-debug.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index e23d76b..32ace2f 100644
---- a/setup.py
-+++ b/setup.py
-@@ -5,7 +5,7 @@ defines = []
- args = ['-fno-finite-math-only']
-
- # "Debug mode" flags by uncommenting them
--# defines.append(('DEBUG', '1'))
-+defines.append(('DEBUG', '1'))
-
- audiosync = Extension(
- 'vidify_audiosync',
diff --git a/media-video/vidify-audiosync/metadata.xml b/media-video/vidify-audiosync/metadata.xml
index 20ab941..a878754 100644
--- a/media-video/vidify-audiosync/metadata.xml
+++ b/media-video/vidify-audiosync/metadata.xml
@@ -6,8 +6,4 @@
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
</pkgmetadata>
diff --git a/media-video/vidify-audiosync/vidify-audiosync-9999.ebuild b/media-video/vidify-audiosync/vidify-audiosync-9999.ebuild
index f4fc153..b248dd5 100644
--- a/media-video/vidify-audiosync/vidify-audiosync-9999.ebuild
+++ b/media-video/vidify-audiosync/vidify-audiosync-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
inherit cmake-utils git-r3 distutils-r1
@@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/vidify/audiosync.git"
LICENSE="MIT"
SLOT="0"
-KEYWORDS=
+KEYWORDS=""
IUSE="debug"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-video/vidify-audiosync/files/, media-video/vidify-audiosync/
@ 2020-02-03 18:12 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-02-03 18:12 UTC (permalink / raw
To: gentoo-commits
commit: d86e46ef8e478b7a070ad322c2ddb124f5a3ef51
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Feb 3 18:11:19 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Feb 3 18:11:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d86e46ef
media-video/vidify-audiosync: re-add patch
deleted it by accident, sorry about that
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
.../files/vidify-audiosync-9999-debug.patch | 13 +++++++++++++
media-video/vidify-audiosync/vidify-audiosync-9999.ebuild | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/media-video/vidify-audiosync/files/vidify-audiosync-9999-debug.patch b/media-video/vidify-audiosync/files/vidify-audiosync-9999-debug.patch
new file mode 100644
index 0000000..69061de
--- /dev/null
+++ b/media-video/vidify-audiosync/files/vidify-audiosync-9999-debug.patch
@@ -0,0 +1,13 @@
+diff --git a/setup.py b/setup.py
+index e23d76b..32ace2f 100644
+--- a/setup.py
++++ b/setup.py
+@@ -5,7 +5,7 @@ defines = []
+ args = ['-fno-finite-math-only']
+
+ # "Debug mode" flags by uncommenting them
+-# defines.append(('DEBUG', '1'))
++defines.append(('DEBUG', '1'))
+
+ audiosync = Extension(
+ 'vidify_audiosync',
diff --git a/media-video/vidify-audiosync/vidify-audiosync-9999.ebuild b/media-video/vidify-audiosync/vidify-audiosync-9999.ebuild
index b248dd5..887d192 100644
--- a/media-video/vidify-audiosync/vidify-audiosync-9999.ebuild
+++ b/media-video/vidify-audiosync/vidify-audiosync-9999.ebuild
@@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/vidify/audiosync.git"
LICENSE="MIT"
SLOT="0"
-KEYWORDS=""
+KEYWORDS=
IUSE="debug"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-02-03 18:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-03 18:07 [gentoo-commits] repo/proj/guru:dev commit in: media-video/vidify-audiosync/files/, media-video/vidify-audiosync/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2020-02-03 18:12 Andrew Ammerlaan
2020-01-21 15:17 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox