[gentoo-commits] repo/gentoo:master commit in: media-libs/lv2/files/, media-libs/lv2/

2023-03-24 Thread Miroslav Šulc
commit: 160b1c5a9892b809f8f003cc124c8bcdc617c71d
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Mar 25 05:44:12 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Mar 25 05:44:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=160b1c5a

media-libs/lv2: dropped obsolete 1.18.8-r1 + scrubbed patch

Bug: https://bugs.gentoo.org/902867
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/lv2/Manifest|  1 -
 .../lv2/files/lv2-1.18.6-add-missing-lv2.h.patch   |  2 -
 media-libs/lv2/lv2-1.18.8-r1.ebuild| 73 --
 3 files changed, 76 deletions(-)

diff --git a/media-libs/lv2/Manifest b/media-libs/lv2/Manifest
index 5ac972a69b2b..15ee688af9ec 100644
--- a/media-libs/lv2/Manifest
+++ b/media-libs/lv2/Manifest
@@ -1,2 +1 @@
 DIST lv2-1.18.10.tar.xz 237380 BLAKE2B 
72f9bc50ebac5d71279e0616bb1eb3c2a6748a28ff68988294135b18c7adc68c46a52b4698faf79f633768bf850d5052128a9f84b90aa9b5f9a56721acaf04c3
 SHA512 
ab4bcf593f633b1ed16c0eb6aa4525458a00655ef9c87619bf85eaa966f8fd094a8e871b825f679e0d97923f8bbbf11841ff467022390ca2f1a5b5f66ccd5d1b
-DIST lv2-1.18.8.tar.xz 230584 BLAKE2B 
b9d6480286f0709d3e7ddd9444c092e4e1e108ed384a8cdc7991ec870e8374869bab21e09ebebad4c59445ec3a90ddd05bf2c461a1c9aeb986f68d84a937bbbd
 SHA512 
9925290818bd683200bc738e3e9342b946fe82a04d983e89c240ae70b9053a7a59a8d505c522fe7af5b804adeba00fdf94403bd34844ce11e26cc1ff62c2f254

diff --git a/media-libs/lv2/files/lv2-1.18.6-add-missing-lv2.h.patch 
b/media-libs/lv2/files/lv2-1.18.6-add-missing-lv2.h.patch
index 92483532e554..40fcd2cc8fa7 100644
--- a/media-libs/lv2/files/lv2-1.18.6-add-missing-lv2.h.patch
+++ b/media-libs/lv2/files/lv2-1.18.6-add-missing-lv2.h.patch
@@ -1,5 +1,3 @@
-diff --git a/meson.build b/meson.build
-index 14f9876..5a321ea 100644
 --- a/meson.build
 +++ b/meson.build
 @@ -144,6 +144,9 @@ if get_option('old_headers')

