Page MenuHomeSolus

D7628.id18287.diff
No OneTemporary

D7628.id18287.diff

diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,5 @@
+This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
+
+- Alexander Vorobyev
+ - IRC: Flabb
+ - Email: avorobyev@protonmail.com
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -16,6 +16,7 @@
libavutil.so.56
libbluray.so.2
libc.so.6
+libcaca.so.0
libcdio.so.18
libcdio_cdda.so.2
libcdio_paranoia.so.2
@@ -25,12 +26,13 @@
libgbm.so.1
libjpeg.so.8
liblcms2.so.2
-liblua5.1.so.5.1
+libluajit-5.1.so.2
libm.so.6
libplacebo.so.21
libpthread.so.0
libpulse.so.0
librt.so.1
+librubberband.so.2
libsmbclient.so.0
libswresample.so.3
libswscale.so.5
diff --git a/files/0001-Fix-lua-binary.patch b/files/0001-Fix-lua-binary.patch
--- a/files/0001-Fix-lua-binary.patch
+++ b/files/0001-Fix-lua-binary.patch
@@ -1,14 +1,14 @@
-From 680f3237c9227e304f1424c626447e9226f07b42 Mon Sep 17 00:00:00 2001
-From: Joshua Strobl <joshua@stroblindustries.com>
-Date: Sat, 16 Sep 2017 23:21:42 +0300
-Subject: [PATCH 1/1] Fix lua binary
+From 0243dec4a8c43e20e9cd2e3b9a59d4fcd8a5cdea Mon Sep 17 00:00:00 2001
+From: Alexander Vorobyev <avorobyev@protonmail.com>
+Date: Tue, 12 Nov 2019 19:27:40 +0300
+Subject: Fix lua binary
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
-index 26d333c..68b65a7 100644
+index 26d333c..3a08061 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ PREFIX ?= /usr
@@ -16,10 +16,10 @@
mpv: gen.lua
- @env MPV_BASHCOMPGEN_VERBOSE=1 lua $< > $@
-+ @env MPV_BASHCOMPGEN_VERBOSE=1 lua5.1 $< > $@
++ @env MPV_BASHCOMPGEN_VERBOSE=1 luajit $< > $@
check: mpv
@echo Checking Bash syntax...
--
-2.14.1
+2.23.0
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,7 +1,7 @@
name : mpv
homepage : https://mpv.io/
version : 0.30.0
-release : 67
+release : 68
source :
- https://github.com/mpv-player/mpv/archive/v0.30.0.tar.gz : 33a1bcb7e74ff17f070e754c15c52228cf44f2cefbfd8f34886ae81df214ca35
- https://waf.io/waf-2.0.18 : 2e0cf83a63843da127610420cef1d3126f1187d8e572b6b3a28052fc2250d4bf
@@ -16,29 +16,29 @@
While mpv has no official GUI, it has a small controller that is triggered by mouse movement. mpv leverages the FFmpeg hwaccel APIs to support VDPAU, VAAPI and VDA video decode acceleration.
builddeps :
- pkgconfig(alsa)
+ - pkgconfig(caca)
- pkgconfig(dvdnav)
- pkgconfig(ffnvcodec)
- - pkgconfig(gl)
+ - pkgconfig(gbm)
- pkgconfig(libass)
- pkgconfig(libarchive)
- pkgconfig(libavcodec)
- pkgconfig(libbluray)
- pkgconfig(libcdio_paranoia)
- - pkgconfig(libmpg123)
+ - pkgconfig(libjpeg)
- pkgconfig(libplacebo)
- pkgconfig(libpulse)
- - pkgconfig(libturbojpeg)
- - pkgconfig(libva-x11)
- - pkgconfig(lua-5.1)
+ - pkgconfig(libva)
+ - pkgconfig(luajit)
+ - pkgconfig(rubberband)
- pkgconfig(smbclient)
- pkgconfig(uchardet)
- pkgconfig(vapoursynth)
- pkgconfig(vdpau)
- pkgconfig(wayland-client)
- pkgconfig(wayland-protocols)
- - pkgconfig(x11)
- - pkgconfig(xkbcommon)
- pkgconfig(xinerama)
+ - pkgconfig(xkbcommon)
- pkgconfig(xrandr)
- pkgconfig(xscrnsaver)
- pkgconfig(xv)
@@ -56,7 +56,7 @@
replaces :
- libs-devel : mpv-devel
environment: |
- export CFLAGS="$CFLAGS -I/usr/include/lua5.1"
+ export CFLAGS="$CFLAGS -DNDEBUG"
export MPV_BASHCOMPGEN_MPV_CMD=../build/mpv
export MBCversion=3.3.17
setup : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -23,7 +23,7 @@
</Description>
<PartOf>multimedia.video</PartOf>
<RuntimeDependencies>
- <Dependency releaseFrom="67">mpv-libs</Dependency>
+ <Dependency releaseFrom="68">mpv-libs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/mpv</Path>
@@ -61,7 +61,7 @@
While mpv has no official GUI, it has a small controller that is triggered by mouse movement. mpv leverages the FFmpeg hwaccel APIs to support VDPAU, VAAPI and VDA video decode acceleration.
</Description>
<RuntimeDependencies>
- <Dependency release="67">mpv-libs</Dependency>
+ <Dependency release="68">mpv-libs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/mpv/client.h</Path>
@@ -78,8 +78,8 @@
</Replaces>
</Package>
<History>
- <Update release="67">
- <Date>2019-10-29</Date>
+ <Update release="68">
+ <Date>2019-11-12</Date>
<Version>0.30.0</Version>
<Comment>Packaging update</Comment>
<Name>Alexander Vorobyev</Name>

File Metadata

Mime Type
text/plain
Expires
May 28 2023, 8:21 AM (10 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5839046
Default Alt Text
D7628.id18287.diff (5 KB)

Event Timeline