public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/traverso/, media-sound/traverso/files/
Date: Fri, 12 Jan 2018 22:17:30 +0000 (UTC)	[thread overview]
Message-ID: <1515795414.38132606fb32cd90b038bae3f6253df19ae1f8b8.asturm@gentoo> (raw)

commit:     38132606fb32cd90b038bae3f6253df19ae1f8b8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 22:16:14 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 22:16:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38132606

media-sound/traverso: Drop old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-sound/traverso/Manifest                      |  1 -
 .../traverso/files/traverso-0.49.3-gcc6.patch      | 12 ----
 media-sound/traverso/traverso-0.49.3.ebuild        | 74 ----------------------
 3 files changed, 87 deletions(-)

diff --git a/media-sound/traverso/Manifest b/media-sound/traverso/Manifest
index 776ee551dec..1dcc1f746de 100644
--- a/media-sound/traverso/Manifest
+++ b/media-sound/traverso/Manifest
@@ -1,2 +1 @@
-DIST traverso-0.49.3.tar.gz 1391101 BLAKE2B e0768bf17734903d78dd5e54e201451c24b51ff502b9c6b802d58d3dc0cd374107efac1b052440ca40be5edf1699beaa21a4fbac9e0d86661c9be95e2f68cc10 SHA512 3db1dbc99ef3b0a9597959a6a3ce93909ec32d5f00648659debe1e8c5cec58ac6ab2108d5c66a1fc4145c2fe110c7db801fda8914664127653457132eac94ef2
 DIST traverso-0.49.5.tar.gz 1510807 BLAKE2B de593be2ae8cc0310f25be45c8996ce6e9dd291a4e04d3ff185253821d84d44b2d816795d9510237b7a651af2f2ded3c032e48299d084db78f5f488e00fecda0 SHA512 86490479a06dca0e03e07a7938dd8ef1cf680da30c83ff1fac5f6a2f99b771995f6ef8f5ef8dff31103db50efadb69179057bf1c6a27b42b66260386986c94c4

diff --git a/media-sound/traverso/files/traverso-0.49.3-gcc6.patch b/media-sound/traverso/files/traverso-0.49.3-gcc6.patch
deleted file mode 100644
index d8ce1e581c8..00000000000
--- a/media-sound/traverso/files/traverso-0.49.3-gcc6.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: traverso-0.49.3/src/common/Tsar.h
-===================================================================
---- traverso-0.49.3.orig/src/common/Tsar.h
-+++ traverso-0.49.3/src/common/Tsar.h
-@@ -63,7 +63,6 @@ struct TsarEvent {
- 	QObject* 	caller;
- 	void*		argument;
- 	int		slotindex;
--	void*		_a[];
- 
- // Used for the signal emiting stuff
- 	int signalindex;

diff --git a/media-sound/traverso/traverso-0.49.3.ebuild b/media-sound/traverso/traverso-0.49.3.ebuild
deleted file mode 100644
index b41d0605b8d..00000000000
--- a/media-sound/traverso/traverso-0.49.3.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-utils eutils flag-o-matic gnome2-utils
-
-DESCRIPTION="Professional Audio Tools for GNU/Linux"
-HOMEPAGE="http://traverso-daw.org/"
-SRC_URI="http://traverso-daw.org/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa debug jack lame lv2 mad pulseaudio"
-
-RDEPEND="
-	dev-qt/qtcore:4
-	dev-qt/qtgui:4
-	>=media-libs/flac-1.1.2
-	>=media-libs/libogg-1.1.2
-	media-libs/libsamplerate
-	>=media-libs/libsndfile-1.0.12
-	>=media-libs/libvorbis-1.1.2
-	>=media-sound/wavpack-4.40.0
-	>=sci-libs/fftw-3
-	alsa? ( >=media-libs/alsa-lib-1.0.0 )
-	jack? ( virtual/jack )
-	lame? ( media-sound/lame )
-	lv2? ( media-libs/lilv )
-	mad? ( >=media-libs/libmad-0.15.0 )
-	pulseaudio? ( >=media-sound/pulseaudio-0.9 )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README resources/help.text )
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.49.2-desktop.patch
-	"${FILESDIR}"/${PN}-0.49.3-gcc6.patch
-)
-
-src_configure() {
-	use lv2 && append-cppflags "$($(tc-getPKG_CONFIG) --cflags slv2)" #415165
-
-	local mycmakeargs=(
-		-DWANT_ALSA=$(usex alsa)
-		-DWANT_TRAVERSO_DEBUG=$(usex debug)
-		-DWANT_JACK=$(usex jack)
-		-DWANT_MP3_ENCODE=$(usex lame)
-		-DWANT_LV2=$(usex lv2)
-		-DWANT_MP3_DECODE=$(usex mad)
-		-DWANT_PULSEAUDIO=$(usex pulseaudio)
-	)
-	cmake-utils_src_configure
-}
-
-src_install() {
-	cmake-utils_src_install
-
-	local res
-	for res in 16 24 48 64 128; do
-		doicon -s ${res} resources/freedesktop/icons/${res}x${res}/apps/${PN}.png
-	done
-	doicon -s scalable resources/freedesktop/icons/scalable/apps/${PN}.svg
-
-	domenu resources/traverso.desktop
-
-	insinto /usr/share/${PN}
-	doins -r resources/themes
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }


             reply	other threads:[~2018-01-12 22:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-12 22:17 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-02-08 16:50 [gentoo-commits] repo/gentoo:master commit in: media-sound/traverso/, media-sound/traverso/files/ Alexis Ballier
2017-02-08 16:48 Alexis Ballier

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=1515795414.38132606fb32cd90b038bae3f6253df19ae1f8b8.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