Yes, i will update it soon. I need to set up my dvb again after moving.
Search Criteria
Package Details: me-tv 1:1.4.0.12-3
Package Actions
| Package Base: | me-tv |
|---|---|
| Description: | A digital television (DVB) viewer for GNOME. |
| Upstream URL: | https://launchpad.net/me-tv |
| Category: | multimedia |
| Licenses: | |
| Submitter: | schuay |
| Maintainer: | go2sh |
| Last Packager: | None |
| Votes: | 16 |
| First Submitted: | 2013-03-15 14:50 |
| Last Updated: | 2013-03-21 22:04 |
Required by (0)
Sources
Latest Comments
Comment by go2sh
Comment by stesind
Can you please update to version 1.4.0.54?
Comment by silent
Please check this patch to PKGBUILD, I am not good at it, but it seems to work:
--- PKGBUILD 2013-03-21 23:00:26.000000000 +0100
+++ PKGBUILDmod 2014-02-16 12:35:56.901068224 +0100
@@ -18,12 +18,14 @@
'w_scan: generation of channels.conf')
makedepends=('intltool' 'gnome-common')
install='me-tv.install'
-source=("http://launchpad.net/${pkgname}/${pkgver:0:3}/${pkgver:0:5}/+download/${pkgname}-${pkgver}.tar.gz")
-md5sums=('28c7fd5523fd6ea8f5de89b297eb1391')
+source=("http://launchpad.net/${pkgname}/${pkgver:0:3}/${pkgver:0:5}/+download/${pkgname}-${pkgver}.tar.gz" "https://launchpadlibrarian.net/161463266/black_screen_fix_patch.diff")
+md5sums=('28c7fd5523fd6ea8f5de89b297eb1391'
+ '3bb375443cee72d8108de80dcf3f75c9')
options=('!emptydirs')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -Np0 -i ../black_screen_fix_patch.diff
# Missing unistd.h includes :| https://bugs.launchpad.net/me-tv/+bug/1020690
for file in common/common.cc server/thread.cc; do
Comment by silent
Would it be possible to add this patch: https://launchpadlibrarian.net/161463266/black_screen_fix_patch.diff
According to the Ubuntu bug report foggybrain has successfully applied the patch to this AUR package: https://bugs.launchpad.net/me-tv/+bug/1179606
Comment by e8hffff
Honest advice download me-tv_1.3.7-0.2_amd64.deb and extract and install into appropriate directories. Me-TV 1.4 is severely broken and feature lacking.
Me-TV 1.3 allows for multi cards to record different stations at once. It has a better inbuilt channel scanner. It can import channel.conf, dvb region files as well. In the settings you can set before and after recording adages. You can pick video display engine, and audio engine like Pulse Audio. Features removed in 1.4 rewrite.
Comment by Morn
@kataja: If you downgrade to libdvbpsi 1:0.2.2-1 and vlc 2.0.8.a-1 me-tv should work. Don't forget to also add "IgnorePkg = vlc libdvbpsi" to pacman.conf.
Comment by kataja
Foggybrain, what's your system configuration?
I'm asking just because me-tv is not working in my PC with latest packages and RTL2832u DVB-T stick.
Comment by foggybrain
Please un-flag out of date, program fine, errors with recent upgrades to vlc and libdvtpsi are stopping program working.
sorry for flagging
Anonymous comment
Deine Vermutung kann ich bestätigen, mein gnome-common Paket war nicht aktuell.
Danke.
Comment by go2sh
Ich kann den Fehler nicht nachvollziehen. Meine gnome-common Version ist:
pacman -Q gnome-common
extra/gnome-common 3.7.4-1
Das Paket stellt die Datei /usr/bin/gnome-autogen.sh bereit. Dort wird die automake Version überprüft und wird bei mir definitiv nach 1.13 gesucht.#
Bei mir baut sich me-tv egal ob mit yaourt oder direkt per makepkg ohne Probleme.