Ismail Dönmez
|
de5f92eefd
|
Accepting request 517776 from home:alois:branches:multimedia:apps
- Update mpv-bash-completion to 3.3.15
* Fix af/vf filter argument expansion (#15)
* Remove some invalid suggestions for some options (#14)
* Recognize all --profile-style options as such and complete
them
OBS-URL: https://build.opensuse.org/request/show/517776
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=105
|
2017-08-20 15:04:46 +00:00 |
|
Tomáš Chvátal
|
1f54b27f11
|
Accepting request 517720 from home:alois:branches:multimedia:apps
- Update mpv-bash-completion to 3.3.14
* Reflect changed --list-options output for --vf-add-style
options
- Update waf to 1.9.13
OBS-URL: https://build.opensuse.org/request/show/517720
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=104
|
2017-08-20 08:33:38 +00:00 |
|
Ismail Dönmez
|
590b93a6fa
|
Accepting request 517150 from home:dimstar:Factory
- BuildRequire pkgconfig(lua5.1) instead of pkgconfig(lua-5.1): the
.pc files has been normalized to match other distributions.
OBS-URL: https://build.opensuse.org/request/show/517150
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=102
|
2017-08-16 09:29:59 +00:00 |
|
Tomáš Chvátal
|
f3b8f2695d
|
Accepting request 511387 from home:alois:branches:multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/511387
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=101
|
2017-07-19 11:46:40 +00:00 |
|
Tomáš Chvátal
|
3dbaa38420
|
Accepting request 511318 from home:lachs0r:branches:multimedia:apps
Update to 0.26.0, some packaging fixes.
I’d enable JavaScript support, too, but openSUSE doesn’t package MuJS yet (which is sort of a pain because upstream doesn’t have a SONAME, yada yada).
old: multimedia:apps/mpv
new: home:lachs0r:branches:multimedia:apps/mpv rev None
Index: mpv.changes
===================================================================
--- mpv.changes (revision 99)
+++ mpv.changes (revision 3)
@@ -1,4 +1,104 @@
-------------------------------------------------------------------
+Tue Jul 18 19:42:17 UTC 2017 - 9@cirno.systems
+
+- Packaging changes:
+ * Remove unnecessary build dependencies
+ * Explicitly enable DVD and DVB features
+ * Add libgbm, rubberband, uchardet
+
+- Update to version 0.26.0
+ * Built-in V4L TV support is disabled by default.
+ av://v4l2 can be used instead.
+ * Support for C plugins is now enabled by default (#4491).
+ * Many more parts of the player are now licensed under LGPL,
+ see Copyright file.
+ Added features:
+ * csputils: implement sony s-gamut
+ * vo_opengl: add new HDR tone mapping algorithm
+ (mobius, now default)
+ * vo_opengl: hwdec_cuda: Support separate decode and display
+ devices
+ * vo_opengl: implement sony s-log1 and s-log2 trc
+ * vo_opengl: implement support for OOTFs and non-display referred
+ content
+ Removed features:
+ * vf_dlopen: remove this filter
+ Added options and commands:
+ * vo_opengl: add --tone-mapping-desaturate
+ * vo_opengl: support tone-mapping-param for `clip`
+ * ytdl_hook: add option to exclude URLs from being parsed
+ Changed options and commands:
+ * allow setting profile option with libmpv
+ * audio: move replaygain control to top-level options
+ * external_files: parse ~ in --{sub,audio}-paths
+ * options: change --sub-fix-timing default to no (#4484)
+ * options: expose string list actions for --sub-file option
+ * options: slight cleanup of --sub-ass-style-override
+ + signfs → scale
+ + --sub-ass-style-override → --sub-ass-override
+ * renamed the HDR TRCs `st2084` and `std-b67` to `pq` and `hlg`
+ respectively
+ * replace vf_format's `peak` suboption by `sig-peak`, which is
+ relative to the reference white level instead of in cd/m^2
+ * the following options change to append-by-default (and possibly
+ separator): --script
+ * video: change --video-aspect-method default value to `container`
+ Deprecated options and commands:
+ * m_option: deprecate multiple items for -add etc.
+ * player: deprecate "osd" command
+ * --audio-file-paths => --audio-file-path
+ * --sub-paths => --sub-file-path
+ * --opengl-shaders => --opengl-shader
+ * --sub-paths => --sub-file-paths
+ * the following options are deprecated for setting via API:
+ + "script" (use "scripts")
+ + "sub-file" (use "sub-files")
+ + "audio-file" (use "audio-files")
+ + "external-file" (use "external-files")
+ (the compatibility hacks for this will be removed after this
+ release)
+ Removed options and commands:
+ * chmap: remove misleading "downmix" channel layout name (#4545)
+ * demux_lavf: remove --demuxer-lavf-cryptokey option (#4579)
+ * input.conf: drop TV/DVB bindings
+ * options: remove remaining deprecated audio device selection options
+ + --alsa-device
+ + --oss-device
+ + --coreaudio-exclusive
+ + --pulse-sink
+ + --rsound-host/--rsound-port
+ + --ao-sndio-device
+ + --ao-wasapi-exclusive
+ + --ao-wasapi-device
+ * remove option --target-brightness
+ * remove property "video-params/nom-peak"
+ Fixes and minor enhancements:
+ * TOOLS/lua/autoload.lua: actually sort files case insensitive (#4398)
+ * TOOLS/lua/autoload.lua: ignores all files starting with "."
+ * ao_pulse: reorder format choice to prefer float and S32 over S16 as fallback format
+ * command: add missing change notification for playlist-shuffle (#4573)
+ * demux_disc: fix bluray subtitle language retrieval (#4611)
+ * demux_mkv: fix alpha with vp9 + libvpx
+ * demux_mkv: support FFmpeg A_MS/ACM extensions
+ * ipc-unix: don’t truncate the message on EAGAIN (#4452)
+ * ipc: raise json nesting limit (#4394)
+ * mpv_identify: replace deprecated fps property (#4550)
+ * options/path: fallback to USERPROFILE if HOME isn't set
+ * player: close audio device on no audio track
+ * player: fix potential segfault when playing dvd:// with DVD disabled (#4393)
+ * player: prevent seek position to jump around adjacent keyframes, e.g. when dragging the OSC bar on short videos (#4183)
+ * vo_opengl: bump up SHADER_MAX_HOOKS and MAX_TEXTURE_HOOKS to 64
+ * vo_opengl: correct off-by-one in scale=oversample
+ * vo_opengl: do not use vaapi-over-GLX (#4555)
+ * vo_opengl: fall back to ordered dither instead of blowing up (#4519)
+ * vo_opengl: tone map in linear XYZ instead of RGB
+ * x11: add 128x128 sized icon support
+ * ytdl_hook: add a header to support geo-bypass
+ * ytdl_hook: don't override start time set by saved state
+ * ytdl_hook: don't override user-set start time
+ * ytdl_hook: treat single-entry playlists as a single video
+
+-------------------------------------------------------------------
Mon May 22 08:41:28 UTC 2017 - tchvatal@suse.com
- Depend on lua-5.1 as 5.3 is incompatible wrt bsc#1040034
Index: mpv.spec
===================================================================
--- mpv.spec (revision 99)
+++ mpv.spec (revision 3)
@@ -21,7 +21,7 @@
%define _waf_ver 1.9.9
%define _mbc_ver 3.3.13
-%define _mpv_ver 0.25.0
+%define _mpv_ver 0.26.0
%define lname libmpv1
Name: mpv
Version: %{_mpv_ver}
@@ -39,24 +39,19 @@
Patch0: mpv-make-ffmpeg-version-check-non-fatal.patch
BuildRequires: bash
BuildRequires: hicolor-icon-theme
-BuildRequires: ladspa-devel
BuildRequires: libjpeg-devel
-BuildRequires: libmng-devel
BuildRequires: linux-kernel-headers
-BuildRequires: lirc-devel
BuildRequires: lua
-BuildRequires: ncurses-devel
BuildRequires: perl
BuildRequires: pkgconfig
BuildRequires: python3-docutils
BuildRequires: update-desktop-files
-BuildRequires: yasm
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(caca) >= 0.99.beta18
BuildRequires: pkgconfig(dri)
BuildRequires: pkgconfig(dvdnav) >= 4.2.0
BuildRequires: pkgconfig(dvdread) >= 4.1.0
-BuildRequires: pkgconfig(enca)
+BuildRequires: pkgconfig(gbm)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(jack)
BuildRequires: pkgconfig(lcms2) >= 2.6
@@ -68,7 +63,6 @@
BuildRequires: pkgconfig(libavformat) >= 57.56.100
BuildRequires: pkgconfig(libavutil) >= 55.34.100
BuildRequires: pkgconfig(libbluray) >= 0.3.0
-BuildRequires: pkgconfig(libbs2b)
BuildRequires: pkgconfig(libcdio)
BuildRequires: pkgconfig(libcdio_cdda)
BuildRequires: pkgconfig(libcdio_paranoia)
@@ -82,7 +76,9 @@
BuildRequires: pkgconfig(libva-x11) >= 0.36.0
BuildRequires: pkgconfig(lua-5.1)
BuildRequires: pkgconfig(python3)
+BuildRequires: pkgconfig(rubberband)
BuildRequires: pkgconfig(smbclient)
+BuildRequires: pkgconfig(uchardet)
BuildRequires: pkgconfig(vdpau)
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: pkgconfig(xinerama) >= 1.0.0
@@ -215,10 +211,13 @@
--docdir="%{_docdir}/%{name}" \
--confdir="%{_sysconfdir}/%{name}" \
--enable-cdda \
+ --enable-dvdread \
+ --enable-dvdnav \
--enable-libmpv-shared \
--enable-zsh-comp \
--enable-manpage-build \
--enable-libarchive \
+ --enable-dvbin \
${myopts}
./waf build --verbose %{?_smp_mflags}
Index: mpv-0.26.0.tar.gz
===================================================================
Binary file mpv-0.26.0.tar.gz (revision 3) added
Index: mpv-0.25.0.tar.gz
===================================================================
Binary file mpv-0.25.0.tar.gz (revision 99) deleted
OBS-URL: https://build.opensuse.org/request/show/511318
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=100
|
2017-07-19 11:05:16 +00:00 |
|
Tomáš Chvátal
|
044902b6a0
|
- Depend on lua-5.1 as 5.3 is incompatible wrt bsc#1040034
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=98
|
2017-05-22 08:40:47 +00:00 |
|
Tomáš Chvátal
|
e912558e98
|
- Refresh patch mpv-make-ffmpeg-version-check-non-fatal.patch
* Rather delete the warning as whole, in OBS concept we detect
abi changes and it misleads the users of stable distributions
to worry something broke
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=96
|
2017-05-09 15:34:59 +00:00 |
|
Tomáš Chvátal
|
5d4f910c0a
|
- Remove the pdf build, it is same as manpage
- Switch to python3 subpkgs as we use python3 anyway (Fixes TW build)
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=95
|
2017-05-02 14:02:59 +00:00 |
|
Martin Pluskal
|
0772c81ffe
|
Accepting request 490029 from home:alois:branches:multimedia:apps
minor changes
OBS-URL: https://build.opensuse.org/request/show/490029
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=94
|
2017-04-23 18:24:58 +00:00 |
|
Ismail Dönmez
|
2133c770d3
|
Accepting request 489993 from home:alois:branches:multimedia:apps
Update to 0.25.0 (depends on sr#488001)
OBS-URL: https://build.opensuse.org/request/show/489993
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=93
|
2017-04-23 08:02:06 +00:00 |
|
Tomáš Chvátal
|
cb94f2b793
|
- Use localy present waf to adhere upstream requirements
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=92
|
2017-04-19 11:54:17 +00:00 |
|
Tomáš Chvátal
|
c931bb57a4
|
- Enable luajit on aarch64 and update bit the conditional for wayland
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=91
|
2017-04-15 19:12:06 +00:00 |
|
Martin Pluskal
|
eb76782685
|
Accepting request 487967 from home:alois:branches:multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/487967
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=90
|
2017-04-14 14:02:07 +00:00 |
|
Martin Pluskal
|
8196fefac1
|
Accepting request 486555 from home:alois:branches:multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/486555
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=88
|
2017-04-08 06:55:36 +00:00 |
|
Martin Pluskal
|
c99c965eaf
|
Accepting request 482735 from home:alois:branches:multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/482735
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=86
|
2017-03-26 12:33:22 +00:00 |
|
Martin Pluskal
|
2cbf9dc843
|
Accepting request 478654 from home:alois:branches:multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/478654
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=84
|
2017-03-11 15:01:20 +00:00 |
|
Martin Pluskal
|
798faca579
|
Accepting request 456492 from home:alois:branches:multimedia:apps
Update to 0.24.0
OBS-URL: https://build.opensuse.org/request/show/456492
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=82
|
2017-02-12 08:47:22 +00:00 |
|
Martin Pluskal
|
7d22f3b377
|
Accepting request 451483 from home:jengelh:branches:multimedia:apps
- Fixup wrong description
OBS-URL: https://build.opensuse.org/request/show/451483
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=80
|
2017-01-20 08:17:24 +00:00 |
|
Martin Pluskal
|
8e7dbb4239
|
Accepting request 451478 from home:alois:branches:multimedia:apps
Updated embedded mpv-bash-completion
OBS-URL: https://build.opensuse.org/request/show/451478
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=79
|
2017-01-19 19:39:51 +00:00 |
|
Tomáš Chvátal
|
2feeffac9d
|
Accepting request 448669 from home:alois:branches:multimedia:apps
I tested it this time!
OBS-URL: https://build.opensuse.org/request/show/448669
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=78
|
2017-01-03 20:06:13 +00:00 |
|
Martin Pluskal
|
2b25d2c90a
|
Accepting request 448658 from home:alois:branches:multimedia:apps
sr#448610 fails autochecks:/
OBS-URL: https://build.opensuse.org/request/show/448658
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=77
|
2017-01-03 17:59:58 +00:00 |
|
Tomáš Chvátal
|
09d49f1bff
|
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=76
|
2017-01-03 11:31:44 +00:00 |
|
Tomáš Chvátal
|
3c263f9b45
|
- Use system waf, seems not to break for now anymore
- Use correct licenses in all subpkgs
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=75
|
2017-01-03 11:31:22 +00:00 |
|
Tomáš Chvátal
|
6090e2df94
|
Accepting request 448591 from home:alois:branches:multimedia:apps
Minor nitpicking.
OBS-URL: https://build.opensuse.org/request/show/448591
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=74
|
2017-01-03 09:56:14 +00:00 |
|
Tomáš Chvátal
|
cf6e7a0996
|
- Split the completion to separate subpackage and build it in obs not
during post
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=73
|
2017-01-03 00:00:33 +00:00 |
|
Tomáš Chvátal
|
7ea605fb66
|
Accepting request 448553 from home:alois:branches:multimedia:apps
Embedded mpv-bash-completion to avoid headaches.
OBS-URL: https://build.opensuse.org/request/show/448553
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=72
|
2017-01-02 23:26:36 +00:00 |
|
|
3291735d6d
|
Update versioned BuildRequires according to included wscript
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=70
|
2016-12-27 15:59:45 +00:00 |
|
Martin Pluskal
|
1dfffe7c57
|
Accepting request 447726 from home:alois:branches:multimedia:apps
Update to 0.23.0
OBS-URL: https://build.opensuse.org/request/show/447726
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=69
|
2016-12-25 17:31:52 +00:00 |
|
Tomáš Chvátal
|
7fc811f427
|
OBS rebuilds packages as needed and it is over the head bsc#1012600
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=67
|
2016-11-29 15:37:28 +00:00 |
|
Martin Pluskal
|
a5d4ed402b
|
Accepting request 441068 from home:alois:branches:multimedia:apps
Update to 0.22.0
OBS-URL: https://build.opensuse.org/request/show/441068
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=65
|
2016-11-20 19:03:37 +00:00 |
|
Tomáš Chvátal
|
df5bbc79ee
|
- Add patch to not require equal libav soname version we were built with
OBS rebuilds packages as needed and it is over the head
* mpv-make-ffmpeg-version-check-non-fatal.patch
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=63
|
2016-11-04 08:53:03 +00:00 |
|
Martin Pluskal
|
a18babf07f
|
Accepting request 436451 from home:alois:branches:multimedia:apps
Update to 0.21.0
OBS-URL: https://build.opensuse.org/request/show/436451
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=61
|
2016-10-20 06:47:22 +00:00 |
|
Martin Pluskal
|
e32e81276b
|
- Enable libarchive support
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=60
|
2016-10-15 21:41:33 +00:00 |
|
Ismail Dönmez
|
2067bd2671
|
-
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=58
|
2016-09-02 10:43:03 +00:00 |
|
Ismail Dönmez
|
b31b13bb44
|
- Also depend on exact version of libavformat
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=57
|
2016-09-02 07:47:13 +00:00 |
|
Martin Pluskal
|
5fbf76aa50
|
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=56
|
2016-08-26 18:34:47 +00:00 |
|
Martin Pluskal
|
f0e9b0ffeb
|
Accepting request 423268 from home:alois:branches:multimedia:apps
Update to 0.20.0
OBS-URL: https://build.opensuse.org/request/show/423268
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=55
|
2016-08-26 18:33:08 +00:00 |
|
Martin Pluskal
|
4c83996eda
|
Accepting request 419423 from home:alois:branches:multimedia:apps
Update to version 0.19.0
OBS-URL: https://build.opensuse.org/request/show/419423
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=53
|
2016-08-15 18:17:49 +00:00 |
|
Tomáš Chvátal
|
bd4845582e
|
- Update waf to 1.9.1
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=51
|
2016-07-13 13:21:52 +00:00 |
|
Martin Pluskal
|
a8a27f3dfb
|
Accepting request 407900 from home:dimstar:Factory
%requires_eq does not do what we need, so we just do the right thing by ourselves:
the resulting rpm:
rpm -q --requires -p /var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/x86_64/mpv-0.18.1-0.x86_64.rpm | grep avcod
libavcodec.so.56()(64bit)
libavcodec.so.56(LIBAVCODEC_56)(64bit)
libavcodec56 = 2.8.6
OBS-URL: https://build.opensuse.org/request/show/407900
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=50
|
2016-07-12 14:37:34 +00:00 |
|
Martin Pluskal
|
95be747e6b
|
- Force rebuilding with every minor update of ffmpeg
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=49
|
2016-07-12 11:39:27 +00:00 |
|
Martin Pluskal
|
5de8c52725
|
Accepting request 407558 from home:alois:branches:multimedia:apps
Update to version 0.18.1
OBS-URL: https://build.opensuse.org/request/show/407558
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=48
|
2016-07-10 07:46:34 +00:00 |
|
Martin Pluskal
|
57f3f23d5d
|
Accepting request 404890 from home:X0F:branches:multimedia
Reverting previous GPL3 change due to upstream's replacement of GPL3-licensed prescaling with generic shader processing.
Instead, https://github.com/bjin/mpv-prescalers/tree/master shaders should be packaged.
It's not yet clear, however, what upstream would do on the next release regarding "prescaling" (high-quality high-demand power-of-two scaling algorithms) since the new code is not feature-complete to be actually able to replace the old one.
OBS-URL: https://build.opensuse.org/request/show/404890
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=47
|
2016-06-27 08:26:37 +00:00 |
|
Tomáš Chvátal
|
67e98d182f
|
Accepting request 404746 from home:alois:branches:multimedia:apps
Update to v0.18.0
OBS-URL: https://build.opensuse.org/request/show/404746
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=45
|
2016-06-25 14:09:50 +00:00 |
|
Martin Pluskal
|
6c60e8ccb4
|
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=43
|
2016-04-12 08:39:55 +00:00 |
|
Martin Pluskal
|
35ccd52a15
|
- Update dependencies of desktop and icon handling scriplets
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=42
|
2016-04-12 07:31:34 +00:00 |
|
Martin Pluskal
|
16d7e8fb4f
|
Accepting request 387813 from home:alois:branches:multimedia:apps
Update to 0.17.0
OBS-URL: https://build.opensuse.org/request/show/387813
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=41
|
2016-04-12 07:25:07 +00:00 |
|
Ismail Dönmez
|
1762c581b4
|
- Update to v0.16.0
* Please see https://github.com/mpv-player/mpv/releases/tag/v0.16.0
for the complete changelog.
- Drop mpv-0.15.0_fix_NULL_ptr.patch, fixed upstream.
- Don't install mpv.png as upstream now ships a mpv.svg
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=39
|
2016-02-29 08:04:43 +00:00 |
|
Ismail Dönmez
|
d8284fecd6
|
-
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=37
|
2016-02-15 12:17:46 +00:00 |
|
Ismail Dönmez
|
511d3326fa
|
Accepting request 359435 from home:X0F:branches:multimedia
Rewrite of request#359390 to make GPL3 features optional
OBS-URL: https://build.opensuse.org/request/show/359435
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=36
|
2016-02-15 12:08:42 +00:00 |
|