Commit Graph

102 Commits

Author SHA256 Message Date
24f69abb43 Accepting request 951656 from home:iznogood:branches:multimedia:libs
- Update to version 1.18.5:
  + tagdemux: Fix crash when presented with malformed files
    (security fix)
  + videoencoder: make sure the buffer is writable before modifying
    metadata
  + video-converter: Fix for broken gamma remap with high bitdepth
    YUV output
  + sdpmessage: fix mapping single char fmtp params
  + oggdemux: fix a race in push mode when performing the duration
    seek
  + uridecodebin: Fix critical warnings
  + audio-converter: Fix resampling when there's nothing to output
  + tcp: fix build on Solaris
  + uridecodebin3: Nullify current item after all play items are
    freed.
  + audio-resampler: Fix segfault when we can't output any frames
  + urisourcebin: Handle sources with dynamic pads and pads already
    present
  + playbin2/3: autoplug/caps: don't expand caps to ANY
  + uridecodebin3/urisourcebin: Reusability fixes
  + rtspconnection: Only reset timeout when socket is unused
  + gstvideoaggregator.c: fix build with gcc 4.8
- Drop service, use source url, upstream changes in git.

OBS-URL: https://build.opensuse.org/request/show/951656
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=175
2022-02-07 10:10:08 +00:00
e132696b65 Accepting request 949328 from home:alarrosa:branches:multimedia:libs
Add bug/CVE references to the changelog so we don't lose them
when updating the package in SLE
    - important security fixes (bsc#1181255, CVE-2021-3185)

OBS-URL: https://build.opensuse.org/request/show/949328
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=174
2022-01-26 18:41:33 +00:00
068330d414 Accepting request 919953 from home:sbrabec:branches:tuu-goodbye
Fix issue identification.

OBS-URL: https://build.opensuse.org/request/show/919953
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=173
2021-09-22 08:24:46 +00:00
4b96133ce0 Accepting request 919673 from home:iznogood:branches:multimedia:libs
- Stop building doc sub-package, we will in the future use
  upstreams own standalone doc package. Following this: Drop
  fdupes, gtk-doc and hotdoc BuildRequires, and fdupes call, no
  longer needed nor usefull.

OBS-URL: https://build.opensuse.org/request/show/919673
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=172
2021-09-22 08:24:18 +00:00
96ba399946 Accepting request 919339 from home:sbrabec:branches:tuu-goodbye
- Remove obsolete translation-update-upstream support (PM-2938).

OBS-URL: https://build.opensuse.org/request/show/919339
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=171
2021-09-16 07:00:15 +00:00
171ef35db8 Accepting request 919111 from home:iznogood:branches:multimedia:libs
- Update to version 1.18.5:
  + appsrc: Don't leak buffer list while wrongly unreffing buffer
    on EOS/flushing
  + audioaggregator:
    - Don't overwrite already written samples
    - Resync on the next buffer when dropping a buffer on discont
      resyncing
  + audiobasesink: Fix of double lock release
  + audiobasesrc: Fix divide by zero assertion
  + clockoverlay: Fix broken string formatting by strftime() on
    Windows
  + compositor: Fix NV12 blend operation
  + giosrc: Don't leak scheme string in gst_gio_src_query()
  + giobasesink: Handle incomplete writes in
    gst_gio_base_sink_render()
  + gl/wayland:
    - Use consistent wl_display when creating work queue for proxy
      wrapper
    - Provide a dummy global_remove function
  + gl: Fix build when Meson >= 0.58.0rc1
  + playbin2: fix base_time selection when flush seeking live (such
    as with RTSP)
  + rtspconnection:
    - Add IPv6 support for tunneled mode
    - Consistently translate GIOError to GstRTSPResult (for
      rtspsrc)
  + rawbaseparse: check destination format correctly
  + uridecodebin: Don't force floating reference for future
    reusable decodebin
  + parsebin: Put stream flags in GstStream
  + splitmuxsink: always use factory property when set
  + video-converter: Set up matrix tables only once.
  + videoscale: Performance degradation from 1.16.2 -> 1.18.4
  + videotestsrc: Fix a leak when computing alpha caps
  + audio/video-converter: Plug some minor leaks
  + audio,video-format: Make generate_raw_formats idempotent for
    assertions
  + Don't use volatile to mean atomic (fixes compiler warnings with
    gcc 11)
  + Fix build issue on MinGW64
