mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
mpv: enable cdda.
This commit is contained in:
@@ -5,7 +5,7 @@ types."
|
|||||||
HOMEPAGE="https://mpv.io/"
|
HOMEPAGE="https://mpv.io/"
|
||||||
COPYRIGHT="2013-2018 MPV Developers"
|
COPYRIGHT="2013-2018 MPV Developers"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="2"
|
REVISION="3"
|
||||||
SOURCE_URI="https://github.com/mpv-player/mpv/archive/v$portVersion.tar.gz"
|
SOURCE_URI="https://github.com/mpv-player/mpv/archive/v$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="f9f9d461d1990f9728660b4ccb0e8cb5dce29ccaa6af567bec481b79291ca623"
|
CHECKSUM_SHA256="f9f9d461d1990f9728660b4ccb0e8cb5dce29ccaa6af567bec481b79291ca623"
|
||||||
SOURCE_FILENAME="mpv-$portVersion.tar.gz"
|
SOURCE_FILENAME="mpv-$portVersion.tar.gz"
|
||||||
@@ -33,6 +33,8 @@ REQUIRES="
|
|||||||
lib:libavformat$secondaryArchSuffix
|
lib:libavformat$secondaryArchSuffix
|
||||||
lib:libavutil$secondaryArchSuffix
|
lib:libavutil$secondaryArchSuffix
|
||||||
lib:libbluray$secondaryArchSuffix
|
lib:libbluray$secondaryArchSuffix
|
||||||
|
lib:libcdio$secondaryArchSuffix
|
||||||
|
lib:libcdio_paranoia$secondaryArchSuffix
|
||||||
lib:libdvdnav$secondaryArchSuffix
|
lib:libdvdnav$secondaryArchSuffix
|
||||||
lib:libdvdread$secondaryArchSuffix
|
lib:libdvdread$secondaryArchSuffix
|
||||||
lib:libiconv$secondaryArchSuffix
|
lib:libiconv$secondaryArchSuffix
|
||||||
@@ -63,7 +65,7 @@ BUILD_REQUIRES="
|
|||||||
devel:libavformat$secondaryArchSuffix
|
devel:libavformat$secondaryArchSuffix
|
||||||
devel:libavutil$secondaryArchSuffix
|
devel:libavutil$secondaryArchSuffix
|
||||||
devel:libbluray$secondaryArchSuffix
|
devel:libbluray$secondaryArchSuffix
|
||||||
devel:libcdio$secondaryArchSuffix
|
devel:libcdio_paranoia$secondaryArchSuffix
|
||||||
devel:libdvdcss$secondaryArchSuffix
|
devel:libdvdcss$secondaryArchSuffix
|
||||||
devel:libdvdnav$secondaryArchSuffix
|
devel:libdvdnav$secondaryArchSuffix
|
||||||
devel:libdvdread$secondaryArchSuffix
|
devel:libdvdread$secondaryArchSuffix
|
||||||
@@ -115,6 +117,7 @@ BUILD()
|
|||||||
--disable-static-build \
|
--disable-static-build \
|
||||||
--enable-libmpv-shared \
|
--enable-libmpv-shared \
|
||||||
--enable-sdl2 \
|
--enable-sdl2 \
|
||||||
|
--enable-cdda \
|
||||||
--bindir=$binDir \
|
--bindir=$binDir \
|
||||||
--confdir=$settingsDir/mpv \
|
--confdir=$settingsDir/mpv \
|
||||||
--disable-gl \
|
--disable-gl \
|
||||||
|
|||||||
Reference in New Issue
Block a user