Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37561147
en ru br
ALT Linux repositórios
S:0.9.8-alt1_1

Group :: Gráficos
RPM: libbpg

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

# BEGIN SourceDeps(oneline):
BuildRequires: gcc-c++
# END SourceDeps(oneline)
# see https://bugzilla.altlinux.org/show_bug.cgi?id=10382
%define _localstatedir %{_var}
Name: libbpg
Version: 0.9.8
Release: alt1_1
Summary: A library of functions for manipulating BPG image format files
License: LGPLv2+ and BSD
Group: Graphics
Url: http://bellard.org/bpg/
Source0: http://bellard.org/bpg/%{name}-%{version}.tar.gz
Patch0: libbpg-0.9.6-Makefile.patch
BuildRequires: ccmake cmake ctest
BuildRequires: yasm
BuildRequires: pkgconfig(libjpeg)
BuildRequires: libnuma-devel
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(SDL_image)

ExclusiveArch: %{ix86} x86_64
Source44: import.info

%description
BPG (Better Portable Graphics) is a image format whose purpose is to
replace the JPEG image format when quality or file size is an issue. Its
main advantages are:

* High compression ratio. Files are much smaller than JPEG for similar quality.
* Supported by most Web browsers with a small Javascript decoder.
* Based on a subset of the HEVC open video compression standard.
* Supports the same chroma formats as JPEG (grayscale, YCbCr 4:2:0, 4:2:2,
 4:4:4) to reduce the losses during the conversion. An alpha channel is
 supported. The RGB, YCgCo and CMYK color spaces are also supported.
* Native support of 8 to 14 bits per channel for a higher dynamic range.
* Lossless compression is supported.
* Various metadata (such as EXIF, ICC profile, XMP) can be included.

%prep
%setup -q
%patch0 -p1

%build
%make_build

%install
%makeinstall_std

%files
%doc ChangeLog README doc html post.js
%{_bindir}/bpgdec
%{_bindir}/bpgenc
%{_bindir}/bpgview


%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009