the package in the archvdr git has the patches and works great
Search Criteria
Package Details: cxfe 0.9.2-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2012-02-04)
| Package Base: | cxfe |
|---|---|
| Description: | CXFE - Console Xine Front End |
| Upstream URL: | http://people.iola.dk/anders/cxfe |
| Category: | multimedia |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 2 |
| First Submitted: | 2008-03-14 22:19 |
| Last Updated: | 2008-03-14 22:19 |
Dependencies (1)
Required by (0)
Sources
Latest Comments
Comment by elpadre
Comment by elpadre
It needs several patches to be up to date (for vdpau, etc)
Comment by elpadre
It must be your version of xine-lib ...
try with the one from here: https://aur.archlinux.org/packages.php?ID=51008
and then try to compile cxfe again from the beginning
Comment by mokkurkalve
I tried with this in PKGBUILD:
unset LDFLAGS
export LIBS="${LIBS} -lpthread"
./configure --prefix=/usr
make still fails thus:
xine-config is DEPRECATED. Use pkg-config instead.
cxfe.o: In function `main':
cxfe.c:(.text.startup+0x992): undefined reference to `xine_gui_send_vo_data'
cxfe.c:(.text.startup+0xe94): undefined reference to `xine_gui_send_vo_data'
cxfe.c:(.text.startup+0x13d6): undefined reference to `xine_gui_send_vo_data'
cxfe.c:(.text.startup+0x13f3): undefined reference to `xine_gui_send_vo_data'
cxfe.c:(.text.startup+0x18f0): undefined reference to `xine_gui_send_vo_data'
post.o: In function `pplugin_parse_and_load':
post.c:(.text+0x265): undefined reference to `xine_strdupa'
collect2: ld returned 1 exit status
make: *** [cxfe] Error 1
Comment by elpadre
To get it to compile just edit the PKGBUILD file and just before the ./configure line
add this:
export LIBS="${LIBS} -lpthread"
Comment by mokkurkalve
This package does not compile anymore.