Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 413068 Details for
Bug 551884
media-tv/tvheadend-4.0.4 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
tvheadend 4.0.6 ebuild
tvheadend-4.0.6.ebuild (text/plain), 2.58 KB, created by
Olliver Schinagl
on 2015-09-27 14:03:32 UTC
(
hide
)
Description:
tvheadend 4.0.6 ebuild
Filename:
MIME Type:
Creator:
Olliver Schinagl
Created:
2015-09-27 14:03:32 UTC
Size:
2.58 KB
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=5 > >inherit eutils linux-info systemd toolchain-funcs user > >DESCRIPTION="Tvheadend is a TV streaming server and digital video recorder" >HOMEPAGE="https://tvheadend.org/" >SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >IUSE="avahi ccache capmt constcw +cwc dbus +dvb +dvbscan epoll ffmpeg hdhomerun libav iconv imagecache inotify iptv satip +timeshift uriparser xmltv zlib" > >DEPEND="dev-libs/openssl > avahi? ( net-dns/avahi ) > capmt? ( virtual/linuxtv-dvb-headers ) > ccache? ( dev-util/ccache sys-libs/zlib ) > dbus? ( sys-apps/dbus ) > dvb? ( virtual/linuxtv-dvb-headers ) > dvbscan? ( dev-vcs/git ) > ffmpeg? ( virtual/ffmpeg ) > hdhomerun? ( media-libs/libhdhomerun ) > iconv? ( virtual/libiconv ) > libav? ( media-video/libav ) > imagecache? ( net-misc/curl ) > uriparser? ( dev-libs/uriparser ) > zlib? ( sys-libs/zlib ) > virtual/pkgconfig" > >RDEPEND="${DEPEND} > xmltv? ( media-tv/xmltv )" > >CONFIG_CHECK="~INOTIFY_USER" > >DOCS=( README.md ) > >pkg_setup() { > enewuser tvheadend -1 -1 /dev/null video >} > >src_prepare() { > # remove '-Werror' wrt bug #438424 > sed -e 's:-Werror::' -i Makefile || die 'sed failed!' > epatch "${FILESDIR}/${PV}-use-glibc-version-iconv.patch" >} > >src_configure() { > econf --prefix="${EPREFIX}"/usr \ > --datadir="${EPREFIX}"/usr/share \ > --mandir="${EPREFIX}"/usr/share/man/man1 \ > $(use_enable avahi) \ > $(use_enable ccache) \ > $(use_enable capmt) \ > $(use_enable constcw) \ > $(use_enable cwc) \ > $(use_enable dbus) \ > $(use_enable dvb linuxdvb) \ > $(use_enable dvbscan) \ > $(use_enable epoll) \ > --disable-kqueue \ > $(use_enable ffmpeg libav) \ > $(use_enable hdhomerun hdhomerun_client) \ > $(use_enable libav) \ > $(use_enable imagecache) \ > $(use_enable inotify) \ > $(use_enable iptv) \ > $(use_enable satip satip_server) \ > $(use_enable satip satip_client) \ > $(use_enable timeshift) \ > $(use_enable uriparser) \ > $(use_enable zlib) >} > >src_compile() { > emake CC="$(tc-getCC)" >} > >src_install() { > default > > newinitd "${FILESDIR}/tvheadend.initd" tvheadend > newconfd "${FILESDIR}/tvheadend.confd" tvheadend > > systemd_dounit "${FILESDIR}/tvheadend.service" > > dodir /etc/tvheadend > fperms 0700 /etc/tvheadend > fowners tvheadend:video /etc/tvheadend >} > >pkg_postinst() { > elog "The Tvheadend web interface can be reached at:" > elog "http://localhost:9981/" > elog > elog "Make sure that you change the default username" > elog "and password via the Configuration / Access control" > elog "tab in the web interface." >}
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 551884
:
405022
| 413068 |
413070
|
413766
|
414450