summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-01-14 04:16:14 +0000
committerTim Harder <radhermit@gentoo.org>2013-01-14 04:16:14 +0000
commit20e39a3c1dc3272a36ff4df1822d39d651aa0b89 (patch)
treea60c753e712d6368c9b89485c082b1875dd12fc6 /media-sound/yoshimi
parentRemove old. (diff)
downloadgentoo-2-20e39a3c1dc3272a36ff4df1822d39d651aa0b89.tar.gz
gentoo-2-20e39a3c1dc3272a36ff4df1822d39d651aa0b89.tar.bz2
gentoo-2-20e39a3c1dc3272a36ff4df1822d39d651aa0b89.zip
Remove old.
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-sound/yoshimi')
-rw-r--r--media-sound/yoshimi/ChangeLog8
-rw-r--r--media-sound/yoshimi/files/yoshimi-0.060.12-desktop.patch40
-rw-r--r--media-sound/yoshimi/yoshimi-0.060.12.ebuild41
3 files changed, 6 insertions, 83 deletions
diff --git a/media-sound/yoshimi/ChangeLog b/media-sound/yoshimi/ChangeLog
index cb935d719b65..8b132c1387f0 100644
--- a/media-sound/yoshimi/ChangeLog
+++ b/media-sound/yoshimi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/yoshimi
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/yoshimi/ChangeLog,v 1.11 2012/07/16 06:51:53 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/yoshimi/ChangeLog,v 1.12 2013/01/14 04:16:13 radhermit Exp $
+
+ 14 Jan 2013; Tim Harder <radhermit@gentoo.org> -yoshimi-0.060.12.ebuild,
+ -files/yoshimi-0.060.12-desktop.patch:
+ Remove old.
16 Jul 2012; Tim Harder <radhermit@gentoo.org> -yoshimi-0.060.10.ebuild,
-files/yoshimi-0.060.10-fltk13.patch:
diff --git a/media-sound/yoshimi/files/yoshimi-0.060.12-desktop.patch b/media-sound/yoshimi/files/yoshimi-0.060.12-desktop.patch
deleted file mode 100644
index 217803fdb510..000000000000
--- a/media-sound/yoshimi/files/yoshimi-0.060.12-desktop.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- yoshimi-0.060.12.orig/desktop/yoshimi.desktop.in
-+++ yoshimi-0.060.12/desktop/yoshimi.desktop.in
-@@ -5,8 +5,8 @@
- Version=@YOSHIMI_VERSION@
- Type=Application
- Categories=AudioVideo;X-Sound;Audio;
--Exec=@CMAKE_INSTALL_PREFIX@/bin/yoshimi
--TryExec=@CMAKE_INSTALL_PREFIX@/bin/yoshimi
-+Exec=yoshimi
-+TryExec=yoshimi
- Terminal=false
- StartupNotify=true
--Icon=@CMAKE_INSTALL_PREFIX@/share/yoshimi/yoshimi.png
-+Icon=yoshimi
---- yoshimi-0.060.12.orig/src/CMakeLists.txt
-+++ yoshimi-0.060.12/src/CMakeLists.txt
-@@ -197,6 +197,11 @@
- message (STATUS "Building for ${CMAKE_BUILD_TYPE}, flags: ${CMAKE_CXX_FLAGS_RELEASE}")
- endif (BuildForDebug)
-
-+configure_file(
-+ "${CMAKE_CURRENT_SOURCE_DIR}/../desktop/yoshimi.desktop.in"
-+ "${CMAKE_CURRENT_BINARY_DIR}/yoshimi.desktop"
-+ IMMEDIATE @ONLY)
-+
- set (DSP_sources
- DSP/FFTwrapper.cpp DSP/AnalogFilter.cpp DSP/FormantFilter.cpp
- DSP/SVFilter.cpp DSP/Filter.cpp DSP/Unison.cpp
-@@ -368,6 +373,11 @@
- WORLD_READ WORLD_EXECUTE
- )
-
-+install (FILES ${CMAKE_CURRENT_BINARY_DIR}/yoshimi.desktop
-+ DESTINATION share/applications)
-+install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/../desktop/yoshimi.png
-+ DESTINATION share/pixmaps)
-+
- set_directory_properties (PROPERTIES
- ADDITIONAL_MAKE_CLEAN_FILES "${CMAKE_SOURCE_DIR}/*UI.c* ${CMAKE_SOURCE_DIR}/src/*UI.h"
- )
diff --git a/media-sound/yoshimi/yoshimi-0.060.12.ebuild b/media-sound/yoshimi/yoshimi-0.060.12.ebuild
deleted file mode 100644
index 67cc373bb498..000000000000
--- a/media-sound/yoshimi/yoshimi-0.060.12.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/yoshimi/yoshimi-0.060.12.ebuild,v 1.2 2012/05/05 08:55:49 mgorny Exp $
-
-EAPI=4
-inherit cmake-utils eutils
-
-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=""
-
-RDEPEND="
- sys-libs/zlib
- media-libs/fontconfig
- x11-libs/fltk:1[opengl]
- sci-libs/fftw:3.0
- >=dev-libs/mini-xml-2.5
- >=media-libs/alsa-lib-1.0.17
- >=media-sound/jack-audio-connection-kit-0.115.6
- media-libs/libsndfile"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${P}/src
-
-DOCS="../${PV}.notes"
-
-src_prepare() {
- sed -i \
- -e '/set (CMAKE_CXX_FLAGS_RELEASE/d' \
- CMakeLists.txt || die
-
- pushd "${WORKDIR}"/${P} > /dev/null
- epatch "${FILESDIR}"/${P}-desktop.patch
- popd > /dev/null
-}