Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f126403c1 | ||
|
|
9917291c16 | ||
|
|
9b966f274c |
3 changed files with 19 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -75,4 +75,3 @@
|
|||
/gstreamer-1.18.1.tar.xz
|
||||
/gstreamer-1.18.2.tar.xz
|
||||
/gstreamer-1.18.4.tar.xz
|
||||
/gstreamer-1.19.1.tar.xz
|
||||
|
|
|
|||
|
|
@ -15,9 +15,14 @@
|
|||
%bcond_with unwind
|
||||
%endif
|
||||
|
||||
# The 1.19.1 development release was wrongly pushed into stable f34.
|
||||
# Instead of updating the epoch, 1.19.1-1.18.4.x is used because this
|
||||
# is a temporary version problem that will resolve itself in f35.
|
||||
%global realversion 1.18.4
|
||||
|
||||
Name: gstreamer1
|
||||
Version: 1.19.1
|
||||
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Release: 2.%{realversion}%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Summary: GStreamer streaming media framework runtime
|
||||
|
||||
License: LGPLv2+
|
||||
|
|
@ -25,9 +30,9 @@ URL: http://gstreamer.freedesktop.org/
|
|||
%if 0%{?gitrel}
|
||||
# git clone git://anongit.freedesktop.org/gstreamer/gstreamer
|
||||
# cd gstreamer; git reset --hard %{gitcommit}; ./autogen.sh; make; make distcheck
|
||||
Source0: gstreamer-%{version}.tar.xz
|
||||
Source0: gstreamer-%{realversion}.tar.xz
|
||||
%else
|
||||
Source0: http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{version}.tar.xz
|
||||
Source0: http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{realversion}.tar.xz
|
||||
%endif
|
||||
## For GStreamer RPM provides
|
||||
Patch0: gstreamer-inspect-rpm-format.patch
|
||||
|
|
@ -86,7 +91,7 @@ GStreamer streaming media framework.
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q -n gstreamer-%{version}
|
||||
%setup -q -n gstreamer-%{realversion}
|
||||
%patch0 -p1 -b .rpm-provides
|
||||
|
||||
%build
|
||||
|
|
@ -196,8 +201,15 @@ install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 03 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.1-1
|
||||
- Update to 1.19.1
|
||||
* Thu Jun 17 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.1-2.1.18.4
|
||||
- Bump for rebuild
|
||||
|
||||
* Thu Jun 17 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.1-1.1.18.4
|
||||
- Move baserelease before real version
|
||||
|
||||
* Tue Jun 15 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.1-1.18.4.1
|
||||
- Reverted from wrong unstable 1.19.1 update. F34 should keep the
|
||||
stable 1.18.4 version.
|
||||
|
||||
* Tue Apr 6 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.4-2
|
||||
- Fix build options to disable libunwind and libdw
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (gstreamer-1.19.1.tar.xz) = 989b3f4fd6d2e96d6e1949a89e75acc090d08868873faab2dd933c9d2494f05cec18001100e7acb7560fc5c59b22f7ce35bb0590bfa392d276d43f61bcb810fd
|
||||
SHA512 (gstreamer-1.18.4.tar.xz) = 5312c621fc354b35cc81f53b4ec65c661ad2c22acef2640bc27860234243d06e00e3aaf41c93d379d8424c0ecdf2ae06096dec0d0313215426348ffa0afb3c4a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue