public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Amy Liffey" <amynka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-viewer/
Date: Thu, 16 Mar 2017 08:21:47 +0000 (UTC)	[thread overview]
Message-ID: <1489652482.039e7a32c580f6fe2b1db8f6b057329bdcd5a45a.amynka@gentoo> (raw)

commit:     039e7a32c580f6fe2b1db8f6b057329bdcd5a45a
Author:     Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
AuthorDate: Wed Feb  1 06:31:59 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 08:21:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039e7a32

net-misc/youtube-viewer: Update to version 3.2.5

1. fix dependencies
2. add license

Gentoo Bug: #600460
Closes: #3757

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/youtube-viewer/Manifest                   |  1 +
 ...wer-9999.ebuild => youtube-viewer-3.2.5.ebuild} | 42 ++++++++++------------
 net-misc/youtube-viewer/youtube-viewer-9999.ebuild | 32 +++++++----------
 3 files changed, 32 insertions(+), 43 deletions(-)

diff --git a/net-misc/youtube-viewer/Manifest b/net-misc/youtube-viewer/Manifest
index 9b4eaf7f5ae..30d50d048d6 100644
--- a/net-misc/youtube-viewer/Manifest
+++ b/net-misc/youtube-viewer/Manifest
@@ -1,3 +1,4 @@
 DIST youtube-viewer-3.1.9.tar.gz 222276 SHA256 9b7ba2b50cea054898024bc871e231673269ab50db0526ee3f1a7ae62a51e8d2 SHA512 60ff81defd4d8d1bc1f6b5bceaa03c9bbe64e8fea2083ce60b04b6c14d8b13ded6da255b9aa46bfcb1b76cf33121ddb738d0f0c159e4bd207999ca558a43e86e WHIRLPOOL 2e6a79992c7760d93c2e28f1e4f5c14861b6fefed8e0bebb9a7d88c6cf27000904971b12274a972ca66471ffee7c3bfee8c90218c16ddd0ec96cc8f46779bffd
 DIST youtube-viewer-3.2.0.tar.gz 222528 SHA256 60a4ded8798da3cdadadf816b1c4e87c6feb697f01db70630f014584e5a2392e SHA512 bda3592874ded71e6a60d87b669d2c80999425ef2f2061e942a8db5755d9d6f2dabf038b8b7984efb1cccc3a5f9f12b2fa56290be9db871b2784b2c464367c3b WHIRLPOOL 73ec965bf4cf65d545b99d73e003ce7d74d92dcdc1f5d29c8b925e4d96e93d5924b66e06ec40e22f16119b6df6445344d650d5ca086e52aeb60a350c7ca8ce0d
 DIST youtube-viewer-3.2.4.tar.gz 224282 SHA256 ca37024ce018e31bd4c99f5df208e842f44979c07c5d31647c1fbe4e17b1b296 SHA512 06bb763460b90f26aa1671c29056374df62d4e840acb3a800f4840160535fef30e60e6655b1d4ba7423a0424384acdfc00aa068a420aa836110974a5f7152ec2 WHIRLPOOL bfeb12bacd98b6da8ecb0ee4b626a8fdc98331f21049bdd99524d65ff5de109abe859c882dac5347fa07cee704d229e64496a369ae1c3ae6d24557c4ff142b59
+DIST youtube-viewer-3.2.5.tar.gz 228801 SHA256 306199649972137e7181fac4efccb295b5c3aedc3f103975cca533db3be1f53b SHA512 093c62a3fcbfdf538ae5a205b4263ef91408e4aa7f1824a12f4b5d7b387437fe48af5914e792d743b135e1389534ddba89aaa9a1226969d3cc360515a0d885ae WHIRLPOOL 5d0168866d58ee88e6d7fa98f2a7ffdc3527203680c224bcd5998e322f6329e28cecbc33986aea764137c9917b78e65f250afe664af6fd5c308a50cfa626c869

diff --git a/net-misc/youtube-viewer/youtube-viewer-9999.ebuild b/net-misc/youtube-viewer/youtube-viewer-3.2.5.ebuild
similarity index 60%
copy from net-misc/youtube-viewer/youtube-viewer-9999.ebuild
copy to net-misc/youtube-viewer/youtube-viewer-3.2.5.ebuild
index 547e647df62..915e3d5c8ea 100644
--- a/net-misc/youtube-viewer/youtube-viewer-9999.ebuild
+++ b/net-misc/youtube-viewer/youtube-viewer-3.2.5.ebuild
@@ -1,26 +1,26 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+# $Id$
 
-EAPI=5
+EAPI=6
 
