Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 476926 - media-sound/darkice-1.2 version bump
Summary: media-sound/darkice-1.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2013-07-15 15:03 UTC by Niels Dettenbach
Modified: 2013-07-16 10:50 UTC (History)
0 users

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


Attachments
darkice-1.2.ebuild (darkice-1.2.ebuild,1.33 KB, text/plain)
2013-07-15 15:03 UTC, Niels Dettenbach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Niels Dettenbach 2013-07-15 15:03:12 UTC
Created attachment 353350 [details]
darkice-1.2.ebuild

Hi,

darkice 1.2 is out now with:
 - added opus support
 - several bug fixes and 
 - stability / performance enhancements.

see project page:
 - http://www.darkice.org
 - https://code.google.com/p/darkice/downloads/detail?name=darkice-1.2.tar.gz 

for any further CHANGES details.

many thanks for applying,
have fun and cheers,


Niels Dettenbach
http://dettenbach.de
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-07-15 16:46:00 UTC
Comment on attachment 353350 [details]
darkice-1.2.ebuild

--- darkice-1.1.ebuild  2011-12-13 17:28:27.000000000 +0100
+++ -   2013-07-15 18:45:31.979926337 +0200
@@ -12,7 +12,7 @@
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="aac alsa jack libsamplerate mp3 twolame vorbis"
+IUSE="aac alsa jack libsamplerate mp3 twolame vorbis opus"
 
 RDEPEND="aac? ( media-libs/faac )
        alsa? ( media-libs/alsa-lib )
@@ -21,6 +21,7 @@
        twolame? ( media-sound/twolame )
        vorbis? ( media-libs/libvorbis )
        libsamplerate? ( media-libs/libsamplerate )
+        opus? ( media-libs/opus )
        !mp3? ( !vorbis? ( !aac? ( !twolame? ( media-sound/lame ) ) ) )"
 DEPEND="${RDEPEND}"
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-07-16 10:50:32 UTC
+*darkice-1.2 (16 Jul 2013)
+
+  16 Jul 2013; Lars Wendler <polynomial-c@gentoo.org> -darkice-1.0.ebuild,
+  +darkice-1.2.ebuild, -files/darkice-1.0-gcc44.patch,
+  +files/darkice-1.2-gcc47.patch, metadata.xml:
+  Non-maintainer commit: Version bump (bug #476926). Fixes automagic dependency
+  on pulseaudio (bug #460072) and compilation failure with gcc-4.7 (bug
+  #428596). Removed old.
+

Thanks for the patch. I took the opportunity to bump the ebuild to EAPI-5 and added REQUIRED_USE.