diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-30 21:48:58 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-31 12:39:24 +0200 |
commit | 28b8a2ea90329c6acdcac59180213ec05a610399 (patch) | |
tree | 60005922bae35794173749dd11805cff6b36a94a | |
parent | media-sound/lmms: Drop nonexistent cmake option (diff) | |
download | gentoo-28b8a2ea90329c6acdcac59180213ec05a610399.tar.gz gentoo-28b8a2ea90329c6acdcac59180213ec05a610399.tar.bz2 gentoo-28b8a2ea90329c6acdcac59180213ec05a610399.zip |
media-sound/lmms: Drop old
Closes: https://bugs.gentoo.org/677910
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | media-sound/lmms/Manifest | 1 | ||||
-rw-r--r-- | media-sound/lmms/files/lmms-1.2.0_rc4-qt-5.11.patch | 22 | ||||
-rw-r--r-- | media-sound/lmms/lmms-1.2.0_rc4.ebuild | 100 |
3 files changed, 0 insertions, 123 deletions
diff --git a/media-sound/lmms/Manifest b/media-sound/lmms/Manifest index aeb5d8fb9f8c..6f79232bd4c9 100644 --- a/media-sound/lmms/Manifest +++ b/media-sound/lmms/Manifest @@ -1,2 +1 @@ -DIST lmms-1.2.0_rc4.tar.gz 16596115 BLAKE2B ec8a132f900417749899b084915d31348e267aebcded218d919559f195ce4826091bc3576932d2fa9115c2e040ba73b84db05eeaca3fbcf33b930791241de990 SHA512 8f102f2a4f157da1b8477d4f73bd5b86e7d11453491f6764deed1c61654c0836e612e19d1dac33d154ed9d1b0a0c65084a0537be832c94e72b904264269b6a96 DIST lmms-1.2.0_rc8.tar.xz 14318692 BLAKE2B 972404ab6ce517c748aad21528d5891af5d12c47d38a18f802fb3a5dfc5d6f3ee91cce14a6ff267341c06c9607328b018e1b612f7f0f550372a35038749a7bb3 SHA512 b8fb9c505d9f5e7854767bcd223c8578d4977e59d7bf64993fe0b57e00d1de87f8e77366c3195d8ea429eb3dd44c641e3dbecf27e64609e892a4453ab17d7343 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 deleted file mode 100644 index ee1328e8c962..000000000000 --- a/media-sound/lmms/files/lmms-1.2.0_rc4-qt-5.11.patch +++ /dev/null @@ -1,22 +0,0 @@ -From daa3f535158f321e7a01ea531fc3085f2d26ab37 Mon Sep 17 00:00:00 2001 -From: Hyunjin Song <tteu.ingog@gmail.com> -Date: Wed, 23 May 2018 14:59:45 +0900 -Subject: [PATCH] Fix compilation with Qt 5.11 (#4374) - -Add extends attribute for custom widget RowTableView per upstream uic change http://code.qt.io/cgit/qt/qtbase.git/commit/?id=058474884c2505a8a00d4c59b4922bfcd3597c2f ---- - src/gui/Forms/EffectSelectDialog.ui | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/gui/Forms/EffectSelectDialog.ui b/src/gui/Forms/EffectSelectDialog.ui -index a9c6de0191..f8e7734862 100644 ---- a/src/gui/Forms/EffectSelectDialog.ui -+++ b/src/gui/Forms/EffectSelectDialog.ui -@@ -102,6 +102,7 @@ - <customwidgets> - <customwidget> - <class>RowTableView</class> -+ <extends>QTableView</extends> - <header>RowTableView.h</header> - </customwidget> - </customwidgets> diff --git a/media-sound/lmms/lmms-1.2.0_rc4.ebuild b/media-sound/lmms/lmms-1.2.0_rc4.ebuild deleted file mode 100644 index a85c255a0f3e..000000000000 --- a/media-sound/lmms/lmms-1.2.0_rc4.ebuild +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils xdg-utils - -DESCRIPTION="Cross-platform music production software" -HOMEPAGE="https://lmms.io" -if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="https://github.com/LMMS/lmms.git" - inherit git-r3 -else - SRC_URI="https://github.com/LMMS/${PN}/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${P/_/-}" -fi - -LICENSE="GPL-2 LGPL-2" -SLOT="0" - -IUSE="alsa debug fluidsynth jack libgig ogg portaudio pulseaudio sdl soundio stk vst" - -COMMON_DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - >=media-libs/libsamplerate-0.1.8 - >=media-libs/libsndfile-1.0.11 - sci-libs/fftw:3.0 - sys-libs/zlib - >=x11-libs/fltk-1.3.0_rc3:1 - alsa? ( media-libs/alsa-lib ) - fluidsynth? ( media-sound/fluidsynth ) - jack? ( virtual/jack ) - libgig? ( media-libs/libgig ) - ogg? ( - media-libs/libogg - media-libs/libvorbis - ) - portaudio? ( >=media-libs/portaudio-19_pre ) - pulseaudio? ( media-sound/pulseaudio ) - sdl? ( - media-libs/libsdl - >=media-libs/sdl-sound-1.0.1 - ) - soundio? ( media-libs/libsoundio ) - stk? ( media-libs/stk ) - vst? ( virtual/wine ) -" -DEPEND="${COMMON_DEPEND} - dev-qt/linguist-tools:5 - >=dev-util/cmake-2.4.5 -" -RDEPEND="${COMMON_DEPEND} - media-libs/ladspa-cmt - media-plugins/calf - media-plugins/caps-plugins - media-plugins/swh-plugins - media-plugins/tap-plugins -" - -DOCS=( README.md doc/AUTHORS ) - -PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" ) - -src_configure() { - local mycmakeargs+=( - -DUSE_WERROR=FALSE - -DWANT_SYSTEM_SR=TRUE - -DWANT_CAPS=FALSE - -DWANT_TAP=FALSE - -DWANT_SWH=FALSE - -DWANT_CMT=FALSE - -DWANT_CALF=FALSE - -DWANT_QT5=TRUE - -DCMAKE_INSTALL_LIBDIR=$(get_libdir) - -DWANT_ALSA=$(usex alsa) - -DWANT_JACK=$(usex jack) - -DWANT_GIG=$(usex libgig) - -DWANT_OGGVORBIS=$(usex ogg) - -DWANT_PORTAUDIO=$(usex portaudio) - -DWANT_PULSEAUDIO=$(usex pulseaudio) - -DWANT_SDL=$(usex sdl) - -DWANT_SOUNDIO=$(usex soundio) - -DWANT_STK=$(usex stk) - -DWANT_VST=$(usex vst) - -DWANT_SF2=$(usex fluidsynth) - ) - cmake-utils_src_configure -} - -pkg_postinst() { - xdg_mimeinfo_database_update - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_mimeinfo_database_update - xdg_desktop_database_update -} |