public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: media-video/xvideoservicethief/
  2014-08-19  1:07 [gentoo-commits] proj/qt:master commit in: media-video/xvideoservicethief/ Davide Pesavento
@ 2014-08-10 15:41 ` Davide Pesavento
  0 siblings, 0 replies; 3+ messages in thread
From: Davide Pesavento @ 2014-08-10 15:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d7e3914f171598e3039180ab817de7ac15ac2e6d
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 10 15:20:53 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Aug 10 15:20:53 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=d7e3914f

[media-video/xvideoservicethief] EAPI=5

Package-Manager: portage-2.2.11-r1

---
 .../xvideoservicethief/xvideoservicethief-9999.ebuild      | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/media-video/xvideoservicethief/xvideoservicethief-9999.ebuild b/media-video/xvideoservicethief/xvideoservicethief-9999.ebuild
index d7f2bb2..3129b90 100644
--- a/media-video/xvideoservicethief/xvideoservicethief-9999.ebuild
+++ b/media-video/xvideoservicethief/xvideoservicethief-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=5
 
 LANGS="br ca cs da de es fr gl hu it ja ko nl pl ro ru sv"
 
@@ -28,10 +28,11 @@ RDEPEND="dev-qt/qtgui:4
 	media-video/flvstreamer"
 
 S=${WORKDIR}
-TRANSLATIONSDIR="${S}/resources"
+TRANSLATIONSDIR=${S}/resources
 
 src_prepare() {
 	subversion_src_prepare
+
 	# fix translations
 	mv "${S}"/resources/translations/${MY_PN}_cz.ts \
 		"${S}"/resources/translations/${MY_PN}_cs.ts || die
@@ -59,11 +60,10 @@ src_compile() {
 }
 
 src_install() {
-	dobin bin/xvst || die "dobin failed"
-	insinto /usr/share/pixmaps/
-	newins resources/images/InformationLogo.png xvst.png || die "newins failed"
-	make_desktop_entry /usr/bin/xvst xVideoServiceThief xvst 'Qt;AudioVideo;Video' \
-		|| die "make_desktop_entry failed"
+	dobin bin/xvst
+	insinto /usr/share/pixmaps
+	newins resources/images/InformationLogo.png xvst.png
+	make_desktop_entry /usr/bin/xvst xVideoServiceThief xvst 'Qt;AudioVideo;Video'
 
 	# install plugins
 	local dest=/usr/share/${PN}/plugins


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/qt:master commit in: media-video/xvideoservicethief/
@ 2014-08-19  1:07 Davide Pesavento
  2014-08-10 15:41 ` Davide Pesavento
  0 siblings, 1 reply; 3+ messages in thread
From: Davide Pesavento @ 2014-08-19  1:07 UTC (permalink / raw
  To: gentoo-commits

commit:     d7e3914f171598e3039180ab817de7ac15ac2e6d
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 10 15:20:53 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Aug 10 15:20:53 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=d7e3914f

[media-video/xvideoservicethief] EAPI=5

Package-Manager: portage-2.2.11-r1

---
 .../xvideoservicethief/xvideoservicethief-9999.ebuild      | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/media-video/xvideoservicethief/xvideoservicethief-9999.ebuild b/media-video/xvideoservicethief/xvideoservicethief-9999.ebuild
index d7f2bb2..3129b90 100644
--- a/media-video/xvideoservicethief/xvideoservicethief-9999.ebuild
+++ b/media-video/xvideoservicethief/xvideoservicethief-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=5
 
 LANGS="br ca cs da de es fr gl hu it ja ko nl pl ro ru sv"
 
@@ -28,10 +28,11 @@ RDEPEND="dev-qt/qtgui:4
 	media-video/flvstreamer"
 
 S=${WORKDIR}
-TRANSLATIONSDIR="${S}/resources"
+TRANSLATIONSDIR=${S}/resources
 
 src_prepare() {
 	subversion_src_prepare
+
 	# fix translations
 	mv "${S}"/resources/translations/${MY_PN}_cz.ts \
 		"${S}"/resources/translations/${MY_PN}_cs.ts || die
@@ -59,11 +60,10 @@ src_compile() {
 }
 
 src_install() {
-	dobin bin/xvst || die "dobin failed"
-	insinto /usr/share/pixmaps/
-	newins resources/images/InformationLogo.png xvst.png || die "newins failed"
-	make_desktop_entry /usr/bin/xvst xVideoServiceThief xvst 'Qt;AudioVideo;Video' \
-		|| die "make_desktop_entry failed"
+	dobin bin/xvst
+	insinto /usr/share/pixmaps
+	newins resources/images/InformationLogo.png xvst.png
+	make_desktop_entry /usr/bin/xvst xVideoServiceThief xvst 'Qt;AudioVideo;Video'
 
 	# install plugins
 	local dest=/usr/share/${PN}/plugins


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/qt:master commit in: media-video/xvideoservicethief/
@ 2016-10-28 16:12 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2016-10-28 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     0d2f7f27d048c2dc80579878366dc1cc1d0b59ad
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 15:35:17 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 16:12:44 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=0d2f7f27

media-video/xvideoservicethief: requires qt4, dead upstream

 media-video/xvideoservicethief/metadata.xml        | 12 ----
 .../xvideoservicethief-9999.ebuild                 | 74 ----------------------
 2 files changed, 86 deletions(-)

diff --git a/media-video/xvideoservicethief/metadata.xml b/media-video/xvideoservicethief/metadata.xml
deleted file mode 100644
index 21193fe..0000000
--- a/media-video/xvideoservicethief/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>media-video@gentoo.org</email>
-		<name>Gentoo Video project</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>qt@gentoo.org</email>
-		<name>Gentoo Qt Project</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/media-video/xvideoservicethief/xvideoservicethief-9999.ebuild b/media-video/xvideoservicethief/xvideoservicethief-9999.ebuild
deleted file mode 100644
index 647b53d..0000000
--- a/media-video/xvideoservicethief/xvideoservicethief-9999.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-LANGS="br ca cs da de es fr gl hu it ja ko nl pl ro ru sv"
-
-inherit eutils qt4-r2 versionator subversion
-
-MY_PN="xVST"
-MY_PV=$(replace_all_version_separators '_')
-
-DESCRIPTION="Download (and convert) videos from various Web Video Services"
-HOMEPAGE="http://xviservicethief.sourceforge.net/"
-ESVN_REPO_URI="http://xviservicethief.svn.sourceforge.net/svnroot/xviservicethief/trunk/"
-# Note: all released versions are labelled alpha
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="app-arch/unzip
-	dev-qt/qtgui:4"
-RDEPEND="dev-qt/qtgui:4
-	media-video/ffmpeg
-	media-video/flvstreamer"
-
-S=${WORKDIR}
-TRANSLATIONSDIR=${S}/resources
-
-src_prepare() {
-	subversion_src_prepare
-
-	# fix translations
-	mv "${S}"/resources/translations/${MY_PN}_cz.ts \
-		"${S}"/resources/translations/${MY_PN}_cs.ts || die
-	mv "${S}"/resources/translations/${MY_PN}_jp.ts	\
-		"${S}"/resources/translations/${MY_PN}_ja.ts || die
-	mv "${S}"/resources/translations/${MY_PN}_du.ts	\
-		"${S}"/resources/translations/${MY_PN}_nl.ts || die
-	mv "${S}"/resources/translations/${MY_PN}_kr.ts	\
-		"${S}"/resources/translations/${MY_PN}_ko.ts || die
-
-	# fix plugins, language path
-	sed -i -e "s/getApplicationPath()\ +\ \"/\"\/usr\/share\/${PN}/g" \
-		"${S}"/src/options.cpp || die "failed to fix paths"
-
-	qt4-r2_src_prepare
-}
-
-src_compile() {
-	qt4-r2_src_compile
-
-	local lang=
-	for lang in "${S}"/resources/translations/*.ts; do
-		lrelease ${lang}
-	done
-}
-
-src_install() {
-	dobin bin/xvst
-	insinto /usr/share/pixmaps
-	newins resources/images/InformationLogo.png xvst.png
-	make_desktop_entry /usr/bin/xvst xVideoServiceThief xvst 'Qt;AudioVideo;Video'
-
-	# install plugins
-	local dest=/usr/share/${PN}/plugins
-	dodir ${dest}
-	find resources/services -name '*.js' -exec cp -dpR {} "${D}"${dest} \;
-
-	qt4-r2_install_translations
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-28 16:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-19  1:07 [gentoo-commits] proj/qt:master commit in: media-video/xvideoservicethief/ Davide Pesavento
2014-08-10 15:41 ` Davide Pesavento
  -- strict thread matches above, loose matches on Subject: below --
2016-10-28 16:12 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox