Summary: | media-plugins/ir_lv2-1.3.4 version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Nikita Zlobin <cook60020tmp> |
Component: | Current packages | Assignee: | Professional Audio Applications Maintainers <proaudio> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alexander, denis7774, jstein |
Priority: | Normal | Keywords: | EBUILD, PATCH, PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/12211 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 684534 | ||
Attachments: |
version 1.3.3, slot 1.3
version 1.2.3, slot 1.2 (zero-latency edition) Manifest ir_lv2-1.3.4.ebuild |
Created attachment 531942 [details]
version 1.2.3, slot 1.2 (zero-latency edition)
Created attachment 531944 [details]
Manifest
This manifest has lines only for two sloted versions, proposed here.
Yet one thing: i failed to create files directly on github for PR. After several bad commits and removal of created patch branch, it failed with error on new one attempt. Yet cloning, at least for me, is tooo slow: nearly 110 Kb/s (and i don't have local clone, besides of objects, created by portage in some tricky way). Addresses bug 417395 Created attachment 580414 [details] ir_lv2-1.3.4.ebuild Bump https://github.com/tomszilagyi/ir.lv2/releases/tag/1.3.4 The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a281053a1fbfcdb3534292e4bbff636e586e1c5a commit a281053a1fbfcdb3534292e4bbff636e586e1c5a Author: Alexander Tsoy <alexander@tsoy.me> AuthorDate: 2019-06-06 18:44:57 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2019-12-25 12:26:13 +0000 media-plugins/ir_lv2: version bump to 1.3.4 Closes: https://bugs.gentoo.org/417395 Closes: https://bugs.gentoo.org/655968 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> media-plugins/ir_lv2/Manifest | 1 + .../ir_lv2/files/ir_lv2-1.3.4-respect-flags.patch | 21 ++++++++ media-plugins/ir_lv2/ir_lv2-1.3.4.ebuild | 63 ++++++++++++++++++++++ media-plugins/ir_lv2/metadata.xml | 3 ++ 4 files changed, 88 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8ac46a791c45cf1177f4ebb33737f6b6e483b43 commit a8ac46a791c45cf1177f4ebb33737f6b6e483b43 Author: Alexander Tsoy <alexander@tsoy.me> AuthorDate: 2019-06-06 18:38:39 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2019-12-25 12:26:13 +0000 media-plugins/ir_lv2: add zero-latency version 1.2.4 Bug: https://bugs.gentoo.org/655968 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/12211 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> media-plugins/ir_lv2/Manifest | 1 + media-plugins/ir_lv2/ir_lv2-1.2.4.ebuild | 42 ++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) |
Created attachment 531940 [details] version 1.3.3, slot 1.3 ir_lv2 appears having new maintainer - developer of ladspa tap-plugins. Old links are all invalid (including SRC_URI). So, it is good time to upgrade. - According docs, there are really two branches: 1.2 for zero latency and 1.3 for working automation (it is just bad idea to use it in 1.2). - And it provides, but don't install, utility convert4chan (see #417395). What is new in 1.3.3: - updated EAPI to 6 - there are two slots, so i prepared both versions - 1.3.3 and 1.2.3 - postinst reminder, appearing if you don't have version from other slot, to avoid reminds in some cases. - USE flag tools, installing convert4chan as ir_convert4chan (to better distinguish among all possible bindir executables) FIXME: whould be great to be able to have both slots installed at same time, but i did not experiment with that. For such feature plugin must have branch-specific name.