Page MenuHomeSolus

D991.diff
No OneTemporary

D991.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,11 +1,11 @@
name : mpv
homepage : http://mpv.io/
-version : 0.26.0
-release : 38
+version : 0.27.0
+release : 39
source :
- - https://github.com/mpv-player/mpv/archive/v0.26.0.tar.gz : daf3ef358d5f260f2269f7caabce27f446c291457ec330077152127133b71b46
- - https://waf.io/waf-1.9.12 : 66f3983fcc6dc0d17393514b2b52063702004800428327db3597754dd05c3fbc
- - https://github.com/2ion/mpv-bash-completion/archive/3.3.14.tar.gz : 74e54d9a7734d67c9ddfd7cdb0930874886bce97f033c46e040fbcef0ad388e8
+ - https://github.com/mpv-player/mpv/archive/v0.27.0.tar.gz : 341d8bf18b75c1f78d5b681480b5b7f5c8b87d97a0d4f53a5648ede9c219a49c
+ - https://waf.io/waf-1.9.13 : 5d7cde19abb1e2605bcd92d99509e91ead190d6532c3fd23a171b2760657f9ad
+ - https://github.com/2ion/mpv-bash-completion/archive/3.3.15.tar.gz : 1c3f4a6b95de7b573db3480dc79f7359207f7c95d31ac7368f6f5c84e9176ed8
license :
- LGPL-2.1
- GPL-3.0
@@ -56,9 +56,8 @@
- libs-devel : mpv-devel
setup : |
%patch -p1 < $pkgfiles/0001-Support-a-stateless-configuration-on-nix-systems.patch
- install -m 00755 $sources/waf-1.9.12 ./waf
- ./waf configure --prefix=/usr \
- --confdir=/etc/mpv \
+ install -m 00755 $sources/waf-1.9.13 ./waf
+ %waf_configure --confdir=/etc/mpv \
--libdir=%libdir% \
--enable-cdda \
--enable-dvbin \
@@ -70,18 +69,18 @@
--enable-zsh-comp \
--disable-debug
- tar xf "${sources}/3.3.14.tar.gz"
+ tar xf "${sources}/3.3.15.tar.gz"
build : |
- ./waf build
+ %waf_build
- pushd mpv-bash-completion-3.3.14
+ pushd mpv-bash-completion-3.3.15
export MPV_BASHCOMPGEN_MPV_CMD=../build/mpv
%make
popd
install : |
- ./waf install --destdir="%installroot%"
+ %waf_install
- pushd mpv-bash-completion-3.3.14
+ pushd mpv-bash-completion-3.3.15
export MPV_BASHCOMPGEN_MPV_CMD=../build/mpv
%make_install
popd
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,8 +3,8 @@
<Name>mpv</Name>
<Homepage>http://mpv.io/</Homepage>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>LGPL-2.1</License>
<License>GPL-3.0</License>
@@ -23,7 +23,7 @@
</Description>
<PartOf>multimedia.video</PartOf>
<RuntimeDependencies>
- <Dependency releaseFrom="38">mpv-libs</Dependency>
+ <Dependency releaseFrom="39">mpv-libs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -56,7 +56,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="38">mpv-libs</Dependency>
+ <Dependency release="39">mpv-libs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -68,12 +68,12 @@
</Replaces>
</Package>
<History>
- <Update release="38">
- <Date>2017-09-13</Date>
- <Version>0.26.0</Version>
+ <Update release="39">
+ <Date>2017-09-14</Date>
+ <Version>0.27.0</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 4 2023, 11:40 PM (9 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5814107
Default Alt Text
D991.diff (3 KB)

Event Timeline