update to 0.4.1.20201212git [release 0.4.1.20201212git-1mamba;Sat Dec 12 2020]
This commit is contained in:
parent
d4061056b8
commit
180ce211e2
@ -3,8 +3,6 @@
|
|||||||
This is libkate, the reference implementation of a codec for the Kate bitstream format.
|
This is libkate, the reference implementation of a codec for the Kate bitstream format.
|
||||||
Kate is a karaoke and text codec meant for encapsulation in an Ogg container.
|
Kate is a karaoke and text codec meant for encapsulation in an Ogg container.
|
||||||
It can carry text, images, and animate them.
|
It can carry text, images, and animate them.
|
||||||
|
|
||||||
Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals.
|
Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals.
|
||||||
|
|
||||||
More information can be found at http://wiki.xiph.org/index.php/OggKate
|
More information can be found at http://wiki.xiph.org/index.php/OggKate
|
||||||
|
|
||||||
|
55
libkate.spec
55
libkate.spec
@ -1,13 +1,14 @@
|
|||||||
Name: libkate
|
Name: libkate
|
||||||
Version: 0.4.1
|
Version: 0.4.1.20201212git
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Libraries to handle the Kate bitstream format
|
Summary: Libraries to handle the Kate bitstream format
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://code.google.com/p/libkate/
|
URL: http://code.google.com/p/libkate/
|
||||||
Source: http://libkate.googlecode.com/files/libkate-%{version}.tar.gz
|
Source: https://gitlab.com/lubosz/kate.git/master/kate-%{version}.tar.bz2
|
||||||
|
#Source: http://libkate.googlecode.com/files/libkate-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
@ -27,9 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
This is libkate, the reference implementation of a codec for the Kate bitstream format.
|
This is libkate, the reference implementation of a codec for the Kate bitstream format.
|
||||||
Kate is a karaoke and text codec meant for encapsulation in an Ogg container.
|
Kate is a karaoke and text codec meant for encapsulation in an Ogg container.
|
||||||
It can carry text, images, and animate them.
|
It can carry text, images, and animate them.
|
||||||
|
|
||||||
Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals.
|
Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals.
|
||||||
|
|
||||||
More information can be found at http://wiki.xiph.org/index.php/OggKate
|
More information can be found at http://wiki.xiph.org/index.php/OggKate
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -41,11 +40,8 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
This is libkate, the reference implementation of a codec for the Kate bitstream format.
|
This is libkate, the reference implementation of a codec for the Kate bitstream format.
|
||||||
Kate is a karaoke and text codec meant for encapsulation in an Ogg container.
|
Kate is a karaoke and text codec meant for encapsulation in an Ogg container.
|
||||||
It can carry text, images, and animate them.
|
It can carry text, images, and animate them.
|
||||||
|
|
||||||
Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals.
|
Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals.
|
||||||
|
|
||||||
More information can be found at http://wiki.xiph.org/index.php/OggKate
|
More information can be found at http://wiki.xiph.org/index.php/OggKate
|
||||||
|
|
||||||
This package contains libraries and header files need for development.
|
This package contains libraries and header files need for development.
|
||||||
|
|
||||||
%package static
|
%package static
|
||||||
@ -57,11 +53,8 @@ Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
This is libkate, the reference implementation of a codec for the Kate bitstream format.
|
This is libkate, the reference implementation of a codec for the Kate bitstream format.
|
||||||
Kate is a karaoke and text codec meant for encapsulation in an Ogg container.
|
Kate is a karaoke and text codec meant for encapsulation in an Ogg container.
|
||||||
It can carry text, images, and animate them.
|
It can carry text, images, and animate them.
|
||||||
|
|
||||||
Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals.
|
Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals.
|
||||||
|
|
||||||
More information can be found at http://wiki.xiph.org/index.php/OggKate
|
More information can be found at http://wiki.xiph.org/index.php/OggKate
|
||||||
|
|
||||||
This package contains static DAAP library need for development.
|
This package contains static DAAP library need for development.
|
||||||
|
|
||||||
%package utils
|
%package utils
|
||||||
@ -73,11 +66,8 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
This is libkate, the reference implementation of a codec for the Kate bitstream format.
|
This is libkate, the reference implementation of a codec for the Kate bitstream format.
|
||||||
Kate is a karaoke and text codec meant for encapsulation in an Ogg container.
|
Kate is a karaoke and text codec meant for encapsulation in an Ogg container.
|
||||||
It can carry text, images, and animate them.
|
It can carry text, images, and animate them.
|
||||||
|
|
||||||
Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals.
|
Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals.
|
||||||
|
|
||||||
More information can be found at http://wiki.xiph.org/index.php/OggKate
|
More information can be found at http://wiki.xiph.org/index.php/OggKate
|
||||||
|
|
||||||
The %{name}-utils package contains the katedec/kateenc binaries for %{name}.
|
The %{name}-utils package contains the katedec/kateenc binaries for %{name}.
|
||||||
|
|
||||||
%package -n python-kdj
|
%package -n python-kdj
|
||||||
@ -89,11 +79,8 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
This is libkate, the reference implementation of a codec for the Kate bitstream format.
|
This is libkate, the reference implementation of a codec for the Kate bitstream format.
|
||||||
Kate is a karaoke and text codec meant for encapsulation in an Ogg container.
|
Kate is a karaoke and text codec meant for encapsulation in an Ogg container.
|
||||||
It can carry text, images, and animate them.
|
It can carry text, images, and animate them.
|
||||||
|
|
||||||
Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals.
|
Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals.
|
||||||
|
|
||||||
More information can be found at http://wiki.xiph.org/index.php/OggKate
|
More information can be found at http://wiki.xiph.org/index.php/OggKate
|
||||||
|
|
||||||
This package contains the python kdj library.
|
This package contains the python kdj library.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
@ -105,22 +92,17 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
This is libkate, the reference implementation of a codec for the Kate bitstream format.
|
This is libkate, the reference implementation of a codec for the Kate bitstream format.
|
||||||
Kate is a karaoke and text codec meant for encapsulation in an Ogg container.
|
Kate is a karaoke and text codec meant for encapsulation in an Ogg container.
|
||||||
It can carry text, images, and animate them.
|
It can carry text, images, and animate them.
|
||||||
|
|
||||||
Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals.
|
Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals.
|
||||||
|
|
||||||
More information can be found at http://wiki.xiph.org/index.php/OggKate
|
More information can be found at http://wiki.xiph.org/index.php/OggKate
|
||||||
|
|
||||||
The %{name}-doc package contains documentation for %{name}.
|
The %{name}-doc package contains documentation for %{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n kate-%{version}
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# re-generate theses files at built step
|
|
||||||
rm tools/kate_parser.c
|
|
||||||
rm tools/kate_parser.h
|
|
||||||
rm tools/kate_lexer.c
|
|
||||||
|
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -136,14 +118,16 @@ rm tools/kate_lexer.c
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/libkate.so.*
|
||||||
%doc AUTHORS COPYING ChangeLog README THANKS
|
%{_libdir}/liboggkate.so.*
|
||||||
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/kate
|
%dir %{_includedir}/kate
|
||||||
%{_includedir}/kate/*.h
|
%{_includedir}/kate/*.h
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/libkate.so
|
||||||
|
%{_libdir}/liboggkate.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%files static
|
%files static
|
||||||
@ -157,20 +141,25 @@ rm tools/kate_lexer.c
|
|||||||
%{_bindir}/kateenc
|
%{_bindir}/kateenc
|
||||||
%{_bindir}/KateDJ
|
%{_bindir}/KateDJ
|
||||||
%{_bindir}/katalyzer
|
%{_bindir}/katalyzer
|
||||||
%{_mandir}/man1/kate*.1.gz
|
%{_mandir}/man1/kate*.1*
|
||||||
%{_mandir}/man1/KateDJ.1.gz
|
%{_mandir}/man1/KateDJ.1*
|
||||||
%{_mandir}/man1/katalyzer.1.gz
|
%{_mandir}/man1/katalyzer.1*
|
||||||
|
|
||||||
%files -n python-kdj
|
%files -n python-kdj
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python_sitearch}/kdj
|
%dir %{python_sitelib}/kdj
|
||||||
|
%{python_sitelib}/kdj/*
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_docdir}/libkate
|
%dir %{_docdir}/libkate
|
||||||
%{_docdir}/libkate/*
|
%{_docdir}/libkate/*
|
||||||
|
%doc ChangeLog README THANKS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 12 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1.20201212git-1mamba
|
||||||
|
- update to 0.4.1.20201212git
|
||||||
|
|
||||||
* Thu Jul 05 2012 Automatic Build System <autodist@mambasoft.it> 0.4.1-1mamba
|
* Thu Jul 05 2012 Automatic Build System <autodist@mambasoft.it> 0.4.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user