From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3diags/
Date: Mon, 24 Jun 2019 12:08:39 +0000 (UTC) [thread overview]
Message-ID: <1561378103.a17c6c85c115de7d49faf2a05bd1615cabfaacd6.kensington@gentoo> (raw)
commit: a17c6c85c115de7d49faf2a05bd1615cabfaacd6
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 24 12:07:04 2019 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 12:08:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a17c6c85
media-sound/mp3diags: new package
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
media-sound/mp3diags/Manifest | 1 +
media-sound/mp3diags/metadata.xml | 10 ++++++
media-sound/mp3diags/mp3diags-1.5.01.ebuild | 56 +++++++++++++++++++++++++++++
3 files changed, 67 insertions(+)
diff --git a/media-sound/mp3diags/Manifest b/media-sound/mp3diags/Manifest
new file mode 100644
index 00000000000..1b9061be7b9
--- /dev/null
+++ b/media-sound/mp3diags/Manifest
@@ -0,0 +1 @@
+DIST MP3Diags-unstable-1.5.01.tar.gz 1234926 BLAKE2B f04a30d1418cde4b08aa744f2b280beac5af466a2657562ef9f8eafb3da84a357397975bb9c1cda4747a10ae1b9e0ac468f6666bd43c0f375fd99c2a90fd4698 SHA512 30ef7276e1be08c0d5d1d6af2a1f6f4fa61753fda65e0914c0e07a0823e1ba9a0e3a2718bde55d68e928cb965db510c80bd5f2419ac19d063edd1fa257a1ee18
diff --git a/media-sound/mp3diags/metadata.xml b/media-sound/mp3diags/metadata.xml
new file mode 100644
index 00000000000..757721839e4
--- /dev/null
+++ b/media-sound/mp3diags/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>kensington@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="sourceforge">mp3diags</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/media-sound/mp3diags/mp3diags-1.5.01.ebuild b/media-sound/mp3diags/mp3diags-1.5.01.ebuild
new file mode 100644
index 00000000000..2d96e59d193
--- /dev/null
+++ b/media-sound/mp3diags/mp3diags-1.5.01.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop qmake-utils xdg-utils
+
+MY_PN=MP3Diags-unstable
+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"
+IUSE=""
+
+DEPEND="
+ dev-libs/boost:=[threads]
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
+ sys-libs/zlib
+"
+RDEPEND="${DEPEND}
+ dev-qt/qtsvg:5
+"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+ eqmake5 ${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_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}
next reply other threads:[~2019-06-24 12:08 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-24 12:08 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
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-10-28 14:04 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=1561378103.a17c6c85c115de7d49faf2a05bd1615cabfaacd6.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