Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 315167 - media-sound/mangler: Version bump to 1.2-b1
Summary: media-sound/mangler: Version bump to 1.2-b1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-14 00:35 UTC by Matthew Thode ( prometheanfire )
Modified: 2010-05-24 18:14 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
new ebuild (mangler-1.1.20100227.ebuild,745 bytes, text/plain)
2010-04-14 00:36 UTC, Matthew Thode ( prometheanfire )
Details
newer ebuild (mangler-1.1.20100227.ebuild,815 bytes, text/plain)
2010-04-14 00:54 UTC, Matthew Thode ( prometheanfire )
Details
newest ebuild (mangler-1.2.0_beta1.ebuild,825 bytes, text/plain)
2010-05-09 23:08 UTC, Matthew Thode ( prometheanfire )
Details
cleanup (mangler-1.2.0_beta1.ebuild,810 bytes, text/plain)
2010-05-09 23:30 UTC, Matthew Thode ( prometheanfire )
Details
update and cleanup (mangler-1.2.0_beta1.ebuild,889 bytes, text/plain)
2010-05-09 23:45 UTC, Matthew Thode ( prometheanfire )
Details
added more use flags (mangler-1.2.0_beta1.ebuild,1.23 KB, text/plain)
2010-05-10 19:00 UTC, Matthew Thode ( prometheanfire )
Details
got rid of mpd as it mangler dies when it is used. (mangler-1.2.0_beta1.ebuild,1.20 KB, text/plain)
2010-05-10 19:24 UTC, Matthew Thode ( prometheanfire )
Details
updated for use flags (metadata.xml,411 bytes, text/plain)
2010-05-24 18:09 UTC, Matthew Thode ( prometheanfire )
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2010-04-14 00:35:19 UTC
Mangler version 1.0.1 is starting to show its age, this newer version is more stable and has better integration with the sound system.

Reproducible: Always

Steps to Reproduce:
this is just a revbump
Actual Results:  
this is just a revbump

Expected Results:  
this is just a revbump

new ebuild, named mangler-1.1.20100227.ebuild

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/mangler/mangler-1.0.1.ebuild,v 1.2 2010/01/29 13:07:03 yngwin Exp $

EAPI="2"

MY_P="${P/_/}"
DESCRIPTION="Open source VOIP client capable of connecting to Ventrilo 3.x servers"
HOMEPAGE="http://www.mangler.org/"
SRC_URI="http://www.mangler.org/downloads/${MY_P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="pulseaudio"

RDEPEND="dev-cpp/gtkmm:2.4
    gnome-base/librsvg
    media-libs/speex
    media-sound/gsm"
DEPEND="${DEPEND}
    dev-util/pkgconfig"

S=${WORKDIR}/${MY_P}

src_configure() {
    econf $(use_with pulseaudio)
}

src_install() {
    emake DESTDIR="${D}" install || die
}




diff between current 1.0.1 to 1.1.20100227

--- /usr/portage/media-sound/mangler/mangler-1.0.1.ebuild	2010-01-29 08:35:54.000000000 -0500
+++ /usr/portage/media-sound/mangler/mangler-1.1.20100227.ebuild	2010-04-13 20:23:59.057674897 -0400
@@ -12,18 +12,21 @@
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="pulseaudio"
 
 RDEPEND="dev-cpp/gtkmm:2.4
 	gnome-base/librsvg
 	media-libs/speex
-	media-sound/gsm
-	media-sound/pulseaudio"
+	media-sound/gsm"
 DEPEND="${DEPEND}
 	dev-util/pkgconfig"
 
 S=${WORKDIR}/${MY_P}
 
+src_configure() {
+	econf $(use_with pulseaudio)
+}
+
 src_install() {
 	emake DESTDIR="${D}" install || die
 }
Comment 1 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2010-04-14 00:36:37 UTC
Created attachment 227691 [details]
new ebuild
Comment 2 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2010-04-14 00:54:42 UTC
Created attachment 227697 [details]
newer ebuild
Comment 3 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2010-04-14 03:39:42 UTC
waiting for upstream to release updateed tarball.
Comment 4 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2010-05-09 22:49:50 UTC
Mangler updated to 1.2-beta1
Comment 5 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2010-05-09 23:08:36 UTC
Created attachment 230901 [details]
newest ebuild

I don't know if the naming convention is good but change if needed
Comment 6 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2010-05-09 23:30:07 UTC
Created attachment 230903 [details]
cleanup
Comment 7 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2010-05-09 23:45:15 UTC
Created attachment 230905 [details]
update and cleanup
Comment 8 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2010-05-10 19:00:25 UTC
Created attachment 230999 [details]
added more use flags
Comment 9 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2010-05-10 19:24:22 UTC
Created attachment 231001 [details]
got rid of mpd as it mangler dies when it is used.
Comment 10 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2010-05-18 12:08:05 UTC
vent info:

server: vent.mangler.org
port:   9047
Comment 11 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2010-05-24 18:09:27 UTC
Created attachment 232761 [details]
updated for use flags
Comment 12 Tony Vroon (RETIRED) gentoo-dev 2010-05-24 18:14:02 UTC
+*mangler-1.2.0_beta1 (24 May 2010)
+
+  24 May 2010; <chainsaw@gentoo.org> +mangler-1.2.0_beta1.ebuild,
+  metadata.xml:
+  Version bump. Ebuild changes by Matthew Thode, closes bug #315167.