public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/smplayer/
Date: Mon, 28 Oct 2019 10:26:42 +0000 (UTC)	[thread overview]
Message-ID: <1572258396.573d8a93e91d0f745d72954c8ab2f334aacb6ad3.polynomial-c@gentoo> (raw)

commit:     573d8a93e91d0f745d72954c8ab2f334aacb6ad3
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 10:16:51 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 10:26:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=573d8a93

media-video/smplayer: Removed old

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-video/smplayer/Manifest                  |   1 -
 media-video/smplayer/smplayer-19.1.0-r1.ebuild | 134 -------------------------
 2 files changed, 135 deletions(-)

diff --git a/media-video/smplayer/Manifest b/media-video/smplayer/Manifest
index 7fbe17c6f4b..d2dd594662e 100644
--- a/media-video/smplayer/Manifest
+++ b/media-video/smplayer/Manifest
@@ -1,3 +1,2 @@
 DIST smplayer-18.6.0.tar.bz2 5111791 BLAKE2B db19932703d93cba7f3f54989988d88af7ed033a61388f89263f613ce743cfd1ff649dad9db2b43193a459110267ee176eae9640f814e77545cfe6b5fb53abe2 SHA512 8383c8c3d4a171adc189d6bc4c11c0b7a8ea78bf8ff8518589647dfd846b314cf3290a1d607c617e7e971ee29c6966666bf9d306d1b1c1bb4824f42efd97c7a8
-DIST smplayer-19.1.0.tar.bz2 5169546 BLAKE2B fc15fd33522f137371442696b20ed695dbc4cfeb759ae504cdc688dc30de14fd35da81f6788b3dc2886119012416218f1d39ba64a7d747194dd777544a08d1e0 SHA512 aee009f0ff6dcfe8e5b0b80c99d44c41a02c34d7974c1a15b21235e3daaf3142f5c936adb043327804412309b88e0ff8f0ef440c1835541adb6bf703d486ff79
 DIST smplayer-19.5.0.tar.bz2 5175017 BLAKE2B e7160ca7d404dd6a8d7c316df3c39b2e238410435960d714aec271d2034030f9e1b59997d11d758188e327117f0eb773cb8baccc1defc20cd071e40c87deb07c SHA512 ee19186b3f4eac94b06a1e389e42edb8c2b22f8182b679bdc40e3ae1569a6c69f168260abfee3b2827b71b10eb353e7a3821805798f37aae2600af3b73d25ca1

