mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-06 11:52:17 +00:00
Backport (openh264): Rawhide changes (#3291)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "openh264.spec"
|
||||
}
|
||||
rpm {
|
||||
spec = "openh264.spec"
|
||||
}
|
||||
labels {
|
||||
subrepo = "extras"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# ref: https://src.fedoraproject.org/rpms/openh264
|
||||
%global commit1 e7d30b921df736a1121a0c8e0cf3ab1ce5b8a4b7
|
||||
%global commit1 1f5a2f07a565a9465c14d3a8b12f3202f83c775e
|
||||
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
|
||||
|
||||
Name: openh264
|
||||
Version: 2.4.1
|
||||
Version: 2.6.0
|
||||
# Also bump the Release tag for gstreamer1-plugin-openh264 down below
|
||||
Release: 1%{?dist}
|
||||
Release: 2%?dist
|
||||
Summary: H.264 codec library
|
||||
|
||||
License: BSD
|
||||
@@ -94,7 +94,7 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_libdir}/libopenh264.so.7
|
||||
%{_libdir}/libopenh264.so.8
|
||||
%{_libdir}/libopenh264.so.%{version}
|
||||
|
||||
%files devel
|
||||
|
||||
Reference in New Issue
Block a user