Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lmms/files/, media-sound/lmms/
Date: Sun, 31 Mar 2019 10:47:58
Message-Id: 1554028764.28b8a2ea90329c6acdcac59180213ec05a610399.asturm@gentoo
1 commit: 28b8a2ea90329c6acdcac59180213ec05a610399
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 20:48:58 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 31 10:39:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b8a2ea
7
8 media-sound/lmms: Drop old
9
10 Closes: https://bugs.gentoo.org/677910
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-sound/lmms/Manifest | 1 -
15 .../lmms/files/lmms-1.2.0_rc4-qt-5.11.patch | 22 -----
16 media-sound/lmms/lmms-1.2.0_rc4.ebuild | 100 ---------------------
17 3 files changed, 123 deletions(-)
18
19 diff --git a/media-sound/lmms/Manifest b/media-sound/lmms/Manifest
20 index aeb5d8fb9f8..6f79232bd4c 100644
21 --- a/media-sound/lmms/Manifest
22 +++ b/media-sound/lmms/Manifest
23 @@ -1,2 +1 @@
24 -DIST lmms-1.2.0_rc4.tar.gz 16596115 BLAKE2B ec8a132f900417749899b084915d31348e267aebcded218d919559f195ce4826091bc3576932d2fa9115c2e040ba73b84db05eeaca3fbcf33b930791241de990 SHA512 8f102f2a4f157da1b8477d4f73bd5b86e7d11453491f6764deed1c61654c0836e612e19d1dac33d154ed9d1b0a0c65084a0537be832c94e72b904264269b6a96
25 DIST lmms-1.2.0_rc8.tar.xz 14318692 BLAKE2B 972404ab6ce517c748aad21528d5891af5d12c47d38a18f802fb3a5dfc5d6f3ee91cce14a6ff267341c06c9607328b018e1b612f7f0f550372a35038749a7bb3 SHA512 b8fb9c505d9f5e7854767bcd223c8578d4977e59d7bf64993fe0b57e00d1de87f8e77366c3195d8ea429eb3dd44c641e3dbecf27e64609e892a4453ab17d7343
26
27 diff --git a/media-sound/lmms/files/lmms-1.2.0_rc4-qt-5.11.patch b/media-sound/lmms/files/lmms-1.2.0_rc4-qt-5.11.patch
28 deleted file mode 100644
29 index ee1328e8c96..00000000000
30 --- a/media-sound/lmms/files/lmms-1.2.0_rc4-qt-5.11.patch
31 +++ /dev/null
32 @@ -1,22 +0,0 @@
33 -From daa3f535158f321e7a01ea531fc3085f2d26ab37 Mon Sep 17 00:00:00 2001
34 -From: Hyunjin Song <tteu.ingog@×××××.com>
35 -Date: Wed, 23 May 2018 14:59:45 +0900
36 -Subject: [PATCH] Fix compilation with Qt 5.11 (#4374)
37 -
38 -Add extends attribute for custom widget RowTableView per upstream uic change http://code.qt.io/cgit/qt/qtbase.git/commit/?id=058474884c2505a8a00d4c59b4922bfcd3597c2f
39 ----
40 - src/gui/Forms/EffectSelectDialog.ui | 1 +
41 - 1 file changed, 1 insertion(+)
42 -
43 -diff --git a/src/gui/Forms/EffectSelectDialog.ui b/src/gui/Forms/EffectSelectDialog.ui
44 -index a9c6de0191..f8e7734862 100644
45 ---- a/src/gui/Forms/EffectSelectDialog.ui
46 -+++ b/src/gui/Forms/EffectSelectDialog.ui
47 -@@ -102,6 +102,7 @@
48 - <customwidgets>
49 - <customwidget>
50 - <class>RowTableView</class>
51 -+ <extends>QTableView</extends>
52 - <header>RowTableView.h</header>
53 - </customwidget>
54 - </customwidgets>
55
56 diff --git a/media-sound/lmms/lmms-1.2.0_rc4.ebuild b/media-sound/lmms/lmms-1.2.0_rc4.ebuild
57 deleted file mode 100644
58 index a85c255a0f3..00000000000
59 --- a/media-sound/lmms/lmms-1.2.0_rc4.ebuild
60 +++ /dev/null
61 @@ -1,100 +0,0 @@
62 -# Copyright 1999-2018 Gentoo Authors
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI=6
66 -
67 -inherit cmake-utils xdg-utils
68 -
69 -DESCRIPTION="Cross-platform music production software"
70 -HOMEPAGE="https://lmms.io"
71 -if [[ ${PV} == "9999" ]]; then
72 - EGIT_REPO_URI="https://github.com/LMMS/lmms.git"
73 - inherit git-r3
74 -else
75 - SRC_URI="https://github.com/LMMS/${PN}/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
76 - KEYWORDS="~amd64 ~x86"
77 - S="${WORKDIR}/${P/_/-}"
78 -fi
79 -
80 -LICENSE="GPL-2 LGPL-2"
81 -SLOT="0"
82 -
83 -IUSE="alsa debug fluidsynth jack libgig ogg portaudio pulseaudio sdl soundio stk vst"
84 -
85 -COMMON_DEPEND="
86 - dev-qt/qtcore:5
87 - dev-qt/qtgui:5
88 - >=media-libs/libsamplerate-0.1.8
89 - >=media-libs/libsndfile-1.0.11
90 - sci-libs/fftw:3.0
91 - sys-libs/zlib
92 - >=x11-libs/fltk-1.3.0_rc3:1
93 - alsa? ( media-libs/alsa-lib )
94 - fluidsynth? ( media-sound/fluidsynth )
95 - jack? ( virtual/jack )
96 - libgig? ( media-libs/libgig )
97 - ogg? (
98 - media-libs/libogg
99 - media-libs/libvorbis
100 - )
101 - portaudio? ( >=media-libs/portaudio-19_pre )
102 - pulseaudio? ( media-sound/pulseaudio )
103 - sdl? (
104 - media-libs/libsdl
105 - >=media-libs/sdl-sound-1.0.1
106 - )
107 - soundio? ( media-libs/libsoundio )
108 - stk? ( media-libs/stk )
109 - vst? ( virtual/wine )
110 -"
111 -DEPEND="${COMMON_DEPEND}
112 - dev-qt/linguist-tools:5
113 - >=dev-util/cmake-2.4.5
114 -"
115 -RDEPEND="${COMMON_DEPEND}
116 - media-libs/ladspa-cmt
117 - media-plugins/calf
118 - media-plugins/caps-plugins
119 - media-plugins/swh-plugins
120 - media-plugins/tap-plugins
121 -"
122 -
123 -DOCS=( README.md doc/AUTHORS )
124 -
125 -PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
126 -
127 -src_configure() {
128 - local mycmakeargs+=(
129 - -DUSE_WERROR=FALSE
130 - -DWANT_SYSTEM_SR=TRUE
131 - -DWANT_CAPS=FALSE
132 - -DWANT_TAP=FALSE
133 - -DWANT_SWH=FALSE
134 - -DWANT_CMT=FALSE
135 - -DWANT_CALF=FALSE
136 - -DWANT_QT5=TRUE
137 - -DCMAKE_INSTALL_LIBDIR=$(get_libdir)
138 - -DWANT_ALSA=$(usex alsa)
139 - -DWANT_JACK=$(usex jack)
140 - -DWANT_GIG=$(usex libgig)
141 - -DWANT_OGGVORBIS=$(usex ogg)
142 - -DWANT_PORTAUDIO=$(usex portaudio)
143 - -DWANT_PULSEAUDIO=$(usex pulseaudio)
144 - -DWANT_SDL=$(usex sdl)
145 - -DWANT_SOUNDIO=$(usex soundio)
146 - -DWANT_STK=$(usex stk)
147 - -DWANT_VST=$(usex vst)
148 - -DWANT_SF2=$(usex fluidsynth)
149 - )
150 - cmake-utils_src_configure
151 -}
152 -
153 -pkg_postinst() {
154 - xdg_mimeinfo_database_update
155 - xdg_desktop_database_update
156 -}
157 -
158 -pkg_postrm() {
159 - xdg_mimeinfo_database_update
160 - xdg_desktop_database_update
161 -}