diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-11-26 02:07:46 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-11-26 02:07:46 +0000 |
commit | cc9a1b6b8c79c02e2ab59132ca177f695aea8779 (patch) | |
tree | 700923d58136e8e3f6dc178a6f442aeaf91541db /media-sound/cdmp3 | |
parent | initial import (diff) | |
download | historical-cc9a1b6b8c79c02e2ab59132ca177f695aea8779.tar.gz historical-cc9a1b6b8c79c02e2ab59132ca177f695aea8779.tar.bz2 historical-cc9a1b6b8c79c02e2ab59132ca177f695aea8779.zip |
initial import
Diffstat (limited to 'media-sound/cdmp3')
-rw-r--r-- | media-sound/cdmp3/Manifest | 7 | ||||
-rw-r--r-- | media-sound/cdmp3/cdmp3-0.4.1.ebuild | 24 | ||||
-rw-r--r-- | media-sound/cdmp3/files/digest-cdmp3-0.4.1 | 1 | ||||
-rw-r--r-- | media-sound/cdmp3/metadata.xml | 12 |
4 files changed, 40 insertions, 4 deletions
diff --git a/media-sound/cdmp3/Manifest b/media-sound/cdmp3/Manifest index b56a4edf5fd2..e7c24da2fda1 100644 --- a/media-sound/cdmp3/Manifest +++ b/media-sound/cdmp3/Manifest @@ -1,5 +1,4 @@ -MD5 125ee013081b112d56a1d15507d72ef2 skel.ChangeLog 3674 -MD5 a4de292547a7d4fbe157a4ecb4ce2193 skel.metadata.xml 821 -MD5 a7f56029dfcf7a3ba425efca1bf86c72 cdmp3-0.4.1.ebuild 700 -MD5 652f011c07ca925858993d5f54bc1f06 cdmp3-0.4.1.ebuild~ 6006 +MD5 65a873d78f32bc7d919ddb47dbc2a547 cdmp3-0.4.1.ebuild 712 +MD5 e04729f5c4d3e5799eb0aab8ce67fe88 metadata.xml 498 +MD5 98a3532561252e9d878050ba9f478524 ChangeLog 397 MD5 2e0a4d59a5adc8792d86200bdc4ce8de files/digest-cdmp3-0.4.1 62 diff --git a/media-sound/cdmp3/cdmp3-0.4.1.ebuild b/media-sound/cdmp3/cdmp3-0.4.1.ebuild new file mode 100644 index 000000000000..ce5a0ee6da79 --- /dev/null +++ b/media-sound/cdmp3/cdmp3-0.4.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/cdmp3/cdmp3-0.4.1.ebuild,v 1.1 2003/11/26 02:07:38 mkennedy Exp $ + +DESCRIPTION="Conveniently rip audio CDs to MP3 or OGG files." +HOMEPAGE="http://www.roland-riegel.de/cdmp3/index_en.html" +SRC_URI="http://www.roland-riegel.de/${PN}/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +DEPEND="media-sound/cdparanoia + app-cdr/cdrtools + media-sound/lame + media-sound/vorbis-tools + dev-perl/CDDB_get + app-misc/bfr" + +S=${WORKDIR}/${P} + +src_install() { + dodoc LICENSE README AUTHORS ChangeLog + dobin cdmp3 get_cddb + dosym /usr/bin/cdmp3 /usr/bin/cdogg +} diff --git a/media-sound/cdmp3/files/digest-cdmp3-0.4.1 b/media-sound/cdmp3/files/digest-cdmp3-0.4.1 new file mode 100644 index 000000000000..d318c6764575 --- /dev/null +++ b/media-sound/cdmp3/files/digest-cdmp3-0.4.1 @@ -0,0 +1 @@ +MD5 55b15928f8b3a1b9bf6df2f28df85d8f cdmp3-0.4.1.tar.gz 11607 diff --git a/media-sound/cdmp3/metadata.xml b/media-sound/cdmp3/metadata.xml new file mode 100644 index 000000000000..6623371ba513 --- /dev/null +++ b/media-sound/cdmp3/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<longdescription> +cdmp3 uses cdparanoia or cdda2wav to extract single tracks or even a +whole CD and converts them on-the-fly into MP3 or Ogg Vorbis files. +Using the CDDB database it is possible to include information like the +artist's name or the track's title into the file name or as meta tags +into the file content. +</longdescription> +</pkgmetadata> |