public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: media-video/vidify-audiosync/, media-video/vidify-audiosync/files/
@ 2020-02-10 10:55 Andrew Ammerlaan
  0 siblings, 0 replies; only message in thread
From: Andrew Ammerlaan @ 2020-02-10 10:55 UTC (permalink / raw
  To: gentoo-commits

commit:     4553914885aa18a030660e5a24e587383a2ef56a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Feb 10 10:53:29 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Feb 10 10:53:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45539148

media-video/vidify-audiosync: Version bump 0.1.4

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 media-video/vidify-audiosync/Manifest                       |  1 +
 .../files/vidify-audiosync-9999-debug.patch                 | 13 -------------
 ...-audiosync-9999.ebuild => vidify-audiosync-0.1.4.ebuild} | 12 +++++++-----
 3 files changed, 8 insertions(+), 18 deletions(-)

diff --git a/media-video/vidify-audiosync/Manifest b/media-video/vidify-audiosync/Manifest
new file mode 100644
index 0000000..31a389c
--- /dev/null
+++ b/media-video/vidify-audiosync/Manifest
@@ -0,0 +1 @@
+DIST vidify-audiosync-0.1.4.tar.gz 111576 BLAKE2B ef1655522bdb056b4b25893c59bd3c8460c33339b0cb675605b1a88641e4898a10613865ab1928932c59b661283b3386580b212f921d0182fd1c66c34784f229 SHA512 116736cc5316de68f271cfc6930d0acb51a925cc62691307a007216b84a009b792ac63da43a9a518d7c0a2c942dcee19415ed4ae6ff165f3a88964de162db7e3

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/vidify-audiosync-9999.ebuild b/media-video/vidify-audiosync/vidify-audiosync-0.1.4.ebuild
similarity index 62%
rename from media-video/vidify-audiosync/vidify-audiosync-9999.ebuild
rename to media-video/vidify-audiosync/vidify-audiosync-0.1.4.ebuild
index 887d192..86ce557 100644
--- a/media-video/vidify-audiosync/vidify-audiosync-9999.ebuild
+++ b/media-video/vidify-audiosync/vidify-audiosync-0.1.4.ebuild
@@ -5,15 +5,15 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_7 )
 
-inherit cmake-utils git-r3 distutils-r1
+inherit cmake-utils distutils-r1
 
 DESCRIPTION="Audio synchronization feature for vidify "
 HOMEPAGE="https://github.com/vidify/audiosync"
-EGIT_REPO_URI="https://github.com/vidify/audiosync.git"
+SRC_URI="https://github.com/vidify/audiosync/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="MIT"
+LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS=
+KEYWORDS="~amd64 ~x86"
 
 IUSE="debug"
 
@@ -23,7 +23,9 @@ RDEPEND="
 	sci-libs/fftw
 	debug? ( sci-visualization/gnuplot )"
 
+S="${WORKDIR}/audiosync-${PV}"
+
 src_prepare() {
-	use debug && eapply "${FILESDIR}/${P}-debug.patch"
+	use debug && sed -i -e "/defines.append(('DEBUG', '1'))/s/^# *//" setup.py
 	default
 }


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

only message in thread, other threads:[~2020-02-10 10:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-10 10:55 [gentoo-commits] repo/proj/guru:dev commit in: media-video/vidify-audiosync/, media-video/vidify-audiosync/files/ Andrew Ammerlaan

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