Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 248411 Details for
Bug 338403
media-libs/lightmediascanner package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-libs/lightmediascanner-0.4.1.0.ebuild
lightmediascanner-0.4.1.0.ebuild (text/plain), 1002 bytes, created by
Gustavo Sverzut Barbieri
on 2010-09-23 02:46:57 UTC
(
hide
)
Description:
media-libs/lightmediascanner-0.4.1.0.ebuild
Filename:
MIME Type:
Creator:
Gustavo Sverzut Barbieri
Created:
2010-09-23 02:46:57 UTC
Size:
1002 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >DESCRIPTION="Lightweight media scanner." >HOMEPAGE="http://lms.garage.maemo.org/" >SRC_URI="https://garage.maemo.org/frs/download.php/8852/lightmediascanner-0.4.1.0.tar.bz2" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~x86 ~arm" > >IUSE="+jpeg +png ogg +playlist +asf +real +mp4 +id3 +flac" > >RDEPEND=" > >=dev-db/sqlite-3.3 > ogg? ( media-libs/libvorbis ) > mp4? ( media-libs/libmp4v2 ) > flac? ( media-libs/flac )" > >DEPEND="${RDEPEND}" > >src_configure() { > export MY_ECONF=" > --enable-video-dummy > --enable-audio-dummy > $(use_enable jpeg) > $(use_enable png) > $(use_enable playlist m3u) > $(use_enable ogg) > $(use_enable playlist pls) > $(use_enable asf) > $(use_enable real rm) > $(use_enable mp4) > $(use_enable id3) > $(use_enable flac)" > > econf ${MY_ECONF} >} > >src_install() { > emake install DESTDIR="${D}" > find "${D}" \( -name '*.la' -o -name '*.a' \) -delete >}
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 338403
:
248407
|
248409
|
248411
|
248438