Hello community, here is the log from the commit of package xine-ui checked in at Fri Sep 26 15:14:34 CEST 2008. -------- --- xine-ui/xine-ui.changes 2008-08-22 15:49:33.000000000 +0200 +++ /mounts/work_src_done/STABLE/xine-ui/xine-ui.changes 2008-09-26 12:33:37.887235000 +0200 @@ -1,0 +2,5 @@ +Fri Sep 26 12:33:23 CEST 2008 - mhopf@suse.de + +- Fix broken locale support. + +------------------------------------------------------------------- Old: ---- xine-ui-0.99.5.tar.gz New: ---- locale_fix.diff xine-ui-0.99.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xine-ui.spec ++++++ --- /var/tmp/diff_new_pack.Y32023/_old 2008-09-26 15:14:01.000000000 +0200 +++ /var/tmp/diff_new_pack.Y32023/_new 2008-09-26 15:14:01.000000000 +0200 @@ -20,15 +20,15 @@ Name: xine-ui BuildRequires: aalib-devel curl-devel libpng-devel lirc readline-devel update-desktop-files xine-devel xorg-x11-devel -Summary: video player with plugins +Summary: Video player with plugins Version: 0.99.5 -Release: 201 +Release: 221 License: GPL v2 or later; Public Domain, Freeware Group: Productivity/Multimedia/Video/Players Url: http://xine.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: xine:/usr/bin/xine -Source: xine-ui-%version.tar.gz +Source: xine-ui-%version.tar.bz2 Source1: xine-ui.png Source2: xine-ui-crippled.png # extra skins @@ -40,22 +40,17 @@ Patch0: xine-ui-various.diff Patch1: xine-ui-logopng.diff Patch20: xine-ui-broken-configure.diff +Patch21: locale_fix.diff # *** SUSE only changes Patch50: xine-ui-crippled-LOCAL.diff Patch60: xine-ui-AUTOMAKE.diff %description -Xine is a video player with a graphical front-end that supports a large -number of file formats (i.e., VCD, MPEG2) using plug-ins. Several -plug-ins are included. Others can be post-installed. Supports stereo -sound using OSS and AC5.1 using Alsa. - -This version of xine may lack certain features because of legal -requirements (potential patent violation). See also -http://www.opensuse.org/XINE#Legal_Matters - -More information about Xine plug-ins can be found at -http://www.xinehq.de/ +xine is a free multimedia player. It plays back CDs, DVDs, and VCDs. It +also decodes multimedia files like AVI, MOV, WMV, and MP3 from local +disk drives, and displays multimedia streamed over the Internet. It +interprets many of the most common multimedia formats available - and +some of the most uncommon formats, too. @@ -68,6 +63,7 @@ %patch0 %patch1 %patch20 +%patch21 %patch50 %patch60 @@ -145,6 +141,8 @@ /usr/bin/xine-bugreport %changelog +* Fri Sep 26 2008 mhopf@suse.de +- Fix broken locale support. * Fri Aug 22 2008 lnussel@suse.de - include skins previously contained in xine-extra package * Tue Feb 26 2008 crrodriguez@suse.de ++++++ locale_fix.diff ++++++ Index: configure.ac =================================================================== RCS file: /cvsroot/xine/xine-ui/configure.ac,v retrieving revision 1.117 retrieving revision 1.118 diff -u -p -r1.117 -r1.118 --- configure.ac 4 May 2007 22:47:26 -0000 1.117 +++ configure.ac 28 May 2007 00:10:17 -0000 1.118 @@ -527,10 +527,10 @@ CFLAGS="$wall -D_FILE_OFFSET_BITS=64 $CF AC_SUBST(CFLAGS) AC_ARG_ENABLE([debug], - AS_HELP_STRING([--enable-debug], [Enable debugging code])) + AS_HELP_STRING([--enable-debug], [Compile with debug information])) if test "x$enable_debug" = "xyes"; then - CFLAGS="$CFLAGS -DDEBUG" + CFLAGS="$CFLAGS -DDEBUG -g" else CFLAGS="$CFLAGS -DNDEBUG" fi @@ -588,13 +588,6 @@ makeexpand () { echo "$i" } -XITK_LOCALEPATH="`makeexpand ${datadir}/locale`" -AC_DEFINE_UNQUOTED(XITK_LOCALE, "$XITK_LOCALEPATH", [Location of Xine catalog files]) - - -dnl -dnl NLS, part II -dnl if test "x$prefix" = xNONE; then prefix="${ac_default_prefix}" fi @@ -602,6 +595,12 @@ if test "x$exec_prefix" = xNONE; then exec_prefix='${prefix}' fi +dnl +dnl NLS, part II +dnl +XITK_LOCALEPATH="`makeexpand ${datadir}/locale`" +AC_DEFINE_UNQUOTED(XITK_LOCALE, "$XITK_LOCALEPATH", [Location of Xine catalog files]) + if test "x$XINE_DOCPATH" = "x"; then XINE_DOCPATH="${datadir}/doc/xine-ui" fi ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de