mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-cdr/burncdda: new version 1.8.3.
This new version happens to fix bug 619922 as a side-effect. The ".func" files were also moved under /usr/share (from /usr/lib), but not much else has changed. Oh, the tarballs moved to SourceForge. Gentoo-Bug: 619922 Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST burncdda-1.8.0.tar.gz 23795 SHA256 cd0caf43040e70ccd15df7377feeed667487e2dfa125858843898fcb462b6299 SHA512 798d2f6c51005dc87d1214e82cc5b2227bdf34b93b0457382cb0eb86a1426be9e61df5029460b42842cb730b806934447f6adb9ed7e6674e69d4910799b3ee92 WHIRLPOOL c07dd54c367b9ef27b738dbe655390eef74b0af835281b5c89c1cd41a8a7fb9d3a766f63a18e255930fc2a25237706852f462b301a662e108a05eeb10ee49f43
|
||||
DIST burncdda-1.8.3.tar.gz 23710 SHA256 2393f57cd40f3a67cc4bc6501d45986b05d2b9576ea4150d794cecee4441aa5a SHA512 b0ddf9457ca9a1b8ad07b43aba4b5c6532ef09aae85b363802084bcf7bbb4d4bfadf980af98862dfbdd72e257d287f1e517323ebec7432be3514880e393e9f1d WHIRLPOOL 6d67f5c8cad7a6cc7bf882e622b2706ec66028daa869f3dd2009c8f6a033bfe82303cc9a071b513ece92863e29724e140b3901ef271964b544a8b0abdffa5c90
|
||||
|
||||
40
app-cdr/burncdda/burncdda-1.8.3.ebuild
Normal file
40
app-cdr/burncdda/burncdda-1.8.3.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Console app for copying burning audio cds"
|
||||
HOMEPAGE="http://www.thenktor.homepage.t-online.de/burncdda"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
||||
IUSE="flac mp3 vorbis"
|
||||
|
||||
RDEPEND="
|
||||
app-cdr/cdrdao
|
||||
dev-util/dialog
|
||||
media-sound/normalize
|
||||
media-sound/sox
|
||||
virtual/cdrtools
|
||||
flac? ( media-libs/flac )
|
||||
mp3? (
|
||||
media-sound/mpg123
|
||||
media-sound/mp3_check
|
||||
)
|
||||
vorbis? ( media-sound/vorbis-tools )
|
||||
"
|
||||
|
||||
src_install() {
|
||||
dobin ${PN}
|
||||
|
||||
insinto /usr/share/${PN}
|
||||
doins *.func
|
||||
|
||||
insinto /etc
|
||||
doins ${PN}.conf
|
||||
|
||||
dodoc ChangeLog
|
||||
doman burncdda.1
|
||||
}
|
||||
Reference in New Issue
Block a user