diff --git a/media-video/smplayer/smplayer-19.1.0-r1.ebuild b/media-video/smplayer/smplayer-19.1.0-r1.ebuild
deleted file mode 100644
index 1863a883169..00000000000
--- a/media-video/smplayer/smplayer-19.1.0-r1.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 2007-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PLOCALES="am ar_SY ar bg ca cs da de el en_GB en en_US es et eu fa fi fr gl
-he_IL hr hu id it ja ka ko ku lt mk ms_MY nl nn_NO pl pt_BR pt ro_RO ru_RU
-sk sl_SI sq_AL sr sv th tr uk_UA uz vi_VN zh_CN zh_TW"
-PLOCALE_BACKUP="en_US"
-
-inherit l10n qmake-utils toolchain-funcs xdg
-
-DESCRIPTION="Great Qt GUI front-end for mplayer/mpv"
-HOMEPAGE="https://www.smplayer.eu/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2+ BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE="autoshutdown bidi debug mpris"
-
-BDEPEND="dev-qt/linguist-tools:5"
-DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5=
-	dev-qt/qtnetwork:5[ssl]
-	dev-qt/qtscript:5
-	dev-qt/qtsingleapplication[X,qt5(+)]
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-	sys-libs/zlib
-	autoshutdown? ( dev-qt/qtdbus:5 )
-	mpris? ( dev-qt/qtdbus:5 )
-"
-RDEPEND="${DEPEND}
-	|| (
-		media-video/mpv[libass,X]
-		media-video/mplayer[bidi?,libass,png,X]
-	)
-"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-14.9.0.6966-unbundle-qtsingleapplication.patch" # bug 487544
-	"${FILESDIR}/${PN}-17.1.0-advertisement_crap.patch"
-	"${FILESDIR}/${PN}-18.2.0-jobserver.patch"
-	"${FILESDIR}/${PN}-18.3.0-disable-werror.patch"
-)
-
-src_prepare() {
-	use bidi || PATCHES+=( "${FILESDIR}"/${PN}-16.4.0-zero-bidi.patch )
-
-	default
-
-	# Upstream Makefile sucks
-	sed -i -e "/^PREFIX=/ s:/usr/local:${EPREFIX}/usr:" \
-		-e "/^DOC_PATH=/ s:packages/smplayer:${PF}:" \
-		-e '/\.\/get_svn_revision\.sh/,+2c\
-	cd src && $(DEFS) $(MAKE)' \
-		Makefile || die
-
-	# Turn off online update checker, bug #479902
-	sed -e 's:DEFINES += UPDATE_CHECKER:#&:' \
-		-e 's:DEFINES += CHECK_UPGRADED:#&:' \
-		-i src/smplayer.pro || die
-
-	# Turn off intrusive share widget
-	sed -e 's:DEFINES += SHARE_WIDGET:#&:' \
-		-i src/smplayer.pro || die
-
-	# Toggle autoshutdown option which pulls in dbus, bug #524392
-	if ! use autoshutdown ; then
-		sed -e 's:DEFINES += AUTO_SHUTDOWN_PC:#&:' \
-			-i src/smplayer.pro || die
-	fi
-
-	# Turn debug message flooding off
-	if ! use debug ; then
-		sed -e 's:#\(DEFINES += NO_DEBUG_ON_CONSOLE\):\1:' \
-			-i src/smplayer.pro || die
-	fi
-
-	# MPRIS2 pulls in dbus, bug #553710
-	if ! use mpris ; then
-		sed -e 's:DEFINES += MPRIS2:#&:' \
-			-i src/smplayer.pro || die
-	fi
-
-	# Commented out because it gives false positives
-	#l10n_find_plocales_changes "${S}"/src/translations ${PN}_ .ts
-}
-
-src_configure() {
-	cd src || die
-	eqmake5
-}
-
-gen_translation() {
-	local mydir="$(qt5_get_bindir)"
-
-	ebegin "Generating $1 translation"
-	"${mydir}"/lrelease ${PN}_${1}.ts
-	eend $? || die "failed to generate $1 translation"
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)"
-
-	cd src/translations || die
-	l10n_for_each_locale_do gen_translation
-}
-
-src_install() {
-	# remove unneeded copies of the GPL
-	rm -f Copying* docs/*/gpl.html || die
-	# don't install empty dirs
-	rmdir --ignore-fail-on-non-empty docs/* || die
-
-	default
-}
-
-pkg_preinst() {
-	xdg_pkg_preinst
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	elog "If you want URL support with media-video/mpv, please install"
-	elog "net-misc/youtube-dl."
-}
-
-pkg_postrm() {
-	xdg_pkg_postrm
-}


             reply	other threads:[~2019-10-28 10:26 UTC|newest]

Thread overview: 95+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-28 10:26 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-20 22:26 [gentoo-commits] repo/gentoo:master commit in: media-video/smplayer/ Sam James
2024-09-20  6:15 Sam James
2024-09-20  1:07 Sam James
2024-09-20  1:07 Sam James
2023-11-11 22:09 Andreas Sturmlechner
2023-11-11 20:17 Arthur Zamarin
2023-11-11 20:17 Arthur Zamarin
2023-10-21 21:04 Andreas Sturmlechner
2022-09-26 17:18 Andreas Sturmlechner
2022-09-03  5:27 Sam James
2022-09-03  5:27 Sam James
2022-02-27 19:36 Lars Wendler
2021-11-04 18:00 Lars Wendler
2021-11-03 13:14 Sam James
2021-11-03 13:14 Sam James
2021-10-29 18:53 Lars Wendler
2021-10-29 18:53 Lars Wendler
2021-08-17  6:59 Lars Wendler
2021-08-16 21:11 Lars Wendler
2021-08-09  7:56 Lars Wendler
2021-07-04 14:03 Ulrich Müller
2021-01-24 13:02 Andreas Sturmlechner
2021-01-24 12:10 Agostino Sarubbo
2021-01-24 11:58 Agostino Sarubbo
2020-11-23 23:00 Lars Wendler
2020-07-06  8:40 Lars Wendler
2020-06-04  8:40 Andreas Sturmlechner
2020-05-29  7:39 Agostino Sarubbo
2020-05-07 14:06 Lars Wendler
2019-11-11 15:36 Lars Wendler
2019-11-05 14:37 Lars Wendler
2019-05-21 15:11 Lars Wendler
2019-05-21 15:11 Lars Wendler
2019-05-17 19:35 Mike Gilbert
2019-03-03 19:12 Lars Wendler
2019-03-03 19:12 Lars Wendler
2019-02-01 17:08 Lars Wendler
2019-02-01 17:08 Lars Wendler
2018-10-29 15:14 Lars Wendler
2018-09-19 12:36 Lars Wendler
2018-09-19 12:36 Lars Wendler
2018-09-09  8:31 Mikle Kolyada
2018-09-09  1:12 Thomas Deutschmann
2018-06-26  8:42 Lars Wendler
2018-06-26  8:42 Lars Wendler
2018-06-01 14:20 Lars Wendler
2018-04-26 11:35 Lars Wendler
2018-04-26  3:32 Andreas Sturmlechner
2018-04-24 23:59 Aaron Bauman
2018-03-22 10:10 Lars Wendler
2018-03-22 10:10 Lars Wendler
2018-02-22 10:51 Andreas Sturmlechner
2018-02-22 10:27 Lars Wendler
2018-02-22 10:27 Lars Wendler
2018-02-10 11:48 Michael Palimaka
2018-01-25 13:56 Lars Wendler
2018-01-17 10:23 Lars Wendler
2018-01-17 10:23 Lars Wendler
2017-12-25 20:52 Lars Wendler
2017-12-22 11:25 Michael Palimaka
2017-12-22 11:25 Michael Palimaka
2017-12-21 16:44 Andreas Sturmlechner
2017-11-22 16:15 Lars Wendler
2017-11-22 16:15 Lars Wendler
2017-11-06 15:29 Lars Wendler
2017-11-06 15:29 Lars Wendler
2017-10-31 10:17 Andreas Sturmlechner
2017-10-30 23:33 Andreas Sturmlechner
2017-10-17 10:37 Lars Wendler
2017-10-06 13:48 Lars Wendler
2017-06-12 12:41 Agostino Sarubbo
2017-06-11 10:50 Michael Palimaka
2017-05-07 12:52 Michał Górny
2016-11-17 18:08 Lars Wendler
2016-11-17 18:08 Lars Wendler
2016-10-02 12:14 Jeroen Roovers
2016-09-22 10:31 Lars Wendler
2016-08-17 16:27 Lars Wendler
2016-07-11  9:01 Lars Wendler
2016-06-13  7:53 Lars Wendler
2016-04-23 13:33 Davide Pesavento
2016-04-23 13:24 Davide Pesavento
2016-04-23 13:18 Davide Pesavento
2016-04-08 17:01 Lars Wendler
2016-04-06 12:26 Agostino Sarubbo
2016-03-02 13:47 Davide Pesavento
2016-03-02 13:47 Davide Pesavento
2016-02-19 15:34 Michael Palimaka
2016-02-19 13:23 Michael Palimaka
2015-12-16 10:50 Lars Wendler
2015-12-16 10:50 Lars Wendler
2015-10-29 17:13 Michael Palimaka
2015-10-09  6:35 Lars Wendler
2015-10-09  6:35 Lars Wendler

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=1572258396.573d8a93e91d0f745d72954c8ab2f334aacb6ad3.polynomial-c@gentoo \
    --to=polynomial-c@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