Opened 5 years ago
Closed 5 years ago
#12426 closed enhancement (fixed)
xine-ui-0.99.12
Reported by: | Douglas R. Reno | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 9.1 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New point version
Change History (9)
comment:1 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 5 years ago
comment:3 by , 5 years ago
I'm not sure this is a release package. There is a tarball at https://sourceforge.net/projects/xine/files/xine-ui/ but it does not build. It is missing a function.
setup.c: In function ‘setup_change_section’: setup.c:812:12: error: implicit declaration of function ‘xine_list_next_value’; did you mean ‘xine_list_get_value’? [-Werror=implicit-function-declaration] 812 | sw = xine_list_next_value (setup->widgets, &ite);
Searching the entire tree only finds the one reference above. A search of xine-lib does not find any such reference.
Looking at http://www.xine-project.org/releases, the 0.99.10 version is still listed as current. Arch also thinks 0.99.10 is the latest.
comment:4 by , 5 years ago
Milestone: | 9.1 → hold |
---|
I'm recommending archiving this package, but will just move this ticket to hold for now,
comment:5 by , 5 years ago
Don't archive it. I think it's a nice and light Multimedia player.
A sed will make xine-ui 0.99.11 compiling (and working)
sed -i "s@xine_list_next_value@xine_list_get_value@" src/xitk/setup.c
comment:6 by , 5 years ago
Milestone: | hold → 9.1 |
---|
This package appears to be fixed with xine-lib-1.2.10.
comment:8 by , 5 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | xine-ui-0.99.11 → xine-ui-0.99.12 |
Now version 0.99.12.
- Make XLockDisplay use user switchable.
- Faster seek.
- Optimize text rendering.
- Add utf pixmap support.
- Add animated logo.
- Update splash.
- Fix build with libxine <= 1.2.9.
xine-ui (0.99.11)