[proaudio] [2044] Needed to depend media-libs/taglib

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]


Revision: 2044
Author:   emery
Date:     2011-12-19 01:05:33 +0100 (Mon, 19 Dec 2011)
Log Message:
-----------
Needed to depend media-libs/taglib

Modified Paths:
--------------
    trunk/overlays/proaudio/media-sound/acoustid-fingerprinter/ChangeLog
    trunk/overlays/proaudio/media-sound/acoustid-fingerprinter/Manifest

Added Paths:
-----------
    trunk/overlays/proaudio/media-sound/acoustid-fingerprinter/acoustid-fingerprinter-0.4-r1.ebuild

Removed Paths:
-------------
    trunk/overlays/proaudio/media-sound/acoustid-fingerprinter/acoustid-fingerprinter-0.4.ebuild

Modified: trunk/overlays/proaudio/media-sound/acoustid-fingerprinter/ChangeLog
===================================================================
--- trunk/overlays/proaudio/media-sound/acoustid-fingerprinter/ChangeLog	2011-12-09 06:35:40 UTC (rev 2043)
+++ trunk/overlays/proaudio/media-sound/acoustid-fingerprinter/ChangeLog	2011-12-19 00:05:33 UTC (rev 2044)
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*acoustid-fingerprinter-0.4-r1 (18 Dec 2011)
+
+  18 Dec 2011; <emery@xxxxxxxxxx> acoustid-fingerprinter-0.4.ebuild,
+  +acoustid-fingerprinter-0.4-r1.ebuild:
+  needed to depend media-libs/taglib
+
 *acoustid-fingerprinter-0.4 (26 Oct 2011)
 
   26 Oct 2011; Emery Hemingway <emery@xxxxxxxxxxx>

Modified: trunk/overlays/proaudio/media-sound/acoustid-fingerprinter/Manifest
===================================================================
--- trunk/overlays/proaudio/media-sound/acoustid-fingerprinter/Manifest	2011-12-09 06:35:40 UTC (rev 2043)
+++ trunk/overlays/proaudio/media-sound/acoustid-fingerprinter/Manifest	2011-12-19 00:05:33 UTC (rev 2044)
@@ -1,4 +1,5 @@
 DIST acoustid-fingerprinter-0.4.tar.gz 69089 RMD160 5ac832c46fd2e545154b31a1419b33f53d843ef5 SHA1 d6bf5b135000a699d77f1c75b1e8767b115f9fdc SHA256 9b40fb93eda00c366145da374bbdcb4ce49a250eebb57079fa0f343434f731a9
-EBUILD acoustid-fingerprinter-0.4.ebuild 490 RMD160 6c61bddcec2b577549f439107b55e744c9f6809e SHA1 f196a2a548a48f1600ca1d45ba4520689bca0082 SHA256 ab6c2ebed84ffb5f7ab78059d6601ff36b810cb2bc1bf2e9024da87cd27b292b
-MISC ChangeLog 444 RMD160 d45c070ec62ec11fe9c82f05d9428968241a8174 SHA1 10f0edadae086f17cb93554fcb32bf498972f4a0 SHA256 cb2b8656788d3cf977815a11b03a57920b372b5446935e4a178c45f8795211ad
+EBUILD acoustid-fingerprinter-0.4-r1.ebuild 490 RMD160 6c61bddcec2b577549f439107b55e744c9f6809e SHA1 f196a2a548a48f1600ca1d45ba4520689bca0082 SHA256 ab6c2ebed84ffb5f7ab78059d6601ff36b810cb2bc1bf2e9024da87cd27b292b
+EBUILD acoustid-fingerprinter-0.4.ebuild 509 RMD160 40b4935c3122d7f0df5a0b2ae59ca2b5d7bffbae SHA1 7b22deab8a13320d1ccf6f51536287c6e3260524 SHA256 6ddcba93dda504bbd6ecfa6b5c580dbb7b8c378854900fbb047e9ce27391a127
+MISC ChangeLog 638 RMD160 fc9ea59edbc97768f14f525af2a88b70d25fdbf7 SHA1 6cb6dbff6fc0992ea4e0133f5229610a2aafa622 SHA256 2e8587b6e531adb1df5c3d151cd1be1d259417970cb998b8fa3681c5b17d2bc8
 MISC metadata.xml 268 RMD160 facc07bd885f20615a1f2555069329c642e1a566 SHA1 2456bdb8a218c9d477d2d6ee4bf158de070c7be4 SHA256 96629b266b743f566c29158d4498edeeb1cd6b1f0cd9629e42d4f10b4da82f89

Added: trunk/overlays/proaudio/media-sound/acoustid-fingerprinter/acoustid-fingerprinter-0.4-r1.ebuild
===================================================================
--- trunk/overlays/proaudio/media-sound/acoustid-fingerprinter/acoustid-fingerprinter-0.4-r1.ebuild	                        (rev 0)
+++ trunk/overlays/proaudio/media-sound/acoustid-fingerprinter/acoustid-fingerprinter-0.4-r1.ebuild	2011-12-19 00:05:33 UTC (rev 2044)
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+inherit eutils cmake-utils
+
+DESCRIPTION="GUI application to submit audio fingerprints to the Acoustid database."
+HOMEPAGE="http://acoustid.org/fingerprinter";
+SRC_URI="https://github.com/downloads/lalinsky/${PN}/${P}.tar.gz";
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="amd64"
+
+IUSE=""
+DEPEND="x11-libs/qt-gui
+	media-libs/chromaprint
+	virtual/ffmpeg"
+
+RDEPEND="${DEPEND}"

Deleted: trunk/overlays/proaudio/media-sound/acoustid-fingerprinter/acoustid-fingerprinter-0.4.ebuild
===================================================================
--- trunk/overlays/proaudio/media-sound/acoustid-fingerprinter/acoustid-fingerprinter-0.4.ebuild	2011-12-09 06:35:40 UTC (rev 2043)
+++ trunk/overlays/proaudio/media-sound/acoustid-fingerprinter/acoustid-fingerprinter-0.4.ebuild	2011-12-19 00:05:33 UTC (rev 2044)
@@ -1,21 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-inherit eutils cmake-utils
-
-DESCRIPTION="GUI application to submit audio fingerprints to the Acoustid database."
-HOMEPAGE="http://acoustid.org/fingerprinter";
-SRC_URI="https://github.com/downloads/lalinsky/${PN}/${P}.tar.gz";
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="amd64"
-
-IUSE=""
-DEPEND="x11-libs/qt-gui
-	media-libs/chromaprint
-	virtual/ffmpeg"
-
-RDEPEND="${DEPEND}"


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/