Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
libkate
libkate.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libkate.spec of Package libkate
# # spec file for package libkate # # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE Dominique Leuenberger, Amsterdam, Netherlands # # 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/ # Name: libkate Version: 0.4.1 Release: 0 # "Other uncritical OpenSource License" is no longer allowed in the License field. Summary: A karaoke and text codec for embedding in Ogg License: BSD-3-Clause Group: Productivity/Multimedia/Other Url: http://libkate.googlecode.com Source: http://libkate.googlecode.com/files/%{name}-%{version}.tar.gz BuildRequires: doxygen BuildRequires: fdupes BuildRequires: libogg-devel BuildRequires: libpng-devel BuildRequires: pkg-config BuildRequires: python-base BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Kate is a codec for karaoke and text encapsulation for Ogg. Most of the time, this would be multiplexed with audio/video to carry subtitles, song lyrics (with or without karaoke data), etc, but doesn't have to be. A possible use of a lone Kate stream would be an e-book. Moreover, the motion feature gives Kate a powerful means to describe arbitrary curves, so hand drawing of shapes can be achieved. This was originally meant for karaoke use, but can be used for any purpose. Motions can be attached to various semantics, like position, color, etc, so scrolling or fading text can be defined. %package -n %{name}1 Summary: A karaoke and text codec for embedding in Ogg Group: System/Libraries %description -n %{name}1 Kate is a codec for karaoke and text encapsulation for Ogg. Most of the time, this would be multiplexed with audio/video to carry subtitles, song lyrics (with or without karaoke data), etc, but doesn't have to be. A possible use of a lone Kate stream would be an e-book. Moreover, the motion feature gives Kate a powerful means to describe arbitrary curves, so hand drawing of shapes can be achieved. This was originally meant for karaoke use, but can be used for any purpose. Motions can be attached to various semantics, like position, color, etc, so scrolling or fading text can be defined. %package -n liboggkate1 Summary: A karaoke and text codec for embedding in Ogg Group: System/Libraries Provides: %{_libdir}/liboggkate.so.1 Obsoletes: libkate1 < 0.4.1 %description -n liboggkate1 Kate is a codec for karaoke and text encapsulation for Ogg. Most of the time, this would be multiplexed with audio/video to carry subtitles, song lyrics (with or without karaoke data), etc, but doesn't have to be. A possible use of a lone Kate stream would be an e-book. Moreover, the motion feature gives Kate a powerful means to describe arbitrary curves, so hand drawing of shapes can be achieved. This was originally meant for karaoke use, but can be used for any purpose. Motions can be attached to various semantics, like position, color, etc, so scrolling or fading text can be defined. %package devel Summary: A karaoke and text codec for embedding in Ogg - Development Files Group: Development/Libraries/C and C++ Requires: %{name}1 = %{version} Requires: liboggkate1 = %{version} Requires: libogg-devel Requires: glibc-devel %description devel Kate is a codec for karaoke and text encapsulation for Ogg. Most of the time, this would be multiplexed with audio/video to carry subtitles, song lyrics (with or without karaoke data), etc, but doesn't have to be. A possible use of a lone Kate stream would be an e-book. Moreover, the motion feature gives Kate a powerful means to describe arbitrary curves, so hand drawing of shapes can be achieved. This was originally meant for karaoke use, but can be used for any purpose. Motions can be attached to various semantics, like position, color, etc, so scrolling or fading text can be defined. This package contains files for developers. %package tools Summary: A karaoke and text codec for embedding in Ogg Group: Productivity/Multimedia/Other %description tools Kate is a codec for karaoke and text encapsulation for Ogg. Most of the time, this would be multiplexed with audio/video to carry subtitles, song lyrics (with or without karaoke data), etc, but doesn't have to be. A possible use of a lone Kate stream would be an e-book. Moreover, the motion feature gives Kate a powerful means to describe arbitrary curves, so hand drawing of shapes can be achieved. This was originally meant for karaoke use, but can be used for any purpose. Motions can be attached to various semantics, like position, color, etc, so scrolling or fading text can be defined. %package -n python-katedj Summary: Editor and remixer for Kate streams in Ogg Group: Productivity/Multimedia/Other Provides: katedj = 0.4.1 Obsoletes: katedj < 0.4.1 Requires: %{name}-tools = %{version} Requires: python-wxWidgets Requires: %{_bindir}/oggz-merge Requires: %{_bindir}/oggz-rip %py_requires Recommends: %{_bindir}/oggz-known-codecs %if %{?suse_version} >= 1130 BuildArch: noarch %endif %description -n python-katedj KateDJ allows extracting Kate tracks embedded in an Ogg stream, editing them, and rebuilding the Ogg stream after the Kate tracks are modified. %prep %setup -q %build %configure \ --disable-static %__make %{_smp_mflags} %install %makeinstall find %{buildroot} -type f -name "*.la" -delete -print # Remove files that we install with %%doc rm -rf %{buildroot}%{_datadir}/doc/%{name}/{AUTHORS,COPYING,ChangeLog,README,THANKS,html} %fdupes %{buildroot}%{python_sitelib}/kdj %check make check %post -n %{name}1 -p /sbin/ldconfig %postun -n %{name}1 -p /sbin/ldconfig %files -n %{name}1 %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog README THANKS %{_libdir}/%{name}.so.1* %post -n liboggkate1 -p /sbin/ldconfig %postun -n liboggkate1 -p /sbin/ldconfig %files -n liboggkate1 %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog README THANKS %{_libdir}/liboggkate.so.1* %files devel %defattr(-, root, root) %doc doc/html/ %{_includedir}/kate/ %{_libdir}/%{name}.so %{_libdir}/liboggkate.so %{_libdir}/pkgconfig/kate.pc %{_libdir}/pkgconfig/oggkate.pc %files tools %defattr(-, root, root) %{_bindir}/katedec %{_bindir}/kateenc %{_bindir}/katalyzer %{_mandir}/man1/katalyzer.1* %{_mandir}/man1/katedec.1* %{_mandir}/man1/kateenc.1* %files -n python-katedj %defattr(-, root, root) %{_bindir}/KateDJ %{_mandir}/man1/KateDJ.1* %{python_sitelib}/kdj/ %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor