mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Updated recipes for clipdinger and mpv.
* Clipdinger needs a new revision for a recompile to fix the splitview drawing issue caused by some changes a while ago. * MPV needed a "keep-old" for the global writable files to fix a policy issue.
This commit is contained in:
@@ -16,7 +16,7 @@ Please see the ReadMe available from the Help menu for more details."
|
||||
HOMEPAGE="http://humdingerb.github.io/clipdinger/"
|
||||
COPYRIGHT="2015 Humdinger"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git://github.com/humdingerb/clipdinger.git#4cfd6f655a46cf1c1456494ead04b5fb0e3cd531"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -3,11 +3,14 @@ DESCRIPTION="
|
||||
mpv is a media player based on MPlayer and mplayer2. It supports a wide \
|
||||
variety of video file formats, audio and video codecs, and subtitle types."
|
||||
HOMEPAGE="http://mpv.io"
|
||||
|
||||
COPYRIGHT="2013-2015 MPV Developers"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
|
||||
SOURCE_URI="https://github.com/mpv-player/mpv/archive/v$portVersion.zip"
|
||||
CHECKSUM_SHA256="2cd3353d13991154cc81a1fa78c4e62c3a3844ae4372ee3ad77bf56ec3fd3b59"
|
||||
SOURCE_DIR="mpv-$portVersion"
|
||||
PATCHES="mpv_x86-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -15,8 +18,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
PROVIDES="
|
||||
mpv$secondaryArchSuffix = $portVersion
|
||||
cmd:mpv$secondaryArchSuffix
|
||||
"
|
||||
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libass$secondaryArchSuffix
|
||||
@@ -35,7 +37,7 @@ REQUIRES="
|
||||
lib:libsdl2$secondaryArchSuffix
|
||||
lib:libsdl2$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libass$secondaryArchSuffix
|
||||
@@ -57,8 +59,7 @@ BUILD_REQUIRES="
|
||||
devel:libsdl2$secondaryArchSuffix
|
||||
# devel:libsmbclient$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
@@ -66,13 +67,9 @@ BUILD_PREREQUIRES="
|
||||
cmd:python
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:yasm
|
||||
"
|
||||
"
|
||||
|
||||
SOURCE_DIR="mpv-$portVersion"
|
||||
|
||||
PATCHES="mpv_x86-$portVersion.patchset"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="settings/encoding-profiles.conf"
|
||||
GLOBAL_WRITABLE_FILES="settings/mpv/encoding-profiles.conf keep-old"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
@@ -87,6 +84,3 @@ INSTALL()
|
||||
waf install
|
||||
rm -rf $dataDir/mpv/applications
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2013-2015 MPV Developers"
|
||||
|
||||
Reference in New Issue
Block a user