diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-12-03 13:38:07 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-12-03 13:38:36 +0100 |
commit | 8368600a28901b37e357f73400f952aad2f137b8 (patch) | |
tree | a72921e2d91bd93da09b0983bea12426efd6f6e7 /media-libs/aubio/files | |
parent | sys-apps/less: Removed old. (diff) | |
download | gentoo-8368600a28901b37e357f73400f952aad2f137b8.tar.gz gentoo-8368600a28901b37e357f73400f952aad2f137b8.tar.bz2 gentoo-8368600a28901b37e357f73400f952aad2f137b8.zip |
media-libs/aubio: Bump to version 0.4.8
- Fixed docdir install path
- added python3 support
Closes: https://bugs.gentoo.org/655618
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-libs/aubio/files')
-rw-r--r-- | media-libs/aubio/files/aubio-0.4.8-docdir.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-libs/aubio/files/aubio-0.4.8-docdir.patch b/media-libs/aubio/files/aubio-0.4.8-docdir.patch new file mode 100644 index 000000000000..58797995e3a6 --- /dev/null +++ b/media-libs/aubio/files/aubio-0.4.8-docdir.patch @@ -0,0 +1,20 @@ +--- aubio-0.4.8/wscript ++++ aubio-0.4.8/wscript +@@ -548,7 +548,7 @@ + source = 'doc/web.cfg', + target = '../doc/web/html/index.html', + cwd = 'doc') +- bld.install_files( '${DATAROOTDIR}' + '/doc/libaubio-doc', ++ bld.install_files( '${DATAROOTDIR}' + '/doc/' + os.environ['PF'] + '/libaubio-doc', + bld.path.ant_glob('doc/web/html/**'), + cwd = bld.path.find_dir ('doc/web'), + relative_trick = True) +@@ -564,7 +564,7 @@ + ' `dirname ${SRC}` `dirname ${TGT}`', + source = 'doc/conf.py', + target = '../doc/_build/html/index.html') +- bld.install_files( '${DATAROOTDIR}' + '/doc/libaubio-doc/sphinx', ++ bld.install_files( '${DATAROOTDIR}' + '/doc/' + os.environ['PF'] + '/libaubio-doc/sphinx', + bld.path.ant_glob('doc/_build/html/**'), + cwd = bld.path.find_dir('doc/_build/html'), + relative_trick = True) |