diff --git a/haiku-apps/clipdinger/clipdinger-0.4.recipe b/haiku-apps/clipdinger/clipdinger-0.4.recipe index a411f46e4..338199d47 100644 --- a/haiku-apps/clipdinger/clipdinger-0.4.recipe +++ b/haiku-apps/clipdinger/clipdinger-0.4.recipe @@ -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" diff --git a/media-video/mpv/mpv-0.11.0.recipe b/media-video/mpv/mpv-0.11.0.recipe index fa272902e..2f60dcd4a 100644 --- a/media-video/mpv/mpv-0.11.0.recipe +++ b/media-video/mpv/mpv-0.11.0.recipe @@ -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"