From 37c3c548220335b2f1a660cc4a03f7dd63bf19dcec32de64bce1a6d9a87c5ddd Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 13 Aug 2009 21:05:49 +0000 Subject: [PATCH] Accepting request 17550 from multimedia:libs Copy from multimedia:libs/libass based on submit request 17550 from user sbrabec OBS-URL: https://build.opensuse.org/request/show/17550 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libass?expand=0&rev=1 --- .gitattributes | 23 ++++++++++++ .gitignore | 1 + libass-0.9.7.tar.bz2 | 3 ++ libass.changes | 22 ++++++++++++ libass.spec | 83 ++++++++++++++++++++++++++++++++++++++++++++ ready | 0 6 files changed, 132 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 libass-0.9.7.tar.bz2 create mode 100644 libass.changes create mode 100644 libass.spec create mode 100644 ready diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/libass-0.9.7.tar.bz2 b/libass-0.9.7.tar.bz2 new file mode 100644 index 0000000..928d8c1 --- /dev/null +++ b/libass-0.9.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562141a805481ae1b96a9e0953d85c347ee4ee5576bd09df7486cadd2623c756 +size 276480 diff --git a/libass.changes b/libass.changes new file mode 100644 index 0000000..050e9f4 --- /dev/null +++ b/libass.changes @@ -0,0 +1,22 @@ +------------------------------------------------------------------- +Tue Aug 11 19:17:31 CEST 2009 - sbrabec@suse.cz + +- New SuSE package, version 0.9.7. +- Name and split according to shared library packaging policy. + +------------------------------------------------------------------- +Sat Mar 21 12:00:00 UTC 2009 - cmorve69@yahoo.es + +- and now to the OBS +- update to 0.9.6 + +------------------------------------------------------------------- +Wed Sep 18 12:00:00 UTC 2008 - Detlef Reichelt + +- initial build for PackMan to be compatible with vlc-repo + +------------------------------------------------------------------- +Tue Aug 26 12:00:00 UTC 2008 - dominique-rpm@leuenberger.net + +- Initial package for version 0.9.5 + diff --git a/libass.spec b/libass.spec new file mode 100644 index 0000000..7cd7a46 --- /dev/null +++ b/libass.spec @@ -0,0 +1,83 @@ +# +# spec file for package libass (Version 0.9.7) +# +# 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/ +# + + + +Name: libass +Version: 0.9.7 +Release: 1 +Summary: Portable Library for SSA/ASS Subtitles Rendering +Group: System/Libraries +Url: http://code.google.com/p/libass/ +Source: %{name}-%{version}.tar.bz2 +License: GPL v2 or later ; LGPL v2.1 or later +BuildRequires: fontconfig-devel +BuildRequires: freetype2-devel +BuildRequires: gcc-c++ +BuildRequires: libpng-devel +BuildRequires: enca-devel +BuildRequires: pkg-config +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +Portable Library for SSA/ASS Subtitles Rendering. + +%package -n libass4 +License: GPL v2 or later ; LGPL v2.1 or later +Summary: Portable Library for SSA/ASS Subtitles Rendering +Group: Development/Libraries/C and C++ + +%description -n libass4 +Portable Library for SSA/ASS Subtitles Rendering. + +%package devel +License: GPL v2 or later ; LGPL v2.1 or later +Summary: Portable Library for SSA/ASS Subtitles Rendering +Group: Development/Libraries/C and C++ +Requires: libass4 = %{version} enca-devel fontconfig-devel freetype2-devel glibc-devel + +%description devel +This package is needed if you want to develop / compile against libASS. + +%prep +%setup -q + +%build +autoreconf -f -i +%configure\ + --disable-static +%{__make} %{?jobs:-j%{jobs}} + +%install +%{__make} DESTDIR='%{buildroot}' install +%{__rm} -f %{buildroot}%{_libdir}/*.la + +%post -n libass4 -p /sbin/ldconfig + +%postun -n libass4 -p /sbin/ldconfig + +%files -n libass4 +%defattr(-, root, root) +%{_libdir}/*.so.4* + +%files devel +%defattr(-, root, root) +%{_includedir}/* +%{_libdir}/*.so +%{_libdir}/pkgconfig/*.pc + +%changelog diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4