megacoffee.net Gentoo overlay - legacy mirror
We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.
comparison media-tv/mediabrowser-server/mediabrowser-server-9999.ebuild @ 84:25fe8565dcf0
updated mediabrowser ebuilds
author | gsnerf <gsnerf@gsnerf.de> |
---|---|
date | Sat, 21 Feb 2015 21:18:14 +0100 |
parents | b3f9b645703d |
children | 677d8eb147dd |
comparison
equal
deleted
inserted
replaced
83:f3fa1d6be0b5 | 84:25fe8565dcf0 |
---|---|
8 | 8 |
9 DESCRIPTION="MediaBrowser Server is a software that indexes a lot of different kinds of media and allows for them to be retrieved and played through the DLNA protocol on any device capable of processing them." | 9 DESCRIPTION="MediaBrowser Server is a software that indexes a lot of different kinds of media and allows for them to be retrieved and played through the DLNA protocol on any device capable of processing them." |
10 HOMEPAGE="http://mediabrowser.tv/" | 10 HOMEPAGE="http://mediabrowser.tv/" |
11 KEYWORDS="-* ~9999" | 11 KEYWORDS="-* ~9999" |
12 EGIT_REPO_URI="https://github.com/MediaBrowser/MediaBrowser/" | 12 EGIT_REPO_URI="https://github.com/MediaBrowser/MediaBrowser/" |
13 EGIT_BRANCH="dev" | |
13 SLOT="0" | 14 SLOT="0" |
14 LICENSE="GPL-2" | 15 LICENSE="GPL-2" |
15 IUSE="" | 16 IUSE="" |
16 RESTRICT="mirror test" | 17 RESTRICT="mirror test" |
17 | 18 |
18 RDEPEND=">=dev-lang/mono-3.2.7 | 19 RDEPEND=">=dev-lang/mono-3.2.7 |
19 >=dev-dotnet/libgdiplus-2.10 | 20 >=dev-dotnet/libgdiplus-2.10 |
20 >=media-video/ffmpeg-2[vpx] | 21 >=media-video/ffmpeg-2[vpx] |
21 >=media-libs/libmediainfo-0.7 | 22 >=media-libs/libmediainfo-0.7 |
22 >=media-libs/libwebp-0.4.1[jpeg]" | 23 >=media-libs/libwebp-0.4.1[jpeg] |
24 media-gfx/imagemagick[jpeg,jpeg2k,webp,png]" | |
23 DEPEND="app-arch/unzip ${RDEPEND}" | 25 DEPEND="app-arch/unzip ${RDEPEND}" |
24 | 26 |
25 INSTALL_DIR="/opt/mediabrowser-server" | 27 INSTALL_DIR="/opt/mediabrowser-server" |
26 DATA_DIR="/usr/lib/mediabrowser-server" | 28 DATA_DIR="/usr/lib/mediabrowser-server" |
27 STARTUP_LOG="/var/log/mediabrowser_start.log" | 29 STARTUP_LOG="/var/log/mediabrowser_start.log" |