Opened 5 years ago

Closed 4 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 Bruce Dubbs, 5 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 5 years ago

xine-ui (0.99.11)

  • Offer all autoplay/autodir input plugins.
  • Dont treat hls as playlist.
  • Play ftp:/ mrls instead of downloading.
  • Update german translation.
  • Fix mrl browser background.
  • Fix user agent.
  • Fix libjpeg detection.
  • Fix linking with caca.
  • Fix memory and resource leaks.
  • Fix crashes.
  • Fix lirc build.
  • Code cleanup and "dust removal".

comment:3 by Bruce Dubbs, 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 Bruce Dubbs, 5 years ago

Milestone: 9.1hold

I'm recommending archiving this package, but will just move this ticket to hold for now,

comment:5 by tnut, 4 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
Last edited 4 years ago by tnut (previous) (diff)

comment:6 by Bruce Dubbs, 4 years ago

Milestone: hold9.1

This package appears to be fixed with xine-lib-1.2.10.

comment:7 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 22477.

comment:8 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: closedreopened
Summary: xine-ui-0.99.11xine-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.

comment:9 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: reopenedclosed

Fixed at revision 22479.

Note: See TracTickets for help on using tickets.