Update to 1.22.0
This commit is contained in:
parent
aaa89b62ff
commit
c4ba356889
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
||||
/gst-plugins-bad-free-1.20.0.tar.xz
|
||||
/gst-plugins-bad-free-1.20.3.tar.xz
|
||||
/gst-plugins-bad-free-1.20.4.tar.xz
|
||||
/gst-plugins-bad-free-1.22.0.tar.xz
|
||||
|
@ -9,14 +9,7 @@
|
||||
# Bastien Nocera <bnocera@redhat.com> - 2010
|
||||
#
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
echo "Usage: $0 <version>";
|
||||
exit 1;
|
||||
fi
|
||||
wget "http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-$1.tar.xz"
|
||||
SOURCE="gst-plugins-bad-$1.tar.xz"
|
||||
|
||||
|
||||
SOURCE="$1"
|
||||
NEW_SOURCE=`echo $SOURCE | sed 's/bad-/bad-free-/'`
|
||||
DIRECTORY=`echo $SOURCE | sed 's/\.tar\.xz//'`
|
||||
|
||||
@ -42,6 +35,7 @@ camerabin
|
||||
camerabin2
|
||||
cdxaparse
|
||||
codecalpha
|
||||
codectimestamper
|
||||
coloreffects
|
||||
colorspace
|
||||
compositor
|
||||
|
@ -4,8 +4,8 @@
|
||||
%global api_version 1.0
|
||||
|
||||
Name: mingw-gstreamer1-plugins-bad-free
|
||||
Version: 1.20.4
|
||||
Release: 2%{?dist}
|
||||
Version: 1.22.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Cross compiled GStreamer1 plug-ins "bad"
|
||||
|
||||
# The freeze and nfs plugins are LGPLv2 (only)
|
||||
@ -499,6 +499,9 @@ rm -f %{buildroot}%{mingw64_libdir}/gstreamer-%{api_version}/*.dll.a
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 28 2023 Sandro Mani <manisandro@gmail.com> - 1.22.0-1
|
||||
- Update to 1.22.0
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gst-plugins-bad-free-1.20.4.tar.xz) = acd355ee7d5b81a256b779186dfe1edafaf22e540a0c729c906a15e3392cd28f7cd899fdf4813f6ce63c3536f8623a711cda92e892044de63c29e54efafac88e
|
||||
SHA512 (gst-plugins-bad-free-1.22.0.tar.xz) = 25ae777057b5ac04885fcda3667d1e737ab4c4f49367f01dd061415b63be771a21b512edf3527331e275a3e3da177a77757a4a1db7166a772a16206bbfa35e3f
|
||||
|
Loading…
Reference in New Issue
Block a user