- Drop 90903917.patch: Fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/919111
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=170
2021-09-15 10:26:27 +00:00
1a45663112 Accepting request 906796 from home:dimstar:Factory
- Add 90903917.patch: Fix build with meson >= 0.58.0rc1

- don't own appdata dir - comes from filesystem rpm

OBS-URL: https://build.opensuse.org/request/show/906796
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=169
2021-07-17 10:06:16 +00:00
7c7d1687db Accepting request 891569 from home:dirkmueller:Factory
- don't own appdata dir - comes from filesystem rpm

OBS-URL: https://build.opensuse.org/request/show/891569
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=167
2021-05-10 10:55:24 +00:00
171c622292 Accepting request 882301 from home:alarrosa:branches:multimedia:libs:gstreamer
- Update to version 1.18.4:
  + tag: id3v2: fix frame size check and potential invalid reads
  + audio: Fix gst_audio_buffer_truncate() meta handling for non-interleaved audio
  + audioresample: respect buffer layout when draining
  + audioaggregator: fix input_buffer ownership
  + decodebin3: change stream selection message owner, so that the app sends the stream-selection event to the right element
  + rtspconnection: correct data_size when tunneled mode
  + uridecodebin3: make caps property work
  + video-converter: Don't upsample invalid lines
  + videodecoder: Fix racy critical when pool negotiation occurs during flush
  + video: Convert gst_video_info_to_caps() to take self as const ptr
  + examples: added qt core dependency for qt overlay example

OBS-URL: https://build.opensuse.org/request/show/882301
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=165
2021-04-07 12:55:04 +00:00
d6574cfe56 Accepting request 863728 from home:iznogood:branches:multimedia:libs
New stable release

OBS-URL: https://build.opensuse.org/request/show/863728
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=163
2021-01-19 13:43:36 +00:00
355f309d03 Accepting request 854482 from home:iznogood:branches:multimedia:libs
- Update to version 1.18.2:
  + gl/eagl: internal view resize fixes for glimagesink
  + video-converter: increase the number of cache lines for
    resampling, fixes significant color issues and artefacts with
    "special" resizing parameters in compositor
  + compositor: Don't crash in prepare_frame() if the pad was just
    removed
  + decodebin3: Properly handle caps query with no filter
  + videoaggregator:
    - Guarantee that the output format is supported
    - Fix locking around vagg->info
    - Fix renegotiation when using convert pad
    - document and fix locking in convert pad
  + gluploadelement:
    - Avoid race condition of base class' context
    - Avoid race condition of inside upload creation
  + gl: Fix prototype of glGetSynciv()
  + tcpserversink: Don't assume g_socket_get_remote_address()
    succeeds
  + audiodecoder, videodecoder: Don't reset max-errors property
    value in reset()
  + audioencoder: Fix incorrect GST_LOG_OBJECT usage
  + pbutils: Fix segfault when using invalid encoding profile
  + g-i: videometa: gir annotate the size of plane array in new API
  + examples/gl/gtk: Add missing dependency on gstgl
  + video: fix doc warning.
- Fix the _service file and spec to really use the tarball
  generated by service.

OBS-URL: https://build.opensuse.org/request/show/854482
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=161
2020-12-10 13:23:47 +00:00
a7278586d0 Accepting request 846316 from home:alarrosa:branches:multimedia:libs:gstreamer
Update gstreamer to 1.18.1

OBS-URL: https://build.opensuse.org/request/show/846316
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=159
2020-11-06 12:34:13 +00:00
0e9b5e63e9 Accepting request 835391 from home:alarrosa:branches:multimedia:libs:gstreamer
Update to gstreamer 1.18.0

