From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/dzr/
Date: Sun, 14 May 2023 07:44:49 +0000 (UTC) [thread overview]
Message-ID: <1684000983.34f876dbe5e933691ef8245ffede5509a904ada7.ceamac@gentoo> (raw)
commit: 34f876dbe5e933691ef8245ffede5509a904ada7
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Sat May 13 18:03:03 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat May 13 18:03:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34f876db
media-sound/dzr: add 230513
Signed-off-by: Jonas Frei <freijon <AT> pm.me>
media-sound/dzr/Manifest | 1 +
media-sound/dzr/dzr-230513.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/media-sound/dzr/Manifest b/media-sound/dzr/Manifest
index f6f20ca7b..b3970fc27 100644
--- a/media-sound/dzr/Manifest
+++ b/media-sound/dzr/Manifest
@@ -1 +1,2 @@
DIST dzr-230504.tar.gz 8643 BLAKE2B ccea6708e50dea624351a90bc2b8a7f117834ebdc6ee177c6da2dcd63fcb22186d50a4ccad6efd111ee763d6e917b557d8bb823481f7f76d98600dab3bc0fbe0 SHA512 93a3d4559e241c9cecb4676e53d75a222d50ba87e5bcd54bf7a13777816e4ce7d8c284c276eee19fec59996d20b03a4a8cd317bd867193a6aab4b279fb5aae63
+DIST dzr-230513.tar.gz 8678 BLAKE2B 78487e9601cf8516a7913a2a640fd3ea8aba70f1f0e43b7189d03e25920daa9270428ce3189bee39529172325bf0fe08186c7ffcfcf811c5ab0adae975cc2e23 SHA512 fe2676b1d47313427db0f38cdedfd69cb1403a4e2df49e08f6ac4984cd4809425af7746a5008fa425ab9835a15a1cced6e197b96118b5d851d92ac9accd36b6d
diff --git a/media-sound/dzr/dzr-230513.ebuild b/media-sound/dzr/dzr-230513.ebuild
new file mode 100644
index 000000000..94371499e
--- /dev/null
+++ b/media-sound/dzr/dzr-230513.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="DZR: the command line deezer.com player"
+HOMEPAGE="https://github.com/yne/dzr"
+SRC_URI="https://github.com/yne/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ app-misc/jq[oniguruma]
+ dev-libs/openssl
+ dev-util/dialog
+ media-video/mpv
+ net-misc/curl
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_install() {
+ exeinto /usr/bin
+ doexe dzr
+ doexe dzr-dec
+ doexe dzr-id3
+ doexe dzr-srt
+ doexe dzr-url
+ default
+}
+
+pkg_postinst() {
+ einfo "WARNING: For legal reasons this project"
+ einfo "does not contain the track decryption key."
+ einfo "Please read the following guide first:"
+ einfo "https://github.com/yne/dzr/wiki#find-the-dzr_cbc-key"
+}
next reply other threads:[~2023-05-14 7:44 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-14 7:44 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-10 23:59 [gentoo-commits] repo/proj/guru:master commit in: media-sound/dzr/ David Roman
2024-09-10 23:59 David Roman
2024-07-18 9:22 David Roman
2024-07-17 8:40 David Roman
2024-07-17 8:40 David Roman
2023-12-20 9:10 David Roman
2023-12-20 9:10 David Roman
2023-09-24 0:33 David Roman
2023-09-24 0:33 David Roman
2023-09-19 6:23 Haelwenn Monnier
2023-09-19 6:23 Haelwenn Monnier
2023-07-31 14:53 David Roman
2023-07-31 14:53 David Roman
2023-05-14 7:44 Viorel Munteanu
2023-05-06 6:59 Viorel Munteanu
2023-05-06 6:59 Viorel Munteanu
2023-05-01 9:20 Viorel Munteanu
2023-05-01 9:20 Viorel Munteanu
2022-11-16 10:19 Florian Schmaus
2022-08-12 22:13 Haelwenn Monnier
2022-06-03 10:44 Florian Schmaus
2022-05-05 14:42 Haelwenn Monnier
2022-05-05 14:42 Haelwenn Monnier
2022-04-04 14:38 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-04-04 14:49 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
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=1684000983.34f876dbe5e933691ef8245ffede5509a904ada7.ceamac@gentoo \
--to=ceamac@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