It seems like the install command has to be changed to
make DESTDIR=$pkgdir install
to install anything.
Search Criteria
Package Details: tvtime_patched 1.0.2-4
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2014-08-20)
| Package Base: | tvtime_patched |
|---|---|
| Description: | tvtime is a high quality television application for use with video capture cards. Added some patches (Xinemara, save matte settings, icon bug, ...) |
| Upstream URL: | http://tvtime.sourceforge.net/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | Perry3D |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 19 |
| First Submitted: | 2009-02-19 14:08 |
| Last Updated: | 2012-02-06 00:07 |
Dependencies (8)
Required by (0)
Sources
- http://downloads.sourceforge.net/tvtime/tvtime-1.0.2.tar.gz
- tvtime-1.0.1-savematte.patch
- tvtime-1.0.2-compiler-check.patch
- tvtime-1.0.2-fullscreen-crash-fix.patch
- tvtime-1.0.2-gcc41.patch
- tvtime-1.0.2-libsupc++.patch
- tvtime-1.0.2-linuxheaders.patch
- tvtime-1.0.2-locale_t-fix.patch
- tvtime-1.0.2-xinerama.patch
- tvtime-1.0.2-xscreensaver-fix.patch
- tvtime-pic.patch
- tvtime-setpid.patch
Latest Comments
Comment by kout
Comment by Perry3D
I disowned the package cause i no longer own a tv card.
Anonymous comment
After the upgrade to libpng-1.6 tvtime won't start. Tried to make a symlink libpng16.so.16 --> libpng15.so.15 but the problem persists.
Workaround: copy from the old package the libpng15-* files (symlinks also) to the /usr/lib folder.
Anonymous comment
Add
sed -i '6c\AC_CONFIG_HEADERS(config.h)' configure.ac
to PKGBUILD after 26 line
Anonymous comment
Unfortunately, It can't build it:
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_patched.
Please, if someone can update this. Thanks
Comment by Perry3D
Updated tvtime-1.0.2-linuxheaders.patch and added a line to fix the build error Bevan mentioned.
Comment by Bevan
I'm getting the following error when trying to compile this package:
pngoutput.c: In function 'pngoutput_new':
pngoutput.c:97:56: error: 'Z_BEST_COMPRESSION' undeclared (first use in this function)
Maybe related to the latest libpng update.
@Perry3D: Could you also please update tvtime-1.0.2-linuxheaders.patch as hbekel suggested?
Comment by hbekel
Since kernel 2.6.38 /usr/linux/videodev.h is gone, so this doesn't build anymore.
Updated tvtime-1.0.2-linuxheaders.patch that works around this:
http://pastebin.com/rZ9WxA8r
Anonymous comment
tvtime-1.0.2-full2.patch
http://pastebin.com/kX9n9ztN (small size - no orig files)
Anonymous comment
tvtime-1.0.2-full.patch:
http://pastebin.com/fEeqiQyr
Add:
tvtime-1.0.2-gcc41.patch
alsamixer patch (fedora 15 tvtime-1.0.2-17.fc15.src.rpm)
alsamixer2 patch (fedora 15 tvtime-1.0.2-17.fc15.src.rpm)
tvtime-pic.patch
tvtime-1.0.2-xinerama.patch
tvtime-1.0.1-savematte.patch
tvtime-1.0.2-fullscreen-crash-fix.patch
tvtime-1.0.2-xscreensaver-fix.patch
tvtime-v4l-include.patch (http://www.stapelspeicher.org/tvtime/patches/)
tvtime-1.0.2-compiler-check.patch
tvtime-1.0.2-locale_t-fix.patch
tvtime-videoinput.patch (http://www.stapelspeicher.org/tvtime/patches/)
tvtime-setpid.patch
tvtime-1.0.2-libsupc++.patch
Deleted:
tvtime-1.0.2-linuxheaders.patch (videodev2.h:19:46: error: linux/compiler.h: No such file or directory)