@City-busz: I added the info you suggested and got this error during build:
exp-gfx.c:1770:6: error: dereferencing pointer to incomplete type
make[3]: *** [exp-gfx.lo] Error 1
make[3]: Leaving directory `/tmp/packerbuild-1000/zapping/zapping/src/zapping-0.10cvs6/libvbi'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/packerbuild-1000/zapping/zapping/src/zapping-0.10cvs6/libvbi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/packerbuild-1000/zapping/zapping/src/zapping-0.10cvs6'
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
The build failed.
I notice that no one else has given feedback on this, so I thought I would, since there aren't too many tv options around here.
Search Criteria
Package Details: zapping 0.10cvs6-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2013-12-27)
| Package Base: | zapping |
|---|---|
| Description: | Zapping, a Gnome TV viewer |
| Upstream URL: | http://downloads.sourceforge.net/project/zapping/zapping |
| Category: | multimedia |
| Licenses: | |
| Submitter: | aky |
| Maintainer: | aky |
| Last Packager: | None |
| Votes: | 4 |
| First Submitted: | 2010-03-10 20:15 |
| Last Updated: | 2010-03-10 20:15 |
Dependencies (0)
Required by (0)
Sources
Latest Comments
Comment by CPUnltd
Comment by City-busz
You should add the following line before ./configure to build properly:
sed -i 's/python_prog="python"/python_prog="python2"/' configure
The depends array should contain more things, I think the following:
depends=('esound' 'lirc-utils' 'libxxf86dga' 'libxmu' 'libgnomeui' 'zvbi' 'libxv' 'libxxf86vm' 'python2')
And the package contains a GConf schema, which should be installed in .install file.