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@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-02-10 11:53:29 +01:00
parent f7fdc8c15d
commit 4553914885
3 changed files with 8 additions and 18 deletions

View File

@@ -0,0 +1 @@
DIST vidify-audiosync-0.1.4.tar.gz 111576 BLAKE2B ef1655522bdb056b4b25893c59bd3c8460c33339b0cb675605b1a88641e4898a10613865ab1928932c59b661283b3386580b212f921d0182fd1c66c34784f229 SHA512 116736cc5316de68f271cfc6930d0acb51a925cc62691307a007216b84a009b792ac63da43a9a518d7c0a2c942dcee19415ed4ae6ff165f3a88964de162db7e3

View File

@@ -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',

View File

@@ -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
}