From 8431470a675b9e0040ce76ff9c93201e84c5742e0eab740d4d3622926ec8eb55 Mon Sep 17 00:00:00 2001 From: Callum Farmer Date: Mon, 22 May 2023 16:24:43 +0000 Subject: [PATCH] Accepting request 1088400 from home:jengelh:branches:multimedia:libs - Trim redundancies and compact descriptions. OBS-URL: https://build.opensuse.org/request/show/1088400 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libyuv?expand=0&rev=13 --- libyuv.changes | 5 +++++ libyuv.spec | 38 +++++++++++++------------------------- 2 files changed, 18 insertions(+), 25 deletions(-) diff --git a/libyuv.changes b/libyuv.changes index 46f999d..6112882 100644 --- a/libyuv.changes +++ b/libyuv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 22 13:35:51 UTC 2023 - Jan Engelhardt + +- Trim redundancies and compact descriptions. + ------------------------------------------------------------------- Sun May 21 13:13:13 UTC 2023 - Bruno Pitrus diff --git a/libyuv.spec b/libyuv.spec index c2fb299..fa71f65 100644 --- a/libyuv.spec +++ b/libyuv.spec @@ -21,7 +21,7 @@ Version: 20230517+a377993 Release: 0 Summary: YUV scaling and conversion library License: BSD-3-Clause -Group: Productivity/Multimedia/Other +Group: Productivity/Graphics/Other URL: https://chromium.googlesource.com/libyuv/libyuv/ Source0: %{name}-%{version}.tar.xz Source99: baselibs.conf @@ -40,21 +40,16 @@ BuildRequires: pkgconfig(gtest) BuildRequires: pkgconfig(libjpeg) %description -libyuv is an open source project that includes YUV scaling and conversion functionality. -- Scale YUV to prepare content for compression, with point, bilinear or box filter. -- Convert to YUV from webcam formats for compression. -- Convert to RGB formats for rendering/effects. -- Rotate by 90/180/270 degrees to adjust for mobile devices in portrait mode. -- Optimized for SSSE3/AVX2 on x86/x64. -- Optimized for Neon on Arm. -- Optimized for MSA on Mips. +libyuv is a project for YUV image scaling and conversion. It can +convert between RGB and YUV, scale images with point/bilinear/box +filter, rotate by 90/180/270°, and offers SSE/NEON/MSA acceleration. %package -n libyuv0 Summary: YUV scaling and conversion library Group: System/Libraries %description -n libyuv0 -libyuv is an open source project that includes YUV scaling and conversion functionality. +libyuv is a project for YUV image scaling and conversion. %package devel Summary: Development files for the YUV scaling and conversion library @@ -63,25 +58,19 @@ Requires: libyuv0%{_isa} = %{version} %description devel This package contains the development files -for the YUV scaling and conversion library +for the YUV scaling and conversion library. %package tools -Summary: YUV scaling and conversion library — Command line utilities -Group: Productivity/Multimedia/Other +Summary: Command line utilities from libyuv +Group: Productivity/Graphics/Other %description tools -libyuv is an open source project that includes YUV scaling and conversion functionality. -- Scale YUV to prepare content for compression, with point, bilinear or box filter. -- Convert to YUV from webcam formats for compression. -- Convert to RGB formats for rendering/effects. -- Rotate by 90/180/270 degrees to adjust for mobile devices in portrait mode. -- Optimized for SSSE3/AVX2 on x86/x64. -- Optimized for Neon on Arm. -- Optimized for MSA on Mips. +libyuv is a project for YUV image scaling and conversion. It can +convert between RGB and YUV, scale images with point/bilinear/box +filter, rotate by 90/180/270°, and offers SSE/NEON/MSA acceleration. This package contains the yuvconvert and yuvconstants commandline programs. - %prep %autosetup -p1 @@ -95,7 +84,7 @@ libdir=%{_libdir} Name: %{name} Description: %{summary} -Version: ${rversion} +Version: ${rversion} Libs: -lyuv EOF @@ -115,8 +104,7 @@ install -pDm0644 %{name}.pc %{buildroot}%{_libdir}/pkgconfig/%{name}.pc %ldconfig_scriptlets -n libyuv0 %check -LD_LIBRARY_PATH=$(pwd)/build ./build/libyuv_unittest - +LD_LIBRARY_PATH=$PWD/build ./build/libyuv_unittest %files -n libyuv0 %{_libdir}/libyuv.so.*