OBS-URL: https://build.opensuse.org/request/show/835391
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=157
2020-10-02 15:26:09 +00:00
0e4c37975b Accepting request 829980 from home:dimstar:Factory
- Do not recommend PackageKit-gstreamer-plugin: that package
  already supplements the combination of gstreamer-plugins-base
  and packagekit.

  (jsc#SLE-12265).

OBS-URL: https://build.opensuse.org/request/show/829980
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=155
2020-08-27 12:18:53 +00:00
693a93a891 Accepting request 799540 from home:mgorse:branches:multimedia:libs
- Remove is_opensuse conditionals / really enable orc on SLE 15
  (jsc#SLE-12265).

OBS-URL: https://build.opensuse.org/request/show/799540
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=153
2020-05-01 18:15:18 +00:00
55152c397d Accepting request 782030 from home:dimstar:Factory
- Add gstreamer-plugins-base-gl-deps.patch: Workaround incomplete

OBS-URL: https://build.opensuse.org/request/show/782030
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=151
2020-03-06 09:13:12 +00:00
ae77dbf0e4 Accepting request 779923 from home:iznogood:branches:multimedia:libs
- Enable meson build conditionally for Tumbleweed.
Possibly a solution to buildissues with new upcomming make

OBS-URL: https://build.opensuse.org/request/show/779923
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=150
2020-02-28 07:57:44 +00:00
502c4e92a7 Accepting request 769154 from home:iznogood:branches:multimedia:libs
- No longer recommend -lang: supplements are in use.

OBS-URL: https://build.opensuse.org/request/show/769154
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=148
2020-02-01 13:03:21 +00:00
833fe97641 Accepting request 761112 from home:iznogood:branches:multimedia:libs
- Add upstream bugfix patches:
  + gst-base-playbin-handle-error.patch: playbin: Handle error
    message with redirection indication.
  + gst-base-audioencoder-fix-leak.patch: audioencoder: fix segment
    event leak.
  + gst-base-fft-update-kiss-version.patch: fft: Update our kiss
    fft version.

OBS-URL: https://build.opensuse.org/request/show/761112
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=146
2020-01-08 09:18:34 +00:00
ba1aa9335a Accepting request 757268 from home:fcrozat:branches:multimedia:libs
- Enable orc / wayland-egl on SLE15.

OBS-URL: https://build.opensuse.org/request/show/757268
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=144
2019-12-16 13:45:33 +00:00
54ffd0b97e Accepting request 754048 from home:iznogood:branches:multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/754048
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=142
2019-12-05 09:35:31 +00:00
924d28e209 Accepting request 732975 from home:iznogood:branches:multimedia:libs
Scripted push of project home:iznogood:branches:multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/732975
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=140
2019-09-26 12:25:42 +00:00
d8f507e3f7 Accepting request 724647 from home:iznogood:branches:multimedia:libs
Loose the unneeded gtk3 and friends build dependency

OBS-URL: https://build.opensuse.org/request/show/724647
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=138
2019-08-20 01:33:28 +00:00
823730a211 Accepting request 718239 from home:marxin:branches:multimedia:libs
- Add gstreamer-plugins-base-arm-neon-configuration.patch
  as an upstream backport of:
  https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/commit/d8d4904e
- Use %make_build.

OBS-URL: https://build.opensuse.org/request/show/718239
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=136
2019-07-25 08:19:43 +00:00
d9b3a11e29 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=134 2019-06-25 12:34:58 +00:00
fb8c65b050 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=133 2019-06-25 12:34:10 +00:00
a2c290caff Accepting request 710671 from home:mgorse:branches:multimedia:libs
- Update to version 1.16.0: 
  + Highlights
    - GStreamer WebRTC stack gained support for data channels for
      peer-to-peer communication based on SCTP, BUNDLE support, as
      well as support for multiple TURN servers.
    - AV1 video codec support for Matroska and QuickTime/MP4
      containers and more configuration options and supported
      input formats for the AOMedia AV1 encoder
    - Support for Closed Captions and other Ancillary Data in video
    - Support for planar (non-interleaved) raw audio
    - GstVideoAggregator, compositor and OpenGL mixer elements are
      now in -base
    - New alternate fields interlace mode where each buffer carries
      a single field
    - WebM and Matroska ContentEncryption support in the Matroska
      demuxer
    - new WebKit WPE-based web browser source element
    - Video4Linux: HEVC encoding and decoding, JPEG encoding, and
      improved dmabuf import/export
    - Hardware-accelerated Nvidia video decoder gained support for
      VP8/VP9 decoding, whilst the encoder gained support for
      H.265/HEVC encoding.  
    - Many improvements to the Intel Media SDK based
      hardware-accelerated video decoder and encoder plugin (msdk):
      dmabuf import/export for zero-copy integration with other
      components; VP9 decoding; 10-bit HEVC encoding; video
      post-processing (vpp) support including deinterlacing; and
      the video decoder now handles dynamic resolution changes.
    - The ASS/SSA subtitle overlay renderer can now handle multiple
      subtitles that overlap in time and will show them on screen

OBS-URL: https://build.opensuse.org/request/show/710671
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=132
2019-06-25 11:44:03 +00:00
17f2284218 Accepting request 706757 from home:iznogood:branches:multimedia:libs
New stable rel

OBS-URL: https://build.opensuse.org/request/show/706757
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=130
2019-06-05 19:11:40 +00:00
Tomáš Chvátal
6ab9d5c3f5 Accepting request 703582 from home:mgorse:branches:multimedia:libs
- Add CVE-2019-9928.patch: fix a heap overflow in the rtsp
  connection parser (boo#1133375 CVE-2019-9928).

OBS-URL: https://build.opensuse.org/request/show/703582
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=128
2019-05-16 23:23:24 +00:00
615984d8e0 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=126 2019-04-30 10:28:20 +00:00
Dave Plater
9d058b06ea Accepting request 698087 from home:plater
- Added:
  0001-id3tag-Correctly-validate-the-year-from-v1-tags-befo.patch
  which fixes:
  https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/384
  "Segfault since 1.16" which also occurs in 1.14.4.

OBS-URL: https://build.opensuse.org/request/show/698087
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=125
2019-04-29 14:20:22 +00:00
Ismail Dönmez
bfe6eb6753 Accepting request 639789 from home:iznogood
- Update to version 1.14.4:
  + Bugfix release, please see .changes in gstreamer main package.

OBS-URL: https://build.opensuse.org/request/show/639789
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=123
2018-10-04 08:34:23 +00:00
Ismail Dönmez
6111ff28ce Accepting request 638602 from GNOME:Next
- Update to version 1.14.3:
  + Bugfix release, please see .changes in gstreamer main package.

OBS-URL: https://build.opensuse.org/request/show/638602
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=121
2018-09-27 07:28:50 +00:00
Ismail Dönmez
f65cbc56a3 Accepting request 624671 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/624671
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=119
2018-07-23 09:48:43 +00:00
07fe393525 Fix build for SLE12sp3
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=117
2018-06-23 14:41:57 +00:00
8a08378779 Accepting request 616641 from home:iznogood:branches:multimedia:libs
- Conditionalize pkgconfig(graphene-1.0) BuildRequires: fix build
  for Leap 42.3.

OBS-URL: https://build.opensuse.org/request/show/616641
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=115
2018-06-14 01:36:19 +00:00
Ismail Dönmez
919fe7e7a1 Accepting request 610737 from home:iznogood:branches:multimedia:libs
New stable release

OBS-URL: https://build.opensuse.org/request/show/610737
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=113
2018-05-22 08:42:17 +00:00
Ismail Dönmez
7f83027b02 Accepting request 607673 from GNOME:Next
New stable branch, please keep all subs in a "group" when acking/forwarding. Particulary important this time as there is a few plugins moving from one package to an other.

OBS-URL: https://build.opensuse.org/request/show/607673
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=112
2018-05-16 08:15:46 +00:00
f1a38032d2 Accepting request 592306 from home:iznogood:branches:multimedia:libs
- Update to version 1.12.5:
  + Bugs fixed: bgo#668995, bgo#792983, bgo#784530, bgo#771853,
    bgo#789358, bgo#791638
- Drop gst-pb-playbin3-fix-accessing-invalid-index.patch: Fixed
  upstream.

OBS-URL: https://build.opensuse.org/request/show/592306
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=110
2018-03-29 14:18:45 +00:00
Tomáš Chvátal
967db845af Accepting request 589309 from home:dimstar:t-u-u
t-u-u / boo#1086036

OBS-URL: https://build.opensuse.org/request/show/589309
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=108
2018-03-21 08:45:22 +00:00
Tomáš Chvátal
d9303ece46 Accepting request 581656 from GNOME:Next
- Modernize spec-file by calling spec-cleaner.
- Drop filesystem PreRequires: this is simply nonsense.

OBS-URL: https://build.opensuse.org/request/show/581656
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=106
2018-03-01 11:36:51 +00:00
Tomáš Chvátal
1da9c19504 Accepting request 559727 from home:Zaitor:branches:multimedia:libs
- Add gst-pb-playbin3-fix-accessing-invalid-index.patch: playbin3:
  Fix accessing invalid index in GstStream when received
  select-stream event (bgo#791638).
- Clean up spec with spec-cleaner.

OBS-URL: https://build.opensuse.org/request/show/559727
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=104
2017-12-24 21:12:49 +00:00
Tomáš Chvátal
703607dff7 Accepting request 555934 from home:Zaitor:branches:multimedia:libs
- Update to version 1.12.4:
  + Bugs fixed: bgo#789458, bgo#789547, bgo790329.

OBS-URL: https://build.opensuse.org/request/show/555934
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=102
2017-12-11 18:35:46 +00:00
Tomáš Chvátal
3307ff7091 Accepting request 547064 from home:Zaitor:branches:multimedia:libs
- Add explicit python3-xml BuildRequires: fix build on older
  versions of openSUSE.

OBS-URL: https://build.opensuse.org/request/show/547064
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=100
2017-12-01 11:33:59 +00:00
Tomáš Chvátal
b1c6b8ce56 Accepting request 546451 from GNOME:Next
- Switch to python3:
  + Replace python-base BuildRequires with python3-base.
  + Export PYTHON=/usr/bin/python3 before calling configure.

OBS-URL: https://build.opensuse.org/request/show/546451
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=99
2017-11-29 15:09:12 +00:00
7dff86f69d Accepting request 527157 from home:Zaitor:branches:multimedia:libs
- Update to version 1.12.3:
  + Bugs fixed: bgo#785011, bgo#771088, bgo#777735, bgo#785065,
    bgo#785331, bgo#785341, bgo#785799, bgo#785948, bgo#785951,
    bgo#786200.

OBS-URL: https://build.opensuse.org/request/show/527157
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=97
2017-09-21 15:55:51 +00:00
Bjørn Lie
2559d8e52c Accepting request 519213 from GNOME:Next
- Drop conditional valgrind-devel BuildRequires, this type of
  debugging is probably not done by users of binary packages.

OBS-URL: https://build.opensuse.org/request/show/519213
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=95
2017-08-30 20:52:02 +00:00
Bjørn Lie
d92bf8697c Accepting request 510294 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/510294
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=93
2017-07-15 19:28:31 +00:00
Tomáš Chvátal
befd940c0b Accepting request 505072 from GNOME:Next
Update to 1.12.1

OBS-URL: https://build.opensuse.org/request/show/505072
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=91
2017-06-21 13:44:03 +00:00
b0978dcd51 Accepting request 496851 from home:jengelh:branches:multimedia:libs
- Run parallel build with smp_mflags. Recast a slightly
  convoluted find call. Replace old $RPM shell vars by macros.

OBS-URL: https://build.opensuse.org/request/show/496851
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=89
2017-05-19 19:13:01 +00:00