Add optional data to AppStream metadata
This commit is contained in:
parent
a7f91bed80
commit
da6a97e8c4
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
Name: gstreamer1-plugins-bad-free
|
Name: gstreamer1-plugins-bad-free
|
||||||
Version: 1.5.90
|
Version: 1.5.90
|
||||||
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
|
Release: 3%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||||
Summary: GStreamer streaming media framework "bad" plugins
|
Summary: GStreamer streaming media framework "bad" plugins
|
||||||
|
|
||||||
License: LGPLv2+ and LGPLv2
|
License: LGPLv2+ and LGPLv2
|
||||||
@ -196,6 +196,7 @@ cat > $RPM_BUILD_ROOT%{_datadir}/appdata/gstreamer-bad-free.appdata.xml <<EOF
|
|||||||
<id>gstreamer-bad-free</id>
|
<id>gstreamer-bad-free</id>
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
<name>GStreamer Multimedia Codecs - Extra</name>
|
<name>GStreamer Multimedia Codecs - Extra</name>
|
||||||
|
<summary>Multimedia playback for AIFF, DVB, GSM, ID3, MIDI, MXF and Opus</summary>
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
This addon includes several additional codecs that are missing
|
This addon includes several additional codecs that are missing
|
||||||
@ -413,6 +414,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstcamerab
|
|||||||
%{_libdir}/pkgconfig/gstreamer-plugins-bad-%{majorminor}.pc
|
%{_libdir}/pkgconfig/gstreamer-plugins-bad-%{majorminor}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 18 2015 Richard Hughes <rhughes@redhat.com> - 1.5.90-3
|
||||||
|
- Add optional data to AppStream metadata.
|
||||||
|
|
||||||
* Mon Aug 24 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.90-2
|
* Mon Aug 24 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.90-2
|
||||||
- Enable uvch264
|
- Enable uvch264
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user