From d61e55e7e6df24da1eee6b19db4c3b5e848adc32 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 02 2019 16:01:30 +0000 Subject: import libyami-1.2.0-2.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..df39359 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/libyami-1.2.0.tar.gz diff --git a/.libyami.metadata b/.libyami.metadata new file mode 100644 index 0000000..7b10a39 --- /dev/null +++ b/.libyami.metadata @@ -0,0 +1 @@ +4fb5e6ebdf30fe8371e65bc693f9557de2cff950 SOURCES/libyami-1.2.0.tar.gz diff --git a/SPECS/libyami.spec b/SPECS/libyami.spec new file mode 100644 index 0000000..dd7fe04 --- /dev/null +++ b/SPECS/libyami.spec @@ -0,0 +1,50 @@ +Name: libyami +Version: 1.2.0 +Release: 2%{?dist} +Summary: Yet Another Media Infrastructure library. + +License: ASL 2.0 +URL: https://github.com/01org/libyami +#Source0: git source https://github.com/01org/libyami/archive/%{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.gz + +BuildRequires: autoconf, automake, libtool +BuildRequires: libX11, libX11-devel, libva, libva-devel +BuildRequires: xorg-x11-proto-devel, mt-st + +%description +Yet Another Media Infrastructure. +It is YUMMY to your video experience on Linux like platform. +Yami is core building block for media solution. it parses video stream +and decodes them leverage hardware acceleration. + +%prep +%autosetup +autoreconf -vif + +%build +%configure --disable-static +make + +%install +rm -rf $RPM_BUILD_ROOT +%make_install +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%{_includedir}/libyami +%{_libdir}/libyami.so* +%{_libdir}/pkgconfig/libyami.pc + + + +%changelog +* Mon Jan 15 2018 Josef Ridky - 1.2.0-2 +- Resolve: #1530206 - add missing make statement + +* Mon Nov 06 2017 Josef Ridky - 1.2.0-1 +- Initial commit