2009-04-30 17:39:08 +02:00
|
|
|
#
|
2009-08-11 17:40:19 +02:00
|
|
|
# spec file for package k3b (Version 1.66.0.svn1009369)
|
2009-04-30 17:39:08 +02:00
|
|
|
#
|
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2009-05-28 05:05:52 +02:00
|
|
|
%bcond_with ffmpeg
|
|
|
|
%bcond_with mad
|
|
|
|
%bcond_with lame
|
2009-04-30 17:39:08 +02:00
|
|
|
|
|
|
|
Name: k3b
|
|
|
|
BuildRequires: cups-devel libkcddb4-devel ruby-devel sqlite-devel taglib-devel
|
|
|
|
BuildRequires: libkcompactdisc4-devel libkdepimlibs4-devel tse3-devel update-desktop-files
|
|
|
|
BuildRequires: gstreamer010-devel libmtp-devel libnjb-devel libvisual-devel xine-devel
|
|
|
|
BuildRequires: flac-devel libQtWebKit-devel libdvdread-devel libvorbis-devel
|
|
|
|
BuildRequires: dbus-1-glib-devel libogg-devel libsamplerate-devel libsndfile-devel
|
2009-05-28 05:05:52 +02:00
|
|
|
BuildRequires: libmpcdec-devel libmusicbrainz-devel
|
|
|
|
%if %{with ffmpeg}
|
|
|
|
BuildRequires: libffmpeg-devel
|
|
|
|
%endif
|
|
|
|
%if %{with mad}
|
|
|
|
BuildRequires: libmad-devel
|
|
|
|
%endif
|
|
|
|
%if %{with lame}
|
|
|
|
BuildRequires: libmp3lame-devel
|
2009-04-30 17:39:08 +02:00
|
|
|
%endif
|
|
|
|
Url: http://k3b.sourceforge.net/
|
|
|
|
License: GPL v2 or later
|
|
|
|
Group: Productivity/Multimedia/CD/Record
|
|
|
|
Summary: A Universal CD and DVD Burning Application
|
|
|
|
Requires: /usr/bin/cdrecord /usr/bin/mkisofs /usr/bin/cdrdao dvd+rw-tools
|
2009-08-11 17:40:19 +02:00
|
|
|
Version: 1.66.0.svn1009369
|
2009-10-06 03:33:32 +02:00
|
|
|
Release: 2
|
2009-07-31 19:55:02 +02:00
|
|
|
%define rversion 1.66.0
|
2009-04-30 17:39:08 +02:00
|
|
|
# svn.kde.org/home/kde/trunk/extragear/multimedia/k3b
|
2009-05-28 05:05:52 +02:00
|
|
|
Source0: k3b-1.66.0alpha2.tar.bz2
|
2009-04-30 17:39:08 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%kde4_runtime_requires
|
|
|
|
Provides: kde4-k3b = 4.2.1.svn942189
|
|
|
|
Provides: kde4-k3b = 4.2.2.svn951754
|
|
|
|
Obsoletes: kde4-k3b <= 4.2.2.svn951754
|
2009-08-11 17:40:19 +02:00
|
|
|
Requires: %{name}-lang = %{version}
|
2009-04-30 17:39:08 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
K3b is a CD burning application that supports Ogg Vorbis, MP3 audio
|
|
|
|
files, DVD burning, CDDB, and much more.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Sebastian Trueg <trueg@informatik.uni-freiburg.de>
|
|
|
|
Thomas Froescher <tfroescher@gmx.de>
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
License: GPL v2 or later
|
|
|
|
Summary: A Universal CD and DVD Burning Application
|
|
|
|
Group: Productivity/Multimedia/CD/Record
|
|
|
|
Requires: %name = %version
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
K3b is a CD burning application that supports Ogg Vorbis, MP3 audio
|
|
|
|
files, DVD burning, CDDB, and much more.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Sebastian Trueg <trueg@informatik.uni-freiburg.de>
|
|
|
|
Thomas Froescher <tfroescher@gmx.de>
|
|
|
|
|
2009-08-11 17:40:19 +02:00
|
|
|
%lang_package
|
2009-04-30 17:39:08 +02:00
|
|
|
%prep
|
2009-07-31 19:55:02 +02:00
|
|
|
%setup -q -n k3b-%{rversion}
|
2009-04-30 17:39:08 +02:00
|
|
|
|
|
|
|
%build
|
2009-05-28 05:05:52 +02:00
|
|
|
%cmake_kde4 -d build -- -DK3B_BUILD_K3BSETUP=OFF
|
2009-04-30 17:39:08 +02:00
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
2009-08-11 17:40:19 +02:00
|
|
|
pushd build
|
2009-04-30 17:39:08 +02:00
|
|
|
%makeinstall
|
2009-08-11 17:40:19 +02:00
|
|
|
popd
|
2009-04-30 17:39:08 +02:00
|
|
|
%suse_update_desktop_file k3b DiscBurning
|
|
|
|
%kde_post_install
|
2009-08-11 17:40:19 +02:00
|
|
|
%if %suse_version < 1120
|
|
|
|
# work-around bnc#457908
|
|
|
|
for i in uk fr de et nl pt es sv; do mkdir $RPM_BUILD_ROOT/usr/share/doc/kde/HTML/$i/common;done
|
|
|
|
%endif
|
|
|
|
%find_lang k3b k3b.lang
|
|
|
|
%find_lang k3bsetup k3b.lang
|
|
|
|
%find_lang libk3b k3b.lang
|
|
|
|
%find_lang libk3bdevice k3b.lang
|
|
|
|
%find_lang kio_videodvd k3b.lang
|
2009-04-30 17:39:08 +02:00
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2009-08-11 17:40:19 +02:00
|
|
|
%files lang -f k3b.lang
|
|
|
|
|
2009-04-30 17:39:08 +02:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
/usr/bin/k3b
|
|
|
|
/usr/%_lib/kde4/k3b*.so
|
|
|
|
/usr/%_lib/kde4/kcm_k3b*.so
|
|
|
|
/usr/%_lib/kde4/kio_videodvd.so
|
|
|
|
/usr/%_lib/libk3b.so.*
|
|
|
|
/usr/%_lib/libk3bdevice.so.*
|
|
|
|
/usr/share/applications/kde4/k3b.desktop
|
|
|
|
/usr/share/icons/hicolor/*/apps/k3b.*
|
|
|
|
/usr/share/kde4/apps/k3b
|
|
|
|
/usr/share/kde4/apps/konqsidebartng/virtual_folders/services/videodvd.desktop
|
|
|
|
/usr/share/kde4/services/ServiceMenus/k3b_*
|
|
|
|
/usr/share/kde4/services/k3b*.desktop
|
|
|
|
/usr/share/kde4/services/kcm_k3b*.desktop
|
|
|
|
/usr/share/kde4/services/videodvd.protocol
|
|
|
|
/usr/share/kde4/servicetypes/k3bplugin.desktop
|
|
|
|
/usr/share/sounds/k3b_*
|
|
|
|
%dir /usr/share/kde4/apps/solid
|
|
|
|
%dir /usr/share/kde4/apps/solid/actions
|
|
|
|
/usr/share/kde4/apps/solid/actions/k3b_*.desktop
|
2009-08-11 17:40:19 +02:00
|
|
|
%if %suse_version < 1120
|
|
|
|
# work-around bnc#457911
|
|
|
|
%dir /usr/share/doc/kde/HTML/*
|
|
|
|
%dir /usr/share/locale/hne
|
|
|
|
%dir /usr/share/locale/hne/LC_MESSAGES
|
|
|
|
%endif
|
2009-04-30 17:39:08 +02:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
/usr/include/k3b*
|
|
|
|
/usr/%_lib/libk3b.so
|
|
|
|
/usr/%_lib/libk3bdevice.so
|
|
|
|
|
|
|
|
%changelog
|