diff --git a/media-libs/lv2/lv2-1.18.8-r1.ebuild 
b/media-libs/lv2/lv2-1.18.8-r1.ebuild
deleted file mode 100644
index bc62b24a3928..
--- a/media-libs/lv2/lv2-1.18.8-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE='threads(+)'
-
-inherit meson-multilib python-single-r1
-
-DESCRIPTION="A simple but extensible successor of LADSPA"
-HOMEPAGE="https://lv2plug.in/;
-SRC_URI="https://lv2plug.in/spec/${P}.tar.xz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86"
-IUSE="doc plugins"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-BDEPEND="
-   plugins? ( virtual/pkgconfig )
-   doc? (
-   app-doc/doxygen
-   dev-python/rdflib
-   )
-"
-CDEPEND="
-   ${PYTHON_DEPS}
-   plugins? (
-   media-libs/libsamplerate
-   media-libs/libsndfile
-   x11-libs/gtk+:2
-   )
-"
-DEPEND="
-   ${CDEPEND}
-   doc? ( dev-python/markdown )
-"
-RDEPEND="
-   ${CDEPEND}
-   $(python_gen_cond_dep '
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/rdflib[${PYTHON_USEDEP}]
-   ')
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.18.6-add-missing-lv2.h.patch"
-)
-
-src_prepare() {
-   default
-
-   # fix doc installation path
-   sed -iE "s%lv2_docdir = .*%lv2_docdir = 
'"${EPREFIX}"/usr/share/doc/${PF}'%g" meson.build || die
-}
-
-multilib_src_configure() {
-   local emesonargs=(
-   -Dlv2dir="${EPREFIX}"/usr/$(get_libdir)/lv2
-   $(meson_native_use_feature doc docs)
-   $(meson_feature plugins)
-   )
-
-   meson_src_configure
-}
-
-multilib_src_install_all() {
-   local DOCS=( NEWS README.md )
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/lv2/files/, media-libs/lv2/

2020-07-17 Thread Miroslav Šulc
commit: c8b2e2770ca93f58991283c5a0f2ba3b25622824
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Jul 17 08:10:22 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Jul 17 11:25:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b2e277

media-libs/lv2: removed obsolete

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/lv2/Manifest   |  1 -
 media-libs/lv2/files/lv2-1.16.0-python3.patch | 22 --
 media-libs/lv2/lv2-1.16.0-r1.ebuild   | 63 ---
 3 files changed, 86 deletions(-)

diff --git a/media-libs/lv2/Manifest b/media-libs/lv2/Manifest
index 67264353892..86c0983182a 100644
--- a/media-libs/lv2/Manifest
+++ b/media-libs/lv2/Manifest
@@ -1,2 +1 @@
-DIST lv2-1.16.0.tar.bz2 502116 BLAKE2B 
00b364311f61b1a9f251d8eb3e27b66d4a59e313006df549dbb80fc6a1106b588bc59c7766910037ee093254d96e508f8538615666833b0c00c8282301bfe0e4
 SHA512 
ead6d590cded5dd7a548d6ffe0f2f9f8efadfa7bb9e8b4fa0aea6664ccdfbb3ca697514bddebe695a9442fba5b62714b5cd45c1bf7d0aaef12ffe50972c2d88c
 DIST lv2-1.18.0.tar.bz2 530172 BLAKE2B 
2d9c7fe6e4de1d68762445061907873ff98871277fe0e423c34b0e9586cc8bfc7674787c020f3c01731204e80262a52902676f6cec8c8a6c18a97953cc626d3e
 SHA512 
9e8dd9c1f30371260d21efc105b1d4d4ad03d9e332d4d3877d873f20b9527bcd0e917ff23fc6e0a9cc4337bda85882c742f225f7cf4fbc8a8a0964565c91f9d9

diff --git a/media-libs/lv2/files/lv2-1.16.0-python3.patch 
b/media-libs/lv2/files/lv2-1.16.0-python3.patch
deleted file mode 100644
index 330fc4cfcac..000
--- a/media-libs/lv2/files/lv2-1.16.0-python3.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py
-index ddd0ba5..224ace8 100755
 a/lv2specgen/lv2specgen.py
-+++ b/lv2specgen/lv2specgen.py
-@@ -329,7 +329,7 @@ def getComment(m, urinode, classlist, proplist, instalist):
- if have_lxml:
- try:
- # Parse and validate documentation as XHTML Basic 1.1
--doc = """
-+doc = """
- 
- http://www.w3.org/1999/xhtml; xml:lang="en">
-@@ -340,7 +340,7 @@ def getComment(m, urinode, classlist, proplist, instalist):
- %s
-   
- 
--""" % str(markup.decode())
-+""" % str(markup)
- 
- oldcwd = os.getcwd()
- os.chdir(specgendir)

diff --git a/media-libs/lv2/lv2-1.16.0-r1.ebuild 
b/media-libs/lv2/lv2-1.16.0-r1.ebuild
deleted file mode 100644
index d7b0d73f20b..000
--- a/media-libs/lv2/lv2-1.16.0-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-PYTHON_REQ_USE='threads(+)'
-
-inherit python-single-r1 waf-utils multilib-build multilib-minimal
-
-DESCRIPTION="A simple but extensible successor of LADSPA"
-HOMEPAGE="https://lv2plug.in/;
-SRC_URI="https://lv2plug.in/spec/${P}.tar.bz2;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
-IUSE="doc plugins"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-BDEPEND="
-   plugins? ( virtual/pkgconfig )
-   doc? ( app-doc/doxygen dev-python/rdflib )
-"
-CDEPEND="
-   ${PYTHON_DEPS}
-   plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )
-"
-DEPEND="${CDEPEND}"
-RDEPEND="
-   ${CDEPEND}
-   $(python_gen_cond_dep '
-   dev-python/lxml[${PYTHON_MULTI_USEDEP}]
-   dev-python/pygments[${PYTHON_MULTI_USEDEP}]
-   dev-python/rdflib[${PYTHON_MULTI_USEDEP}]
-   ')
-"
-DOCS=( "README.md" "NEWS" )
-
-PATCHES=(
-   "${FILESDIR}/${P}-python3.patch"
-)
-
-src_prepare() {
-   default
-   multilib_copy_sources
-}
-
-multilib_src_configure() {
-   waf-utils_src_configure \
-   --docdir="${EPREFIX}"/usr/share/doc/${PF} \
-   --lv2dir="${EPREFIX}"/usr/$(get_libdir)/lv2 \
-   $(use plugins || echo " --no-plugins") \
-   $(multilib_native_usex doc --docs "")
-}
-
-multilib_src_install() {
-   waf-utils_src_install
-}
-
-multilib_src_install_all() {
-   python_fix_shebang "${D}"
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/lv2/files/, media-libs/lv2/

2019-12-14 Thread Miroslav Šulc
commit: b35e0d239e5838a04bed0517894ba82c051475da
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Dec 14 19:15:12 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Dec 14 19:15:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35e0d23

media-libs/lv2-1.16.0: partially fixed doc building

added patch to support python3

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/lv2/files/lv2-1.16.0-python3.patch | 22 ++
 media-libs/lv2/lv2-1.16.0.ebuild  |  4 
 2 files changed, 26 insertions(+)

diff --git a/media-libs/lv2/files/lv2-1.16.0-python3.patch 
b/media-libs/lv2/files/lv2-1.16.0-python3.patch
new file mode 100644
index 000..330fc4cfcac
--- /dev/null
+++ b/media-libs/lv2/files/lv2-1.16.0-python3.patch
@@ -0,0 +1,22 @@
+diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py
+index ddd0ba5..224ace8 100755
+--- a/lv2specgen/lv2specgen.py
 b/lv2specgen/lv2specgen.py
+@@ -329,7 +329,7 @@ def getComment(m, urinode, classlist, proplist, instalist):
+ if have_lxml:
+ try:
+ # Parse and validate documentation as XHTML Basic 1.1
+-doc = """
++doc = """
+ 
+ http://www.w3.org/1999/xhtml; xml:lang="en">
+@@ -340,7 +340,7 @@ def getComment(m, urinode, classlist, proplist, instalist):
+ %s
+   
+ 
+-""" % str(markup.decode())
++""" % str(markup)
+ 
+ oldcwd = os.getcwd()
+ os.chdir(specgendir)

diff --git a/media-libs/lv2/lv2-1.16.0.ebuild b/media-libs/lv2/lv2-1.16.0.ebuild
index 2dc4fcf3dd6..9284873bc1f 100644
--- a/media-libs/lv2/lv2-1.16.0.ebuild
+++ b/media-libs/lv2/lv2-1.16.0.ebuild
@@ -35,6 +35,10 @@ RDEPEND="
 "
 DOCS=( "README.md" "NEWS" )
 
+PATCHES=(
+   "${FILESDIR}/${P}-python3.patch"
+)
+
 src_prepare() {
default
multilib_copy_sources