I made a git repo https://github.com/hussamT/Tvtime/commits/master of tvtime + a lot of patches from ubuntu/debian/fedora and the patches from here.
Perhaps someone would like to fork it and continue development of tvtime?
Search Criteria
Package Details: tvtime-alsa 1.0.2_p20110131-2
Package Actions
| Package Base: | tvtime-alsa |
|---|---|
| Description: | tvtime with ALSA patches from Gentoo |
| Upstream URL: | http://tvtime.sourceforge.net/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 6 |
| First Submitted: | 2010-08-22 20:25 |
| Last Updated: | 2013-06-11 08:49 |
Dependencies (9)
Required by (0)
Sources
- http://tvtime-fixed.googlecode.com/files/111b28cca42d.tar.bz2
- tvtime-1.0.2-alsa-fixes.patch
- tvtime-1.0.2-alsa-r1.patch
- tvtime-1.0.2-alsamixer-r1.patch
- tvtime-1.0.2-xinerama.patch
- tvtime-1.0.2_p20110131-autotools.patch
- tvtime-1.0.2_p20110131-gettext.patch
- tvtime-1.0.2_p20110131-libsupc++.patch
- tvtime-1.0.2_p20110131-underlinking.patch
- tvtime-libpng-1.5.patch
- tvtime-pic.patch
Latest Comments
Comment by hussam
Comment by bob_art
Compare line 52:
[ -f Makefile ] || ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var --sysconfdir=/etc
with this line in you PKGBUILD:
./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var --sysconfdir=/etc
I get this line from [community] tvtime/PKGBUILD, and actually, i don't know, it's important or not, but this works...
Anonymous comment
Thanks bob_art! Please test the changes to PKGBUILD.
Comment by bob_art
New working PKGBUILD is http://dpaste.com/1228223/
Anonymous comment
ERROR: Failure while downloading 111b28cca42d.tar.bz2
Anonymous comment
New link: http://tvtime-fixed.googlecode.com/files/111b28cca42d.tar.bz2
but it doesn't matter because of this problem:
configure.ac:6: error: 'AM_CONFIG_HEADER': this macro is obsolete.
You should use the 'AC_CONFIG_HEADERS' macro instead.
/usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
configure.ac:6: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build tvtime-alsa.
Anonymous comment
Comment by igor_isaias
@jevv, yes, now tvtime-alsa compiles and installs perfectly here! Must have been some gcc update that solved the problem, do not know...
Anonymous comment
It compiles and installs weel for me... However, though there's a way to specify what input to hook to the TV card sound output, it doesn't have a way to specify where to grab the sound output of the TV card.
See, on my laptop the TV card recordable audio output shows up as hw:2,0 while for some reason tvtime-alsa expects it by default on hw:1,0, and I didn't find a way to change that through XML configuration. The input to hook to such output can be specified as indicated (hw:0/Line), though I haven't been able to test since tvtime-alsa attempted hw:1,0 instead of hw:2,0.
Thx.
Comment by s4ncho
cant build . error:
"make[2]: Nie ma nic do zrobienia w `install-data-am'.
make[2]: Opuszczenie katalogu `/tmp/packerbuild-1000/tvtime-alsa/tvtime-alsa/src/tvtime-111b28cca42d/src'
make[1]: Opuszczenie katalogu `/tmp/packerbuild-1000/tvtime-alsa/tvtime-alsa/src/tvtime-111b28cca42d/src'
make[1]: mkdir_p@: Polecenie nie znalezione
make[1]: *** [install-data-yes] Błąd 127
make[1]: Opuszczenie katalogu `/tmp/packerbuild-1000/tvtime-alsa/tvtime-alsa/src/tvtime-111b28cca42d/po'
make: *** [install-recursive] Błąd 1
==> BŁĄD: Wystąpił błąd w build()."
quick translation :
"make[2]: Nothing to do in `install-data-am'.
make[2]: Leaving dir `/tmp/packerbuild-1000/tvtime-alsa/tvtime-alsa/src/tvtime-111b28cca42d/src'
make[1]: Leaving dir `/tmp/packerbuild-1000/tvtime-alsa/tvtime-alsa/src/tvtime-111b28cca42d/src'
make[1]: mkdir_p@: Command not found
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving dir `/tmp/packerbuild-1000/tvtime-alsa/tvtime-alsa/src/tvtime-111b28cca42d/po'
make: *** [install-recursive] Error 1
==> ERROR: Error in build()."