qmmp change actions.py
This commit is contained in:
@@ -10,22 +10,9 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
pisitools.dosed("src/plugins/Input/cdaudio/decoder_cdaudio.cpp", "cdio\/cdda\.h", r"cdio/paranoia/cdda.h")
|
pisitools.dosed("src/plugins/Input/cdaudio/decoder_cdaudio.cpp", "cdio\/cdda\.h", r"cdio/paranoia/cdda.h")
|
||||||
cmaketools.configure("-DUSE_PULSE=TRUE \
|
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DUSE_ALSA=TRUE \
|
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
|
||||||
-DUSE_FFMPEG=TRUE \
|
-DUSE_HAL:BOOL=FALSE")
|
||||||
-DUSE_FFMPEG_LEGACY=OFF \
|
|
||||||
-DUSE_CDA=TRUE \
|
|
||||||
-DUSE_VORBIS=TRUE \
|
|
||||||
-DUSE_AAC=TRUE \
|
|
||||||
-DUSE_LADSPA=TRUE \
|
|
||||||
-DUSE_COVER=TRUE \
|
|
||||||
-DUSE_KDENOTIFY=TRUE \
|
|
||||||
-DUSE_ENCA=TRUE \
|
|
||||||
-DUSE_FLAC=TRUE \
|
|
||||||
-DUSE_MPRIS=TRUE \
|
|
||||||
-DUSE_HAL=OFF \
|
|
||||||
-DCMAKE_SKIP_RPATH=ON \
|
|
||||||
-DCMAKE_SKIP_INSTALL_RPATH=ON")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
cmaketools.make()
|
cmaketools.make()
|
||||||
|
|||||||
Reference in New Issue
Block a user