2007-01-16 00:19:20 +01:00
|
|
|
|
#
|
2009-04-29 02:11:25 +02:00
|
|
|
|
# spec file for package kaffeine (Version 0.9+1.0pre1)
|
2007-01-16 00:19:20 +01:00
|
|
|
|
#
|
2009-04-14 19:37:50 +02:00
|
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:19:20 +01:00
|
|
|
|
#
|
2009-04-14 19:37:50 +02:00
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2007-01-16 00:19:20 +01:00
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
2008-05-01 14:00:48 +02:00
|
|
|
|
|
2007-01-16 00:19:20 +01:00
|
|
|
|
Name: kaffeine
|
2009-04-29 02:11:25 +02:00
|
|
|
|
BuildRequires: libkdepimlibs4-devel
|
2008-01-28 01:10:35 +01:00
|
|
|
|
Url: http://kaffeine.sourceforge.net/
|
2007-07-29 11:06:26 +02:00
|
|
|
|
License: GPL v2 or later
|
2007-01-16 00:19:20 +01:00
|
|
|
|
Group: Productivity/Multimedia/Video/Players
|
|
|
|
|
Summary: Xine-Based Multimedia Player
|
2009-04-29 02:11:25 +02:00
|
|
|
|
Version: 0.9+1.0pre1
|
2009-06-06 00:11:07 +02:00
|
|
|
|
Release: 2
|
2009-04-29 02:11:25 +02:00
|
|
|
|
# http://kaffeine.kde.org/?q=node/22
|
|
|
|
|
Source0: kaffeine.tar.bz2
|
2009-06-06 00:11:07 +02:00
|
|
|
|
Source1: kaffeine-icons.tar.bz2
|
|
|
|
|
Patch1: fix_plasma_startup_error.diff
|
2007-01-16 00:19:20 +01:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2009-04-29 02:11:25 +02:00
|
|
|
|
%kde4_runtime_requires
|
|
|
|
|
Provides: kde4-kaffeine = 4.2.2.svn951439
|
|
|
|
|
Obsoletes: kde4-kaffeine <= 4.2.2.svn951439
|
2007-01-16 00:19:20 +01:00
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Kaffeine plays all files and devices supported by Xine. For example,
|
|
|
|
|
MPEG files, AVI (if the codec being used is supported by Xine), MP3,
|
|
|
|
|
and Ogg Vorbis. It also handles Video CDs, DVDs, and DVB cards.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
J<EFBFBD>rgen Kofler <kaffeine@gmx.net>
|
|
|
|
|
|
|
|
|
|
%prep
|
2009-06-06 00:11:07 +02:00
|
|
|
|
%setup -q -n kaffeine -b 1
|
|
|
|
|
%patch1
|
2007-01-16 00:19:20 +01:00
|
|
|
|
|
|
|
|
|
%build
|
2009-04-29 02:11:25 +02:00
|
|
|
|
%cmake_kde4 -d build
|
|
|
|
|
%make_jobs
|
2007-01-16 00:19:20 +01:00
|
|
|
|
|
|
|
|
|
%install
|
2009-04-29 02:11:25 +02:00
|
|
|
|
pushd build
|
|
|
|
|
%makeinstall
|
|
|
|
|
popd
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT/usr/share/locale/x-test
|
|
|
|
|
%suse_update_desktop_file kaffeine KDE AudioVideo Player Video
|
|
|
|
|
%kde_post_install
|
|
|
|
|
%find_lang kaffeine
|
2007-01-16 00:19:20 +01:00
|
|
|
|
|
2009-04-29 02:11:25 +02:00
|
|
|
|
%post -p /sbin/ldconfig
|
2007-01-16 00:19:20 +01:00
|
|
|
|
|
2009-04-29 02:11:25 +02:00
|
|
|
|
%postun -p /sbin/ldconfig
|
2007-05-17 11:41:34 +02:00
|
|
|
|
|
2009-04-29 02:11:25 +02:00
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2007-06-05 00:49:42 +02:00
|
|
|
|
|
2009-04-29 02:11:25 +02:00
|
|
|
|
%files -f kaffeine.lang
|
2007-01-16 00:19:20 +01:00
|
|
|
|
%defattr(-,root,root)
|
2009-04-29 02:11:25 +02:00
|
|
|
|
/usr/bin/kaffeine
|
|
|
|
|
%_kde_share_dir/apps/kaffeine
|
|
|
|
|
/usr/share/applications/kde4/kaffeine.desktop
|
2009-06-06 00:11:07 +02:00
|
|
|
|
/usr/share/icons/hicolor/*/apps/kaffeine.*
|
2009-04-29 02:11:25 +02:00
|
|
|
|
%dir %_kde_share_dir/apps/solid
|
|
|
|
|
%dir %_kde_share_dir/apps/solid/actions
|
|
|
|
|
%_kde_share_dir/apps/solid/actions/kaffeine_play_audiocd.desktop
|
|
|
|
|
%_kde_share_dir/apps/solid/actions/kaffeine_play_dvd.desktop
|
|
|
|
|
%_kde_share_dir/apps/solid/actions/kaffeine_play_videocd.desktop
|
|
|
|
|
/usr/share/icons/oxygen/*/actions/audio-radio-encrypted.*
|
|
|
|
|
/usr/share/icons/oxygen/*/actions/video-television-encrypted.*
|
2007-01-16 00:19:20 +01:00
|
|
|
|
|
2007-04-14 17:42:06 +02:00
|
|
|
|
%changelog
|
2009-06-06 00:11:07 +02:00
|
|
|
|
* Wed Jun 03 2009 beineri@opensuse.org
|
|
|
|
|
- copy application icon from oxygen trunk to fix start menu icon
|
|
|
|
|
on every other/older KDE (bnc#509210)
|
2009-04-29 02:11:25 +02:00
|
|
|
|
* Tue Apr 28 2009 beineri@opensuse.org
|
|
|
|
|
- fix build
|
|
|
|
|
* Mon Apr 27 2009 tittiatcoke@gmail.com
|
|
|
|
|
- update to 1.0-pre1; This is the pre-release of the KDE4 version
|
|
|
|
|
and is not really intended yet for end-users
|
2009-04-14 19:37:50 +02:00
|
|
|
|
* Wed Apr 08 2009 llunak@suse.cz
|
|
|
|
|
- fix build due to uint16_t
|
2008-07-08 20:59:43 +02:00
|
|
|
|
* Mon Jul 07 2008 dmueller@suse.de
|
|
|
|
|
- update to 0.8.7:
|
|
|
|
|
* kaffeine: add MOD/STM mimetypes
|
|
|
|
|
* kaffeine: fullscreen fix, patch by Einars Lielmanis <einars@gmail.com>
|
|
|
|
|
* DVB: updated libdvb, added CAM menu.
|
|
|
|
|
* DVB: added multiservices CAM support.
|
|
|
|
|
* DVB: added ATSC scanning, patch by "Devin Heitmueller" <devin.heitmueller@gmail.com>
|
|
|
|
|
* DVB: added 7MHz autoscan.
|
|
|
|
|
* DVB: reworked CAM support.
|
2008-05-01 14:00:48 +02:00
|
|
|
|
* Wed Apr 30 2008 coolo@suse.de
|
|
|
|
|
- fix build
|
2009-04-14 19:37:50 +02:00
|
|
|
|
* Mon Feb 04 2008 schwab@suse.de
|
2008-02-05 02:05:31 +01:00
|
|
|
|
- Fix use of temporary object.
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Sun Jan 27 2008 stbinner@suse.de
|
|
|
|
|
- update to 0.8.6:
|
|
|
|
|
* xine-part: added fastforward/slowmotion dcop calls, escape
|
|
|
|
|
special chars, improved seeking, added screen resolution
|
|
|
|
|
settings, added nextAudioChannel and nextSubtitleChannel to
|
|
|
|
|
player menu dcop calls, fix audio/sub selection
|
|
|
|
|
* several DVB fixes and improvements
|
|
|
|
|
* CDDA: fixed encoding crash
|
|
|
|
|
* kaffeine: requires xine-lib =>1.1.9
|
2009-04-14 19:37:50 +02:00
|
|
|
|
* Mon Aug 13 2007 coolo@suse.de
|
2007-08-14 02:58:21 +02:00
|
|
|
|
- don't duplicate the docs between -lang and base pack
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Fri Aug 10 2007 olh@suse.de
|
2007-08-10 09:32:54 +02:00
|
|
|
|
- remove private __u64 declaration, asm/types.h was fixed for -ansi
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Mon Aug 06 2007 dmueller@suse.de
|
2007-08-06 20:49:36 +02:00
|
|
|
|
- fix build
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Sun Jul 29 2007 stbinner@suse.de
|
2007-07-29 11:06:26 +02:00
|
|
|
|
- update to 0.8.5: several DVB related fixes and enhancements like
|
|
|
|
|
* DVB: save/load epg data
|
|
|
|
|
* DVB: add a "recall" button, that zap to previous played channel
|
|
|
|
|
* DVB: make channel visible and selected after editing.
|
|
|
|
|
* DVB: added a search field in channels list
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Wed Jun 06 2007 stbinner@suse.de
|
2007-06-07 13:14:13 +02:00
|
|
|
|
- replace playback hint URL also in to be translated text
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Mon Jun 04 2007 stbinner@suse.de
|
2007-06-05 00:49:42 +02:00
|
|
|
|
- fix build on older distributions
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Fri Jun 01 2007 coolo@suse.de
|
2007-06-01 09:29:34 +02:00
|
|
|
|
- move kde_post_install
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Mon May 14 2007 coolo@suse.de
|
2007-05-17 11:41:34 +02:00
|
|
|
|
- seperate translations into special package
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Sun Apr 29 2007 stbinner@suse.de
|
2007-04-29 18:01:58 +02:00
|
|
|
|
- fix build on 10.0
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Thu Apr 26 2007 dmueller@suse.de
|
2007-04-26 18:54:22 +02:00
|
|
|
|
- update dvb data
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Sat Apr 14 2007 stbinner@suse.de
|
2007-04-14 17:42:06 +02:00
|
|
|
|
- update to version 0.8.4:
|
|
|
|
|
* Playlist: menu option to not auto switch to player window
|
|
|
|
|
* DVB: added osd browsing dcop calls
|
|
|
|
|
* xine-part: dragndrop subtitles files
|
|
|
|
|
* fixed: removed readonly parts support
|
|
|
|
|
* fixed: improve screensaver disabling method again
|
|
|
|
|
(old behaviour for non-kde environments)
|
|
|
|
|
* DVB: added a "source" column in channels list.
|
|
|
|
|
* Playlist: fix opening playlists
|
|
|
|
|
* DVB: rotors support (usals and mem_pos)
|
|
|
|
|
* DVB: fixed multi devices usage.
|
|
|
|
|
* DVB: fixed devices probing
|
|
|
|
|
* DVB: added tuning timeout options
|
|
|
|
|
* DVB: fixed OSD epg bug with diseqc settings
|
|
|
|
|
* DVB: use klocale for datetime format
|
|
|
|
|
* Playlist: fix google fetcher
|
|
|
|
|
* xine-part: support for xcb. Requires libxcb 1.0 and xine-lib
|
|
|
|
|
1.1.5. Fixes several issues.
|
|
|
|
|
* gstreamer-part: port to gst 0.10
|
|
|
|
|
* fixed: allow small window size in minimal mode
|
|
|
|
|
* added: allow toggling (show / hide) panels by clicking tabs
|
|
|
|
|
* xine-part: reduced audio/sub combos sizes
|
|
|
|
|
* xine-part: add volume+/- to embedded context menu.
|
|
|
|
|
* Playlist: don't cut bottom font in rollingtitle.
|
|
|
|
|
* xine-part: better "Track infos" box layout.
|
|
|
|
|
* xine-part: don't restore video settings if not previously saved
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Mon Dec 04 2006 stbinner@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- update to version 0.8.3:
|
|
|
|
|
* DVB: selectAll button in scandialog
|
|
|
|
|
* DVB: save channels list sort order
|
|
|
|
|
* DVB: added "Current channel" button in epg window
|
|
|
|
|
* xine-part: shortcuts for delay/advance subtitles (ctrl+alt+right/left)
|
|
|
|
|
* xine-part: fixed wmv seeking.
|
|
|
|
|
* xine-part: save and restore video settings (hue,saturation,contrast,brightness)
|
|
|
|
|
* DVB: OSD warning when timeshift hd<300MB
|
|
|
|
|
* added: option to start in minimal mode + dcop call.
|
|
|
|
|
* added: "Open Dir" starts playing dvd from dir if dir points to a dvd image.
|
|
|
|
|
* added: playing dvd iso files.
|
|
|
|
|
* DVB: auto rename channels when adding to list
|
|
|
|
|
* Disc: fixed crash trying to play while encoding
|
|
|
|
|
* Disc: Ask user for cddb close matches
|
|
|
|
|
* fixed: session issue.
|
|
|
|
|
* fixed: better screensaver disabling method (no interfering key presses anymore).
|
|
|
|
|
* DVB: fixed scanning services sharing same pmt.
|
|
|
|
|
* DVB: added H/V (C band mutipoint) lnb settings.
|
|
|
|
|
* DVB: improved device detection.
|
|
|
|
|
* DVB: added : "int dvbSNR( int device )" dcop call.
|
|
|
|
|
* fixed: crash when quit from systray.
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Mon Nov 27 2006 stbinner@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- fix one faulty German translation
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Sat Nov 25 2006 coolo@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- fix autoconf setup for translations (#223736)
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Mon Nov 13 2006 wstephenson@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- fix DVD playback warning dialog logic
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Mon Nov 13 2006 wstephenson@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- fix DVD playback warning URL
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Thu Nov 09 2006 stbinner@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- fix array subscript out of range (#212476)
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Sat Sep 09 2006 stbinner@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- update to version 0.8.2:
|
|
|
|
|
* fixed: removed statusBar.
|
|
|
|
|
* Disc: bigendian fix.
|
|
|
|
|
* DVB: added current programm OSD progress bar
|
|
|
|
|
* DVB: speed up OSD
|
|
|
|
|
* DVB: fixed timer edit bug
|
|
|
|
|
* DVB: added dvbNewTimer dcop func.
|
|
|
|
|
* DVB: allow overlapping timers to start.
|
|
|
|
|
* fixed: make sure to load xine_part instead of old kaffeine_part.
|
|
|
|
|
* xine_part: removed empty audio/subtitles channels.
|
|
|
|
|
* Kaffeine_part(s): added an entry in context menu to toggle
|
|
|
|
|
minimal mode.
|
|
|
|
|
* Playlist: added a "Clear Current Playlist" menu entry.
|
|
|
|
|
* Playlist: autodownload cover now optional.
|
|
|
|
|
* fixed: update google fetcher.
|
|
|
|
|
* fixed: allow toggling from/to player/playlist even in fullscreen.
|
|
|
|
|
* DVB: show SNR value for scanned channels, so a dvb-t user can
|
|
|
|
|
choose the best one.
|
|
|
|
|
* DVB: selectable channels icons (rigth click on a channel name
|
|
|
|
|
in the list)
|
|
|
|
|
* DVB: added "Scheduled" button in EPG window.
|
|
|
|
|
* DVB: add dvb-t 8mhz autoscan mode for devices that support it.
|
|
|
|
|
* fixed: switch to player window if mime does not contain "audio"
|
|
|
|
|
* xine_part: block messages when filename contains "#"
|
|
|
|
|
* DVB: cicam support, by Christoph Pfister * Systray: reversed
|
|
|
|
|
mouse wheel behaviour.
|
|
|
|
|
* Playlist: added a KURLComboBox to file browser.
|
|
|
|
|
* DVB: fixed fast zap lock.
|
|
|
|
|
* fixed: reduced minimum window size.
|
|
|
|
|
* Playlist: autoselect subtitle when unique.
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Thu Aug 24 2006 stbinner@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- fix ability to switch back to kaffeine player engine (#159367)
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Thu Aug 17 2006 stbinner@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- fix x-mplayer2.desktop file conflict with kdelibs3
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Fri Jul 21 2006 schwab@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- Quote '&' in subtitle names in playlist [KDE#131180].
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Sun Jun 04 2006 coolo@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- allow Novell translations
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Mon May 15 2006 stbinner@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- update to version 0.8.1
|
|
|
|
|
* fixed: configure check for cdparanoia.
|
|
|
|
|
* Disc: force playing dvd/vcd with engine's default drive if
|
|
|
|
|
kded_mediamanager fails to identify it.
|
|
|
|
|
* kaffeine-part: plug dvd nav actions
|
|
|
|
|
* DVB: write to fifo from a thread to circumvent deadlocks when
|
|
|
|
|
xine stops (or fails) reading.
|
|
|
|
|
* kaffeine-part: set skip forward/backward to 20s (to avoid
|
|
|
|
|
"skating" when seeking in divx)
|
|
|
|
|
* DVB: avoid negative freq value.
|
|
|
|
|
* fixed: system:/media urls
|
|
|
|
|
* fixed: include qapplication.h instead of qapp.h
|
|
|
|
|
* fixed: use memcpy instead of mempcpy(gnu only) in ogg encoder.
|
|
|
|
|
* fixed: ogg encoder makefile.
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Mon Apr 10 2006 jpr@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- Improve gstreamer 0.10 by getting visualization to work
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Sun Apr 09 2006 jpr@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- Move gstreamer part to 0.10
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Fri Mar 24 2006 dmueller@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- fix buffer overflow (#156952, CVE-2006-0051)
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Sat Mar 18 2006 coolo@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- fixed another case of system:/ problem (playing mp3s from CD
|
|
|
|
|
would "download" the file first)
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Thu Feb 16 2006 coolo@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- backported SVN fix for system:/ URLs (#150527)
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- converted neededforbuild to BuildRequires
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Thu Jan 12 2006 stbinner@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- Update URL in "DVDs cannot be played" messagebox to working one
|
|
|
|
|
- Better check if xine-lib packaged by SUSE is installed
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Sat Oct 22 2005 schwab@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- More finegraned locking.
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Sat Sep 17 2005 schwab@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- Fix missing mutex [#106044].
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Wed Sep 07 2005 schwab@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- Fix undefined operation.
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Tue Sep 06 2005 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- update to version 0.7.1
|
|
|
|
|
* new translations
|
|
|
|
|
* crash fix with empty DVB lists in EPG handler
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Mon Sep 05 2005 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- enable kaffeine kpart again, but do not associate any mimetypes
|
|
|
|
|
(#115242)
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Tue Aug 30 2005 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- disable kaffeine kpart (#11406)
|
|
|
|
|
- disable some possible illegal links
|
|
|
|
|
- do not create system tray icon by default
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Sun Aug 07 2005 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- update to version 0.7
|
|
|
|
|
* improved DVB support
|
|
|
|
|
* optional Gstreamer support via kaffeine-gstreamer package
|
|
|
|
|
* media:/ slave support
|
|
|
|
|
- remove xine-mad dependency
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Fri Aug 05 2005 coolo@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- some proofreading for our patches
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Wed Mar 30 2005 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- add czech translation from Klara
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Thu Mar 24 2005 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- update to version 0.6
|
|
|
|
|
* DVB support merged from kaxtv
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Fri Mar 11 2005 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- remove too late XInitThread() call in kpart, which can cause a
|
|
|
|
|
crash (#72072)
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Wed Mar 02 2005 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- add DVD warning dialog again
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Thu Feb 17 2005 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- menu entry moved to xdg dir
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Mon Jan 03 2005 coolo@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- fix installation of german man page
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Mon Jan 03 2005 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- update to version 0.5 final
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Wed Dec 22 2004 ro@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- only package english manpage for now
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Wed Nov 10 2004 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- update to version 0.5rc2
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Wed Oct 06 2004 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- update to version 0.5rc1
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Wed Sep 29 2004 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- fix broken desktop file syntax
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Wed Sep 29 2004 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- fix handling from streams
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Sun Sep 26 2004 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- adjust mimetypes to KDE 3.3 mimetypes
|
|
|
|
|
- remove realplayer support, the Helix plugin is not supported atm.
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Thu Aug 19 2004 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- use the logo codec file in theora format on SuSE 9.2 and later
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Wed Jun 02 2004 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- update to version 0.4.3b
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Mon May 03 2004 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- update to version 0.4.3
|
|
|
|
|
* obsoletes XInitThread patch
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Fri Apr 16 2004 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- apply crash fix from Helio
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Tue Apr 13 2004 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- update to version 0.4.2
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Mon Apr 05 2004 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- update czech translations
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Tue Mar 16 2004 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- replace logo video. DivX4 won't work with our xine.
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Sat Feb 21 2004 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- remove Music from Categories
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Mon Jan 19 2004 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- update to version 0.4.1
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Sun Nov 16 2003 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- update to final 0.4 version
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Fri Nov 07 2003 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- fix build
|
|
|
|
|
- update to pre-0.4 snapshot
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Wed Oct 01 2003 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- use --nofork in desktop file or temporary files are get
|
|
|
|
|
removed to early
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Sun Sep 21 2003 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- implement the message box different. It can get translated now
|
|
|
|
|
and it solves also a crash in some cases. (#30224)
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Fri Sep 19 2003 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- from #31052
|
|
|
|
|
* fix possible crash on quit
|
|
|
|
|
* ask explizit for the "none" audio driver, if "auto" fails.
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Fri Sep 19 2003 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- add czech translation
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Thu Sep 18 2003 varkoly@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- add hungarian translation
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Sat Sep 06 2003 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- higher priority
|
|
|
|
|
- fix position change on pause
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Fri Sep 05 2003 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- justify Categories
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Mon Aug 25 2003 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- fix configure script to detect libXtest -> no DPMS anymore during
|
|
|
|
|
playing
|
2009-04-14 19:37:50 +02:00
|
|
|
|
* Sat Aug 23 2003 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- drop some delete calls, which are reported as invalid by valgrind
|
|
|
|
|
seems that fixes the crashes
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Mon Jul 28 2003 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- use new macro name for %%suse_update_desktop_file
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Mon Jul 28 2003 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- add Categories
|
2008-01-28 01:10:35 +01:00
|
|
|
|
* Wed Jul 16 2003 adrian@suse.de
|
2007-01-16 00:19:20 +01:00
|
|
|
|
- initial package of version 0.3.2
|