25 Commits

Author SHA1 Message Date
259fb6a965 automatic version update by autodist [release 0.1.96-1mamba;Tue Aug 30 2022] 2024-01-06 03:50:47 +01:00
38abd76856 automatic version update by autodist [release 0.1.92-1mamba;Wed May 18 2022] 2024-01-06 03:50:47 +01:00
829c1c9f75 automatic version update by autodist [release 0.1.90-1mamba;Tue Feb 22 2022] 2024-01-06 03:50:47 +01:00
88cdbbc0c0 automatic version update by autodist [release 0.1.88-1mamba;Thu Jul 01 2021] 2024-01-06 03:50:47 +01:00
283f9f44a4 automatic version update by autodist [release 0.1.86-1mamba;Sat Feb 27 2021] 2024-01-06 03:50:47 +01:00
9a003ea3c9 automatic version update by autodist [release 0.1.84-1mamba;Thu Feb 04 2021] 2024-01-06 03:50:47 +01:00
1fc801f549 automatic version update by autodist [release 0.1.82-1mamba;Tue Oct 06 2020] 2024-01-06 03:50:47 +01:00
3d756bdb16 automatic version update by autodist [release 0.1.78-1mamba;Fri Jun 12 2020] 2024-01-06 03:50:46 +01:00
f9cedc0d12 automatic version update by autodist [release 0.1.74-1mamba;Tue Jan 28 2020] 2024-01-06 03:50:46 +01:00
6ff3931723 update to 0.1.72 [release 0.1.72-1mamba;Sat Oct 26 2019] 2024-01-06 03:50:46 +01:00
cd4f33bfef automatic version update by autodist [release 0.1.66-1mamba;Fri Jun 14 2019] 2024-01-06 03:50:46 +01:00
e6914af29f automatic version update by autodist [release 0.1.62-1mamba;Fri Mar 22 2019] 2024-01-06 03:50:46 +01:00
a2c662c7b9 automatic version update by autodist [release 0.1.60-1mamba;Sun Nov 18 2018] 2024-01-06 03:50:46 +01:00
a39c9f77fd automatic version update by autodist [release 0.1.58-1mamba;Sun Oct 14 2018] 2024-01-06 03:50:46 +01:00
4bd5387254 automatic version update by autodist [release 0.1.56-1mamba;Fri Aug 24 2018] 2024-01-06 03:50:46 +01:00
657a3c0d75 automatic version update by autodist [release 0.1.52-1mamba;Thu Jul 05 2018] 2024-01-06 03:50:46 +01:00
c4ffa2f0f8 automatic version update by autodist [release 0.1.50-1mamba;Wed May 23 2018] 2024-01-06 03:50:46 +01:00
b8df16fd48 automatic version update by autodist [release 0.1.46-1mamba;Wed Apr 18 2018] 2024-01-06 03:50:46 +01:00
c20bbf18a5 automatic version update by autodist [release 0.1.44-1mamba;Sun Mar 25 2018] 2024-01-06 03:50:46 +01:00
9b913e6dbf automatic version update by autodist [release 0.1.38-1mamba;Thu Dec 21 2017] 2024-01-06 03:50:46 +01:00
926ed86820 automatic version update by autodist [release 0.1.30-1mamba;Fri Sep 08 2017] 2024-01-06 03:50:46 +01:00
6c99bd0c8f automatic version update by autodist [release 0.1.24-1mamba;Mon Mar 06 2017] 2024-01-06 03:50:45 +01:00
0627016298 automatic version update by autodist [release 0.1.18-1mamba;Mon Oct 03 2016] 2024-01-06 03:50:45 +01:00
b82682292f automatic version update by autodist [release 0.1.16-1mamba;Fri Jul 15 2016] 2024-01-06 03:50:45 +01:00
23051c58cd automatic version update by autodist [release 0.1.14-1mamba;Sat Nov 28 2015] 2024-01-06 03:50:45 +01:00
2 changed files with 126 additions and 23 deletions

View File

@ -0,0 +1,13 @@
diff --git a/meson.build b/meson.build
index 55054f441a0378845e0d3655b7eb18f6d140e3e1..8c93be9d1b22a7b105a51d4eb9f4db7f75702a24 100644
--- a/meson.build
+++ b/meson.build
@@ -55,7 +55,7 @@ lib_name = meson.project_name() + '-' + api_version
stability_version_number = (major_version != 0 ? minor_version : micro_version)
stable = (stability_version_number % 2 == 0)
-conf.set10('BABL_UNSTABLE', not stable, Description:
+conf.set10('BABL_UNSTABLE', not stable, description:
'Define to 1 if this is an unstable version of BABL.')
conf.set ('BABL_MAJOR_VERSION', '@0@'.format(major_version))

View File

@ -1,21 +1,22 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: libbabl
Version: 0.1.12
Version: 0.1.96
Release: 1mamba
Summary: babl is a dynamic, any to any, pixel format translation library
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
URL: http://gegl.org/babl
Source: http://download.gimp.org/pub/babl/%{majver}/babl-%{version}.tar.bz2
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://gegl.org/babl/
Source: http://download.gimp.org/pub/babl/%{majver}/babl-%{version}.tar.xz
Patch0: libbabl-0.1.92-meson-0.62.1.patch
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: liblcms2-devel
## AUTOBUILDREQ-END
Provides: babl
Obsoletes: babl
Obsoletes: babl < 0.1.96
%description
babl is a dynamic, any to any, pixel format translation library.
@ -26,27 +27,42 @@ A vocabulary to formulate new pixel formats from existing primitives is provided
Summary: Devel package for %{name}
Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
Provides: babl-devel
Obsoletes: babl-devel
Obsoletes: babl-devel < 0.1.96
%description devel
babl is a dynamic, any to any, pixel format translation library.
It allows converting between different methods of storing pixels known as pixel formats that have with different bitdepths and other data representations, color models and component permutations.
A vocabulary to formulate new pixel formats from existing primitives is provided as well as the framework to add new color models and data types.
This package contains static libraries and header files needed for development.
This package contains static libraries and header files need for development.
%package tools
Summary: Tools provided with %{name}
Group: Applications/Graphics
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description tools
babl is a dynamic, any to any, pixel format translation library.
It allows converting between different methods of storing pixels known as pixel formats that have with different bitdepths and other data representations, color models and component permutations.
A vocabulary to formulate new pixel formats from existing primitives is provided as well as the framework to add new color models and data types.
This package contains the tools provided with %{name}.
%debug_package
%prep
%setup -q -n babl-%{version}
#%patch0 -p1 -b .meson-0.62.1
%build
%configure
%make
%meson
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall extdir=%{_libdir}/babl-%{majver}
%meson_install
#% makeinstall extdir=%{_libdir}/babl-%{majver}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -54,27 +70,101 @@ This package contains static libraries and header files need for development.
%files
%defattr(-,root,root)
%dir %{_libdir}/babl-%{majver}
%{_libdir}/babl-%{majver}/CIE.so*
%{_libdir}/babl-%{majver}/gegl-fixups.so*
%{_libdir}/babl-%{majver}/gggl-lies.so*
%{_libdir}/babl-%{majver}/gggl.so*
%{_libdir}/babl-%{majver}/gimp-8bit.so*
%{_libdir}/babl-%{majver}/naive-CMYK.so*
%{_libdir}/babl-%{majver}/*.so*
%{_libdir}/libbabl-%{majver}.so.*
%{_libdir}/babl-%{majver}/*.so
%{_libdir}/girepository-1.0/Babl-0.1.typelib
%doc AUTHORS COPYING
%files devel
%defattr(-,root,root)
%dir %{_includedir}/babl-%{majver}/babl
%{_libdir}/babl-%{majver}/*.la
%{_includedir}/babl-%{majver}/babl/*.h
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libbabl-%{majver}.la
%{_libdir}/libbabl-%{majver}.so
%doc ChangeLog NEWS README TODO
%{_datadir}/gir-1.0/Babl-0.1.gir
%{_datadir}/vala/vapi/babl-0.1.*
%{_libdir}/pkgconfig/*.pc
%doc NEWS TODO
%files tools
%defattr(-,root,root)
%{_bindir}/babl
%changelog
* Tue Aug 30 2022 Automatic Build System <autodist@mambasoft.it> 0.1.96-1mamba
- automatic version update by autodist
* Wed May 18 2022 Automatic Build System <autodist@mambasoft.it> 0.1.92-1mamba
- automatic version update by autodist
* Tue Feb 22 2022 Automatic Build System <autodist@mambasoft.it> 0.1.90-1mamba
- automatic version update by autodist
* Thu Jul 01 2021 Automatic Build System <autodist@mambasoft.it> 0.1.88-1mamba
- automatic version update by autodist
* Sat Feb 27 2021 Automatic Build System <autodist@mambasoft.it> 0.1.86-1mamba
- automatic version update by autodist
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 0.1.84-1mamba
- automatic version update by autodist
* Tue Oct 06 2020 Automatic Build System <autodist@mambasoft.it> 0.1.82-1mamba
- automatic version update by autodist
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 0.1.78-1mamba
- automatic version update by autodist
* Tue Jan 28 2020 Automatic Build System <autodist@mambasoft.it> 0.1.74-1mamba
- automatic version update by autodist
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.72-1mamba
- update to 0.1.72
* Fri Jun 14 2019 Automatic Build System <autodist@mambasoft.it> 0.1.66-1mamba
- automatic version update by autodist
* Fri Mar 22 2019 Automatic Build System <autodist@mambasoft.it> 0.1.62-1mamba
- automatic version update by autodist
* Sun Nov 18 2018 Automatic Build System <autodist@mambasoft.it> 0.1.60-1mamba
- automatic version update by autodist
* Sun Oct 14 2018 Automatic Build System <autodist@mambasoft.it> 0.1.58-1mamba
- automatic version update by autodist
* Fri Aug 24 2018 Automatic Build System <autodist@mambasoft.it> 0.1.56-1mamba
- automatic version update by autodist
* Thu Jul 05 2018 Automatic Build System <autodist@mambasoft.it> 0.1.52-1mamba
- automatic version update by autodist
* Wed May 23 2018 Automatic Build System <autodist@mambasoft.it> 0.1.50-1mamba
- automatic version update by autodist
* Wed Apr 18 2018 Automatic Build System <autodist@mambasoft.it> 0.1.46-1mamba
- automatic version update by autodist
* Sun Mar 25 2018 Automatic Build System <autodist@mambasoft.it> 0.1.44-1mamba
- automatic version update by autodist
* Thu Dec 21 2017 Automatic Build System <autodist@mambasoft.it> 0.1.38-1mamba
- automatic version update by autodist
* Fri Sep 08 2017 Automatic Build System <autodist@mambasoft.it> 0.1.30-1mamba
- automatic version update by autodist
* Mon Mar 06 2017 Automatic Build System <autodist@mambasoft.it> 0.1.24-1mamba
- automatic version update by autodist
* Mon Oct 03 2016 Automatic Build System <autodist@mambasoft.it> 0.1.18-1mamba
- automatic version update by autodist
* Fri Jul 15 2016 Automatic Build System <autodist@mambasoft.it> 0.1.16-1mamba
- automatic version update by autodist
* Sat Nov 28 2015 Automatic Build System <autodist@mambasoft.it> 0.1.14-1mamba
- automatic version update by autodist
* Sat Sep 12 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.12-1mamba
- update to 0.1.12