public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3diags/
Date: Fri, 28 Oct 2016 14:04:21 +0000 (UTC)	[thread overview]
Message-ID: <1477663450.7604c0150982169d17ed1af0e385eca8170940ed.kensington@gentoo> (raw)

commit:     7604c0150982169d17ed1af0e385eca8170940ed
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 14:04:06 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 14:04:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7604c015

media-sound/mp3diags: version bump

Package-Manager: portage-2.3.2

 media-sound/mp3diags/Manifest               |  1 +
 media-sound/mp3diags/mp3diags-1.2.03.ebuild | 59 +++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/media-sound/mp3diags/Manifest b/media-sound/mp3diags/Manifest
index 02b913a..b4247b0 100644
--- a/media-sound/mp3diags/Manifest
+++ b/media-sound/mp3diags/Manifest
@@ -1 +1,2 @@
 DIST MP3Diags-1.2.02.tar.gz 1220039 SHA256 17c4dc2b40a855f39ef8dbac41dacc5c309d46043c969dcf6319d76103341fcd SHA512 51498646ad3c9a19aeb0bcbf8cd280de75a24eb252790cc71d1eba433b986bbc58d4198d8bdfc0339dd6845ddfd966dd482f991b976e2da8f49e9d4e4f0464d0 WHIRLPOOL f7a8fd855de147bfd26076e3dc1242b5c7d5819621626b8efe42dcb19b3b86042deb53439fec598fe20be29e35dc0c33ef5a251a4ed55478cda1f8f3ed915140
+DIST MP3Diags-1.2.03.tar.gz 1230173 SHA256 8dce26781123150eb920acd1a1217601c55c8366f72b4cccd62bba53c3a73f53 SHA512 0f7a5d300a3366a2b5ed3da78e1b1bf892618e19e6ea0de444cffea0926d8370f8309fae4fececcea4bf494b1b4b51ec6c382dbb7e46d8286c7580da18675fcf WHIRLPOOL ff010e2db7259b399f62d98a67d78fc073a5117da345160cd1f25a7cca607d52498445bcad7bfe98f66228e2da071a34df213665ebaf6e0894d1f0436ce3e405

diff --git a/media-sound/mp3diags/mp3diags-1.2.03.ebuild b/media-sound/mp3diags/mp3diags-1.2.03.ebuild
new file mode 100644
index 00000000..84283f5
--- /dev/null
+++ b/media-sound/mp3diags/mp3diags-1.2.03.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils gnome2-utils qmake-utils
+
+MY_PN=MP3Diags
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Qt-based MP3 diagnosis and repair tool"
+HOMEPAGE="http://mp3diags.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="LGPL-3 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-libs/boost-1.37:=
+	dev-qt/qtcore:4
+	dev-qt/qtgui:4
+	sys-libs/zlib
+"
+RDEPEND="${DEPEND}
+	dev-qt/qtsvg:4
+"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+	eqmake4 ${PN}.pro
+}
+
+src_install() {
+	dobin bin/${MY_PN}
+	dodoc changelog.txt
+
+	local size
+	for size in 16 22 24 32 36 40 48; do
+		insinto /usr/share/icons/hicolor/${size}x${size}/apps
+		newins desktop/${MY_PN}${size}.png ${MY_PN}.png
+	done
+	domenu desktop/${MY_PN}.desktop
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


             reply	other threads:[~2016-10-28 14:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-28 14:04 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-01  7:43 [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3diags/ Miroslav Šulc
2021-06-18 19:18 David Seifert
2020-03-01  3:18 Michael Palimaka
2019-06-24 12:08 Michael Palimaka
2017-01-19 17:02 Davide Pesavento
2017-01-19 10:59 Agostino Sarubbo
2017-01-19 10:37 Agostino Sarubbo
2017-01-18 16:44 Michael Palimaka
2016-02-14 14:03 Davide Pesavento
2016-01-23 16:59 Agostino Sarubbo
2016-01-16 19:29 Michael Palimaka
2015-10-10 13:43 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1477663450.7604c0150982169d17ed1af0e385eca8170940ed.kensington@gentoo \
    --to=kensington@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox