Skip to content

Commit

Permalink
media-tv/tvheadend: Remove iconv patch and USE flag
Browse files Browse the repository at this point in the history
The patch is wrong. The configure check only checks whether we need to
link against libiconv for the iconv functions. iconv support is always
activated and we need to unconditionally depend on virtual/libiconv.

Signed-off-by: Sven Wegener <[email protected]>
  • Loading branch information
swegener committed Jan 24, 2016
1 parent d17863d commit a728d85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 43 deletions.
40 changes: 0 additions & 40 deletions media-tv/tvheadend/files/4.0.6-use-glibc-version-iconv.patch

This file was deleted.

5 changes: 2 additions & 3 deletions media-tv/tvheadend/tvheadend-4.0.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ 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"
IUSE="avahi ccache capmt constcw +cwc dbus +dvb +dvbscan epoll ffmpeg hdhomerun libav imagecache inotify iptv satip +timeshift uriparser xmltv zlib"

RDEPEND="dev-libs/openssl:=
virtual/libiconv
avahi? ( net-dns/avahi )
capmt? ( virtual/linuxtv-dvb-headers )
ccache? ( dev-util/ccache sys-libs/zlib )
Expand All @@ -30,7 +31,6 @@ RDEPEND="dev-libs/openssl:=
libav? ( media-video/libav:= )
)
hdhomerun? ( media-libs/libhdhomerun )
iconv? ( virtual/libiconv )
imagecache? ( net-misc/curl )
uriparser? ( dev-libs/uriparser )
zlib? ( sys-libs/zlib )
Expand Down Expand Up @@ -65,7 +65,6 @@ pkg_setup() {
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() {
Expand Down
1 change: 1 addition & 0 deletions media-tv/tvheadend/tvheadend-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ KEYWORDS=""
IUSE="avahi ccache +dvb +dvbscan ffmpeg imagecache inotify uriparser xmltv zlib"

DEPEND="dev-libs/openssl:0=
virtual/libiconv
avahi? ( net-dns/avahi )
ccache? ( dev-util/ccache )
dvb? ( virtual/linuxtv-dvb-headers )
Expand Down

0 comments on commit a728d85

Please sign in to comment.