From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/yoshimi/, media-sound/yoshimi/files/
Date: Wed, 8 May 2019 17:05:17 +0000 (UTC) [thread overview]
Message-ID: <1557335015.c8fa43c4b21ab2c19cf6a4d9ce6f4e875b651a89.asturm@gentoo> (raw)
commit: c8fa43c4b21ab2c19cf6a4d9ce6f4e875b651a89
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 6 13:50:47 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 8 17:03:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8fa43c4
media-sound/yoshimi: Drop old
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/yoshimi/Manifest | 2 -
.../yoshimi/files/yoshimi-1.5.10-cxxflags.patch | 64 ----------------------
media-sound/yoshimi/yoshimi-1.5.10.ebuild | 63 ---------------------
media-sound/yoshimi/yoshimi-1.5.8.2.ebuild | 53 ------------------
4 files changed, 182 deletions(-)
diff --git a/media-sound/yoshimi/Manifest b/media-sound/yoshimi/Manifest
index 945ef733a6c..5677960a65f 100644
--- a/media-sound/yoshimi/Manifest
+++ b/media-sound/yoshimi/Manifest
@@ -1,3 +1 @@
DIST yoshimi-1.5.10.2.tar.gz 9668476 BLAKE2B 1b443a51e952123abaf54b992902113533461064f2fc99032ac89f28a25ba4687176a97013ea118283e8ca2b7d92f44c105380e3d6cecb66560db7a0a8ef6532 SHA512 a39ba123f304e43d70833648ce224733794cb43c160fd2e6cf29bb4a782bea355c4bbfa1c33bf20c98a8c1f5d049788154aaf906a3daa56f288719a0b019139c
-DIST yoshimi-1.5.10.tar.bz2 9406870 BLAKE2B e665f6a30094e8396fcadb2e423ccb74e07226d02a51811466fa4a04ee266364d6d9fa9f6bdef6712d24616888b9042bd7c818d21e41fde1d2f41b1eaad47c01 SHA512 1d6371f1d82438dc8b65fdb21b0460d998616c4a27bcee4f3e450542eb346eeb87e59a9448ef210fa45a119efdfc3d6dd7a6acd20ef3ad5a29d982f218704d48
-DIST yoshimi-1.5.8.2.tar.bz2 7537329 BLAKE2B d26619742f351a48f0457468c5c3f2a85cb04c479a8fe5b88616e4738092875df6e5d27be91d2fca42693e2e32d6c6f4b76308b93d99496dc5fff7d16da1712d SHA512 398fb57c171ee72d160b680cbb3de9db226cd281972a1a518cb52fdae617ba89e72b7d5fd1c6666e4bcd2df2d17789daf46aff2299c103429f07db0c83160d84
diff --git a/media-sound/yoshimi/files/yoshimi-1.5.10-cxxflags.patch b/media-sound/yoshimi/files/yoshimi-1.5.10-cxxflags.patch
deleted file mode 100644
index 7e64e1fdc72..00000000000
--- a/media-sound/yoshimi/files/yoshimi-1.5.10-cxxflags.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-Respect user CXXFLAGS setting.
-
---- yoshimi-1.5.10/src/CMakeLists.txt
-+++ yoshimi-1.5.10/src/CMakeLists.txt
-@@ -302,27 +302,27 @@
- set (YOSHI_INCLUDES ${FLTK_INCLUDE_DIR})
-
- # set platform specific compiler flags
--if (BuildFor0ld_X86)
-- set (CMAKE_CXX_FLAGS ${BuildOptions_X86})
--else (BuildFor0ld_X86)
-- if (BuildForAMD_X86_64)
-- set (CMAKE_CXX_FLAGS ${BuildOptions_X86_64AMD})
-- else (BuildForAMD_X86_64)
-- if (BuildForCore2_X86_64)
-- set (CMAKE_CXX_FLAGS ${BuildOptions_X86_64Core2})
-- else (BuildForCore2_X86_64)
-- if (BuildForNEON)
-- set (CMAKE_CXX_FLAGS ${BuildOptions_NEON})
-- else (BuildForNEON)
-- if (BuildForThisCPU)
-- set (CMAKE_CXX_FLAGS ${BuildOptionsThisCPU})
-- else (BuildForThisCPU)
-- set (CMAKE_CXX_FLAGS ${BuildOptionsBasic})
-- endif (BuildForThisCPU)
-- endif (BuildForNEON)
-- endif (BuildForCore2_X86_64)
-- endif (BuildForAMD_X86_64)
--endif (BuildFor0ld_X86)
-+#if (BuildFor0ld_X86)
-+ #set (CMAKE_CXX_FLAGS ${BuildOptions_X86})
-+#else (BuildFor0ld_X86)
-+ #if (BuildForAMD_X86_64)
-+ #set (CMAKE_CXX_FLAGS ${BuildOptions_X86_64AMD})
-+ #else (BuildForAMD_X86_64)
-+ #if (BuildForCore2_X86_64)
-+ #set (CMAKE_CXX_FLAGS ${BuildOptions_X86_64Core2})
-+ #else (BuildForCore2_X86_64)
-+ #if (BuildForNEON)
-+ #set (CMAKE_CXX_FLAGS ${BuildOptions_NEON})
-+ #else (BuildForNEON)
-+ #if (BuildForThisCPU)
-+ #set (CMAKE_CXX_FLAGS ${BuildOptionsThisCPU})
-+ #else (BuildForThisCPU)
-+ #set (CMAKE_CXX_FLAGS ${BuildOptionsBasic})
-+ #endif (BuildForThisCPU)
-+ #endif (BuildForNEON)
-+ #endif (BuildForCore2_X86_64)
-+ #endif (BuildForAMD_X86_64)
-+#endif (BuildFor0ld_X86)
-
- if (BuildForDebug)
- set (CMAKE_BUILD_TYPE "Debug")
-@@ -330,8 +330,8 @@
- message (STATUS "DEBUG Build, flags: ${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_DEBUG}")
- else (BuildForDebug)
- set (CMAKE_BUILD_TYPE "Release")
-- set (CMAKE_CXX_FLAGS_RELEASE ${BuildOptionsRelease})
-- message (STATUS "RELEASE Build, flags: ${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_RELEASE}")
-+ #set (CMAKE_CXX_FLAGS_RELEASE ${BuildOptionsRelease})
-+ message (STATUS "RELEASE Build, flags: ${CMAKE_CXX_FLAGS}")
- endif (BuildForDebug)
-
- configure_file(
diff --git a/media-sound/yoshimi/yoshimi-1.5.10.ebuild b/media-sound/yoshimi/yoshimi-1.5.10.ebuild
deleted file mode 100644
index e7de4819215..00000000000
--- a/media-sound/yoshimi/yoshimi-1.5.10.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils xdg-utils
-
-DESCRIPTION="A software synthesizer based on ZynAddSubFX"
-HOMEPAGE="http://yoshimi.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+lv2"
-
-RDEPEND="
- >=dev-libs/mxml-2.5
- >=media-libs/alsa-lib-1.0.17
- media-libs/fontconfig
- media-libs/libsndfile
- >=media-sound/jack-audio-connection-kit-0.115.6
- sci-libs/fftw:3.0=
- sys-libs/ncurses:0=
- sys-libs/readline:0=
- sys-libs/zlib:0=
- x11-libs/cairo[X]
- x11-libs/fltk:1[opengl]
- lv2? ( media-libs/lv2 )
-"
-DEPEND="${RDEPEND}
- dev-libs/boost
- virtual/pkgconfig
-"
-
-CMAKE_USE_DIR="${WORKDIR}/${P}/src"
-PATCHES=( "${FILESDIR}"/${P}-cxxflags.patch )
-
-DOCS=( Changelog README.txt )
-
-src_prepare() {
- # respect doc dir
- sed -e "s#/doc/yoshimi#/doc/${PF}#" -i src/CMakeLists.txt || die
-
- cmake-utils_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DLV2Plugin=$(usex lv2)
- )
- cmake-utils_src_configure
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}
diff --git a/media-sound/yoshimi/yoshimi-1.5.8.2.ebuild b/media-sound/yoshimi/yoshimi-1.5.8.2.ebuild
deleted file mode 100644
index c5fd3cc38be..00000000000
--- a/media-sound/yoshimi/yoshimi-1.5.8.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="A software synthesizer based on ZynAddSubFX"
-HOMEPAGE="http://yoshimi.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+lv2"
-
-RDEPEND="
- >=dev-libs/mxml-2.5
- >=media-libs/alsa-lib-1.0.17
- media-libs/fontconfig
- media-libs/libsndfile
- >=media-sound/jack-audio-connection-kit-0.115.6
- sci-libs/fftw:3.0
- sys-libs/ncurses:0=
- sys-libs/readline:0=
- sys-libs/zlib
- x11-libs/cairo[X]
- x11-libs/fltk:1[opengl]
- lv2? ( media-libs/lv2 )
-"
-DEPEND="${RDEPEND}
- dev-libs/boost
- virtual/pkgconfig
-"
-
-CMAKE_USE_DIR="${WORKDIR}/${P}/src"
-
-src_prepare() {
- mv Change{l,L}og || die
- sed -i \
- -e '/set (CMAKE_CXX_FLAGS_RELEASE/d' \
- -e "s:lib/lv2:$(get_libdir)/lv2:" \
- src/CMakeLists.txt || die
-
- cmake-utils_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DLV2Plugin=$(usex lv2)
- )
- cmake-utils_src_configure
-}
next reply other threads:[~2019-05-08 17:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-08 17:05 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-26 17:50 [gentoo-commits] repo/gentoo:master commit in: media-sound/yoshimi/, media-sound/yoshimi/files/ Ionen Wolkens
2020-10-13 15:02 Andreas Sturmlechner
2020-08-12 7:23 Joonas Niilola
2019-05-08 17:05 Andreas Sturmlechner
2019-01-04 19:31 Tim Harder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1557335015.c8fa43c4b21ab2c19cf6a4d9ce6f4e875b651a89.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox