Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 417496 Details for
Bug 407199
media-video/smtube - A youtube search and play add-on for smplayer
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
smtube-15.11.0.ebuild
smtube-15.11.0.ebuild (text/plain), 1.34 KB, created by
zlg (RETIRED)
on 2015-11-21 15:07:22 UTC
(
hide
)
Description:
smtube-15.11.0.ebuild
Filename:
MIME Type:
Creator:
zlg (RETIRED)
Created:
2015-11-21 15:07:22 UTC
Size:
1.34 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=5 > >PLOCALES="el en es eu gl hu ja lt pl pt ru_RU zh_CN" >PLOCALE_BACKUP="en" > >inherit l10n qt4-r2 > >DESCRIPTION="YouTube Browser for SMPlayer" >HOMEPAGE="http://smplayer.sourceforge.net/smtube" >SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2" >KEYWORDS="~amd64 ~x86" >LICENSE="GPL-2+" >SLOT="0" >IUSE="qt5" > ># Deps in makefile seemed to be -core, -network, -script, -gui, -webkit, but the ># given packages seem to be deprecated... >DEPEND="qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwebkit:5 ) > !qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 )" >RDEPEND="${DEPEND} > || ( media-video/smplayer[streaming] media-video/mpv media-video/mplayer media-video/vlc media-video/totem media-video/gnome-mplayer )" > >src_prepare() { > eqmake4 src/${PN}.pro >} > >gen_translation() { > lrelease ${PN}_${1}.ts > eend $? || die "failed to generate $1 translation" >} > >src_compile() { > emake > > cd "${S}"/src/translations > l10n_for_each_locale_do gen_translation >} > >install_locale() { > insinto /usr/share/${PN}/translations > doins "${S}"/src/translations/${PN}_${1}.qm > eend $? || die "failed to install $1 translation" >} > >src_install() { > dobin ${PN} > domenu ${PN}.desktop > newicon icons/${PN}_64.png ${PN}.png > dodoc Changelog > > l10n_for_each_locale_do install_locale >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 407199
:
304483
|
353418
| 417496