-inherit gnome2-utils eutils perl-module git-r3
+inherit eutils gnome2-utils perl-module
 
 DESCRIPTION="A command line utility for viewing youtube-videos in Mplayer"
 HOMEPAGE="https://trizenx.blogspot.com/2012/03/gtk-youtube-viewer.html"
-SRC_URI=""
-EGIT_REPO_URI="git://github.com/trizen/${PN}.git"
+SRC_URI="https://github.com/trizen/youtube-viewer/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE="gtk"
 
 RDEPEND="
-	>=dev-lang/perl-5.16.0
 	dev-perl/Data-Dump
 	dev-perl/JSON
 	dev-perl/libwww-perl[ssl]
 	dev-perl/Term-ReadLine-Gnu
+	media-video/ffmpeg[openssl]
 	virtual/perl-Encode
 	virtual/perl-File-Path
 	virtual/perl-File-Spec
@@ -35,7 +35,9 @@ RDEPEND="
 		>=dev-perl/gtk2-perl-1.244.0
 		virtual/freedesktop-icon-theme
 		x11-libs/gdk-pixbuf:2[X,jpeg]
-	)"
+	)
+	|| ( media-video/mpv media-video/mplayer media-video/smplayer media-video/vlc )
+	"
 DEPEND="dev-perl/Module-Build"
 
 SRC_TEST="do"
@@ -70,23 +72,15 @@ pkg_preinst() {
 
 pkg_postinst() {
 	use gtk && gnome2_icon_cache_update
+	elog "Optional dependencies:"
+	optfeature "cache support" dev-perl/LWP-UserAgent-Cached
+	optfeature "better STDIN support" dev-perl/Term-ReadLine-Gnu
+	optfeature "faster JSON to HASH conversion" dev-perl/JSON-XS
+	optfeature "the case if there are SSL problems" dev-perl/Mozilla-CA
+	optfeature "printing results in a fixed-width format (--fixed-width, -W)" dev-perl/Text-CharWidth
+	optfeature "threads support" virtual/perl-threads
 	elog
-	elog "optional dependencies:"
-	elog "  dev-perl/LWP-UserAgent-Cached (cache support)"
-	elog "  dev-perl/Term-ReadLine-Gnu (for a better STDIN support)"
-	elog "  dev-perl/JSON-XS (faster JSON to HASH conversion)"
-	elog "  dev-perl/Mozilla-CA (just in case if there are SSL problems)"
-	elog "  dev-perl/Text-CharWidth (print the results in a fixed-width"
-	elog "    format (--fixed-width, -W))"
-	elog "  virtual/perl-threads (threads support)"
-	elog
-	elog "You also need a compatible video player, possible choices are:"
-	elog "  media-video/gnome-mplayer"
-	elog "  media-video/mplayer[network]"
-	elog "  media-video/mpv"
-	elog "  media-video/smplayer"
-	elog "  media-video/vlc"
-	elog "Also check the configuration file in ~/.config/youtube-viewer/"
+	elog "Check the configuration file in ~/.config/youtube-viewer/"
 	elog "and configure your video player backend."
 }
 

diff --git a/net-misc/youtube-viewer/youtube-viewer-9999.ebuild b/net-misc/youtube-viewer/youtube-viewer-9999.ebuild
index 547e647df62..754de2d7e7f 100644
--- a/net-misc/youtube-viewer/youtube-viewer-9999.ebuild
+++ b/net-misc/youtube-viewer/youtube-viewer-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit gnome2-utils eutils perl-module git-r3
 
@@ -21,6 +21,7 @@ RDEPEND="
 	dev-perl/JSON
 	dev-perl/libwww-perl[ssl]
 	dev-perl/Term-ReadLine-Gnu
+	media-video/ffmpeg[openssl]
 	virtual/perl-Encode
 	virtual/perl-File-Path
 	virtual/perl-File-Spec
@@ -35,7 +36,8 @@ RDEPEND="
 		>=dev-perl/gtk2-perl-1.244.0
 		virtual/freedesktop-icon-theme
 		x11-libs/gdk-pixbuf:2[X,jpeg]
-	)"
+	)
+	|| ( media-video/mpv media-video/mplayer media-video/smplayer media-video/vlc )"
 DEPEND="dev-perl/Module-Build"
 
 SRC_TEST="do"
@@ -70,23 +72,15 @@ pkg_preinst() {
 
 pkg_postinst() {
 	use gtk && gnome2_icon_cache_update
+	elog "Optional dependencies:"
+	optfeature "cache support" dev-perl/LWP-UserAgent-Cached
+	optfeature "better STDIN support" dev-perl/Term-ReadLine-Gnu
+	optfeature "faster JSON to HASH conversion" dev-perl/JSON-XS
+	optfeature "the case if there are SSL problems" dev-perl/Mozilla-CA
+	optfeature "printing results in a fixed-width format (--fixed-width, -W)" dev-perl/Text-CharWidth
+	optfeature "threads support" virtual/perl-threads
 	elog
-	elog "optional dependencies:"
-	elog "  dev-perl/LWP-UserAgent-Cached (cache support)"
-	elog "  dev-perl/Term-ReadLine-Gnu (for a better STDIN support)"
-	elog "  dev-perl/JSON-XS (faster JSON to HASH conversion)"
-	elog "  dev-perl/Mozilla-CA (just in case if there are SSL problems)"
-	elog "  dev-perl/Text-CharWidth (print the results in a fixed-width"
-	elog "    format (--fixed-width, -W))"
-	elog "  virtual/perl-threads (threads support)"
-	elog
-	elog "You also need a compatible video player, possible choices are:"
-	elog "  media-video/gnome-mplayer"
-	elog "  media-video/mplayer[network]"
-	elog "  media-video/mpv"
-	elog "  media-video/smplayer"
-	elog "  media-video/vlc"
-	elog "Also check the configuration file in ~/.config/youtube-viewer/"
+	elog "Check the configuration file in ~/.config/youtube-viewer/"
 	elog "and configure your video player backend."
 }
 


             reply	other threads:[~2017-03-16  8:21 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-16  8:21 Amy Liffey [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-04 20:25 [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-viewer/ Andreas K. Hüttel
2024-12-01 12:04 Sam James
2024-06-20 23:08 Stefan Strogin
2023-01-24 13:32 Ionen Wolkens
2022-07-29  0:11 Stefan Strogin
2022-07-02 23:08 Sam James
2022-01-21 23:24 Stefan Strogin
2022-01-21 23:18 Stefan Strogin
2021-11-01 16:40 Stefan Strogin
2021-11-01 16:40 Stefan Strogin
2021-11-01 16:40 Stefan Strogin
2021-08-07 20:46 Stefan Strogin
2021-05-01 18:07 Sam James
2021-04-04 18:55 Andreas Sturmlechner
2020-11-26  3:42 Matt Turner
2020-09-07  8:55 David Seifert
2020-06-04 16:52 Aaron Bauman
2020-04-16  8:11 Joonas Niilola
2020-04-16  8:11 Joonas Niilola
2020-04-13 16:53 Agostino Sarubbo
2020-04-13 14:48 Agostino Sarubbo
2020-03-18  8:30 Joonas Niilola
2020-03-05 12:21 Joonas Niilola
2020-03-05 12:21 Joonas Niilola
2020-03-05 12:21 Joonas Niilola
2019-11-16  9:45 Joonas Niilola
2019-11-16  9:45 Joonas Niilola
2019-10-23  5:10 Joonas Niilola
2019-10-23  5:10 Joonas Niilola
2019-10-02 19:08 Agostino Sarubbo
2019-09-26 19:02 Thomas Deutschmann
2019-09-25 13:31 Joonas Niilola
2019-09-25 13:31 Joonas Niilola
2019-08-11 21:30 Thomas Deutschmann
2019-08-09  7:10 Agostino Sarubbo
2019-08-08 15:10 Joonas Niilola
2019-08-08 15:10 Joonas Niilola
2019-08-08 15:10 Joonas Niilola
2019-04-09 12:52 Patrice Clement
2018-04-25 21:49 Aaron Bauman
2018-04-20  7:24 Michał Górny
2018-04-18 16:30 Mikle Kolyada
2018-04-17 22:09 Thomas Deutschmann
2018-02-21  3:01 Thomas Deutschmann
2018-02-20 20:26 Patrice Clement
2017-08-26  6:50 Patrick Lauer
2017-06-30 12:25 Patrice Clement
2017-03-19  4:12 Kent Fredric
2016-12-02 19:19 Michał Górny
2016-11-20 22:03 Göktürk Yüksek
2016-05-22 19:35 Pacho Ramos
2016-05-07 21:24 Michał Górny
2016-03-26 12:35 Matthias Maier
2016-03-07  8:01 Jason Zaman
2016-02-13 15:33 Agostino Sarubbo
2016-02-08  2:23 Ian Delaney
2015-10-27 12:53 Julian Ospald
2015-10-27 12:36 Julian Ospald
2015-10-27 12:36 Julian Ospald
2015-10-27 12:36 Julian Ospald
2015-10-27 11:56 Julian Ospald

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=1489652482.039e7a32c580f6fe2b1db8f6b057329bdcd5a45a.amynka@gentoo \
    --to=amynka@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