FreeBSD Bugzilla – Attachment 125475 Details for
Bug 169095
New port: audio/mous "A simple yet powerful audio player"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 8.83 KB, created by
Yanhui Shen
on 2012-06-15 09:10:02 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Yanhui Shen
Created:
2012-06-15 09:10:02 UTC
Size:
8.83 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># mous ># mous/distinfo ># mous/pkg-descr ># mous/Makefile ># mous/pkg-plist ># >echo c - mous >mkdir -p mous > /dev/null 2>&1 >echo x - mous/distinfo >sed 's/^X//' >mous/distinfo << '9cbc6adf005e8d93b21d7e080632e4df' >XSHA256 (mous-1.0a.tar.bz2) = 558338f318392bbd19d7094c5114e002cc260d6dde8c37f52d6b0df161d73a0f >XSIZE (mous-1.0a.tar.bz2) = 568844 >9cbc6adf005e8d93b21d7e080632e4df >echo x - mous/pkg-descr >sed 's/^X//' >mous/pkg-descr << '8f5b775f30be7c5565bcab01f671ea9d' >XMous is A simpe yet powerful audio player. >X >XWWW: https://github.com/0x02/mous >8f5b775f30be7c5565bcab01f671ea9d >echo x - mous/Makefile >sed 's/^X//' >mous/Makefile << '0d6fb7aa0f3f1a4091bc5e24c38262c8' >X# New ports collection makefile for: mous >X# Date created: 15 Jan 2012 >X# Whom: Yanhui Shen <shen.elf@gmail.com> >X >XPORTNAME= mous >XPORTVERSION= 1.0a >XCATEGORIES= audio >XMASTER_SITES= http://cloud.github.com/downloads/0x02/mous/ >XDISTNAME= ${PORTNAME}-1.0a >X >XMAINTAINER= shen.elf@gmail.com >XCOMMENT= A simple yet powerful audio player >X >XLICENSE= BSD >XLICENSE_FILE= ${WRKSRC}/COPYRIGHT >X >XUSE_BZIP2= yes >XUSE_CMAKE= yes >XMAKE_JOBS_SAFE= no >X >XOPTIONS= SDK "Install SDK" off\ >X ASSEMBLY "Enable assembly optimize" on \ >X NCURSES "ncurses frontend" on \ >X QT4 "QT4 frontend" on \ >X OSS "OSS output plugin(recommended)" on \ >X ALSA "ALSA output plugin" off \ >X LIBAO "libao output plugin" off \ >X TAGLIB "TagLib plugin(recommended)" on \ >X LIBCUE "libcue plugin(*.cue)" on \ >X WAVDECODER "Decode Wav(*.wav)" on \ >X WAVENCODER "Encode Wav" on \ >X FAAD "faad plugin(*.m4a)" on \ >X FAAC "faac plugin" on \ >X MPG123 "mpg123 plugin(*.mp3)" on \ >X LAME "lame plugin " on \ >X WMA "wma decoder plugin(*.wma)" on \ >X MAC4DECODER "Newest mac4.11 decoder(*.ape)" on \ >X MACDECODER "Old mac3.99 ape decoder(*.ape)" off \ >X FLACDECODER "flac decoder(*.flac)" on >X >X.include <bsd.port.options.mk> >X >X.if defined(WITH_SDK) >XCMAKE_ARGS+= -DWithHeadFiles=1 >XPLIST_SUB+= SDK="" >X.else >XCMAKE_ARGS+= -DWithHeadFiles=0 >XPLIST_SUB+= SDK="@comment " >X.endif >X.if defined(WITH_ASSEMBLY) >XBUILD_DEPENDS+= ${LOCALBASE}/bin/yasm:${PORTSDIR}/devel/yasm >XCMAKE_ARGS+= -DWithAssembly=1 >X.else >XCMAKE_ARGS+= -DWithAssembly=0 >X.endif >X.if defined(WITH_NCURSES) >XUSE_NCURSES= yes >XCMAKE_ARGS+= -DWithFrontendNcurses=1 >XPLIST_SUB+= NCURSES="" >X.else >XCMAKE_ARGS+= -DWithFrontendNcurses=0 >XPLIST_SUB+= NCURSES="@comment " >X.endif >X.if defined(WITH_QT4) >XUSE_QT4= gui corelib moc_build rcc_build uic_build >XCMAKE_ARGS+= -DWithFrontendQt=1 >XPLIST_SUB+= QT4="" >X.else >XCMAKE_ARGS+= -DWithFrontendQt=0 >XPLIST_SUB+= QT4="@comment " >X.endif >X.if defined(WITH_OSS) >XCMAKE_ARGS+= -DWithPluginOssRenderer=1 >XPLIST_SUB+= OSS="" >X.else >XCMAKE_ARGS+= -DWithPluginOssRenderer=0 >XPLIST_SUB+= OSS="@comment " >X.endif >X.if defined(WITH_ALSA) >XLIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib >XCMAKE_ARGS+= -DWithPluginAlsaRenderer=1 >XPLIST_SUB+= ALSA="" >X.else >XCMAKE_ARGS+= -DWithPluginAlsaRenderer=0 >XPLIST_SUB+= ALSA="@comment " >X.endif >X.if defined(WITH_LIBAO) >XLIB_DEPENDS+= libao:${PORTSDIR}/audio/libao >XCMAKE_ARGS+= -DWithPluginAoRenderer=1 >XPLIST_SUB+= AO="" >X.else >XCMAKE_ARGS+= -DWithPluginAoRenderer=0 >XPLIST_SUB+= AO="@comment " >X.endif >X.if defined(WITH_TAGLIB) >XLIB_DEPENDS+= tag:${PORTSDIR}/audio/taglib >XCMAKE_ARGS+= -DWithPluginTagLibParser=1 >XPLIST_SUB+= TAGLIB="" >X.else >XCMAKE_ARGS+= -DWithPluginTagLibParser=0 >XPLIST_SUB+= TAGLIB="@comment " >X.endif >X.if defined(WITH_LIBCUE) >XLIB_DEPENDS+= cue:${PORTSDIR}/textproc/libcue >XCMAKE_ARGS+= -DWithPluginCuePack=1 >XPLIST_SUB+= CUE="" >X.else >XCMAKE_ARGS+= -DWithPluginCuePack=0 >XPLIST_SUB+= CUE="@comment " >X.endif >X.if defined(WITH_WAVDECODER) >XCMAKE_ARGS+= -DWithPluginWavDecoder=1 >XPLIST_SUB+= WAVDECODER="" >X.else >XCMAKE_ARGS+= -DWithPluginWavEncoder=0 >XPLIST_SUB+= WAVDECODER="@comment " >X.endif >X.if defined(WITH_WAVENCODER) >XCMAKE_ARGS+= -DWithPluginWavEncoder=1 >XPLIST_SUB+= WAVENCODER="" >X.else >XCMAKE_ARGS+= -DWithPluginWavEncoder=0 >XPLIST_SUB+= WAVENCODER="@comment " >X.endif >X.if defined(WITH_FAAD) >XLIB_DEPENDS+= faad:${PORTSDIR}/audio/faad >XCMAKE_ARGS+= -DWithPluginFaadDecoder=1 >XPLIST_SUB+= FAAD="" >X.else >XCMAKE_ARGS+= -DWithPluginFaadEncoder=0 >XPLIST_SUB+= FAAD="@comment " >X.endif >X.if defined(WITH_FAAC) >XLIB_DEPENDS+= faac:${PORTSDIR}/audio/faac >XCMAKE_ARGS+= -DWithPluginFaacEncoder=1 >XPLIST_SUB+= FAAC="" >X.else >XCMAKE_ARGS+= -DWithPluginFaacEncoder=0 >XPLIST_SUB+= FAAC="@comment " >X.endif >X.if defined(WITH_MPG123) >XLIB_DEPENDS+= mpg123:${PORTSDIR}/audio/mpg123 >XCMAKE_ARGS+= -DWithPluginMpg123Decoder=1 >XPLIST_SUB+= MPG123="" >X.else >XCMAKE_ARGS+= -DWithPluginMpg123Decoder=0 >XPLIST_SUB+= MPG123="@comment " >X.endif >X.if defined(WITH_LAME) >XLIB_DEPENDS+= mp3lame:${PORTSDIR}/audio/lame >XCMAKE_ARGS+= -DWithPluginLameEncoder=1 >XPLIST_SUB+= LAME="" >X.else >XCMAKE_ARGS+= -DWithPluginLameEncoder=0 >XPLIST_SUB+= LAME="@comment " >X.endif >X.if defined(WITH_WMA) >XCMAKE_ARGS+= -DWithPluginWmaDecoder=1 >XPLIST_SUB+= WMA="" >X.else >XCMAKE_ARGS+= -DWithPluginWmaDecoder=0 >XPLIST_SUB+= WMA="@comment " >X.endif >X.if defined(WITH_MAC4DECODER) >XCMAKE_ARGS+= -DWithPluginMac4Decoder=1 >XPLIST_SUB+= MAC4="" >X.else >XCMAKE_ARGS+= -DWithPluginMac4Decoder=0 >XPLIST_SUB+= MAC4="@comment " >X.endif >X.if defined(WITH_MACDECODER) >XLIB_DEPENDS+= mac:${PORTSDIR}/audio/mac >XCMAKE_ARGS+= -DWithPluginMacDecoder=1 >XPLIST_SUB+= MAC="" >X.else >XCMAKE_ARGS+= -DWithPluginMacDecoder=0 >XPLIST_SUB+= MAC="@comment " >X.endif >X.if defined(WITH_FLACDECODER) >XLIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac >XCMAKE_ARGS+= -DWithPluginFlacDecoder=1 >XPLIST_SUB+= FLACDECODER="" >X.else >XCMAKE_ARGS+= -DWithPluginFlacDecoder=0 >XPLIST_SUB+= FLACDECODER="@comment " >X.endif >X >X.include <bsd.port.mk> >0d6fb7aa0f3f1a4091bc5e24c38262c8 >echo x - mous/pkg-plist >sed 's/^X//' >mous/pkg-plist << 'd21330493ebd522cb8bcaac2c39738b5' >X%%NCURSES%%bin/mous-ncurses >X%%QT4%%bin/mous-qt >X%%SDK%%include/mous/charset/CharsetConvInf.h >X%%SDK%%include/mous/charset/ICharsetConv.h >X%%SDK%%include/mous/core/IConvTask.h >X%%SDK%%include/mous/core/IConvTaskFactory.h >X%%SDK%%include/mous/core/IMediaLoader.h >X%%SDK%%include/mous/core/IPlayer.h >X%%SDK%%include/mous/core/IPluginAgent.h >X%%SDK%%include/mous/core/IPluginManager.h >X%%SDK%%include/mous/core/ITagParserFactory.h >X%%SDK%%include/mous/plugin/IDecoder.h >X%%SDK%%include/mous/plugin/IEncoder.h >X%%SDK%%include/mous/plugin/IEventWatcher.h >X%%SDK%%include/mous/plugin/IFilter.h >X%%SDK%%include/mous/plugin/IMediaPack.h >X%%SDK%%include/mous/plugin/IRenderer.h >X%%SDK%%include/mous/plugin/ITagParser.h >X%%SDK%%include/mous/scx/BufObj.hpp >X%%SDK%%include/mous/scx/CharsetHelper.hpp >X%%SDK%%include/mous/scx/CondVar.hpp >X%%SDK%%include/mous/scx/ConfigFile.hpp >X%%SDK%%include/mous/scx/Conv.hpp >X%%SDK%%include/mous/scx/Dir.hpp >X%%SDK%%include/mous/scx/Env.hpp >X%%SDK%%include/mous/scx/FileHelper.hpp >X%%SDK%%include/mous/scx/FileInfo.hpp >X%%SDK%%include/mous/scx/Function.hpp >X%%SDK%%include/mous/scx/IconvHelper.hpp >X%%SDK%%include/mous/scx/LPVBuffer.hpp >X%%SDK%%include/mous/scx/Mutex.hpp >X%%SDK%%include/mous/scx/PVBuffer.hpp >X%%SDK%%include/mous/scx/RunTimer.hpp >X%%SDK%%include/mous/scx/SemVar.hpp >X%%SDK%%include/mous/scx/Signal.hpp >X%%SDK%%include/mous/scx/Singleton.hpp >X%%SDK%%include/mous/scx/Socket.hpp >X%%SDK%%include/mous/scx/SoftSemVar.hpp >X%%SDK%%include/mous/scx/TaskSchedule.hpp >X%%SDK%%include/mous/scx/Thread.hpp >X%%SDK%%include/mous/scx/UniPinYin.hpp >X%%SDK%%include/mous/util/AudioMode.h >X%%SDK%%include/mous/util/ErrorCode.h >X%%SDK%%include/mous/util/MediaItem.h >X%%SDK%%include/mous/util/MediaTag.h >X%%SDK%%include/mous/util/Option.h >X%%SDK%%include/mous/util/Playlist.h >X%%SDK%%include/mous/util/PlaylistSerializer.h >X%%SDK%%include/mous/util/PluginDef.h >X%%SDK%%include/mous/util/PluginHelper.h >X%%SDK%%include/mous/util/PluginOption.h >Xlib/libMousCore.so >X%%ALSA%%lib/mous/libAlsaRenderer.so >X%%AO%%lib/mous/libAoRenderer.so >X%%CUE%%lib/mous/libCuePack.so >X%%FAAC%%lib/mous/libFaacEncoder.so >X%%FAAD%%lib/mous/libFaadDecoder.so >X%%FLACDECODER%%lib/mous/libFlacDecoder.so >X%%LAME%%lib/mous/libLameEncoder.so >X%%MAC4%%lib/mous/libMac4Decoder.so >X%%MAC%%lib/mous/libMacDecoder.so >X%%MPG123%%lib/mous/libMpg123Decoder.so >X%%OSS%%lib/mous/libOssRenderer.so >X%%TAGLIB%%lib/mous/libTagLibParser.so >X%%WAVDECODER%%lib/mous/libWavDecoder.so >X%%WAVENCODER%%lib/mous/libWavEncoder.so >X%%WMA%%lib/mous/libWmaDecoder.so >Xshare/mous/pinyin/unipy.map >X%%QT4%%share/mous/qt/mous-qt_zh_CN.qm >X@dirrm lib/mous >X@dirrm share/mous/pinyin >X%%QT4%%@dirrm share/mous/qt >X@dirrm share/mous/ >X%%SDK%%@dirrm include/mous/charset >X%%SDK%%@dirrm include/mous/core >X%%SDK%%@dirrm include/mous/plugin >X%%SDK%%@dirrm include/mous/scx >X%%SDK%%@dirrm include/mous/util >X%%SDK%%@dirrm include/mous >d21330493ebd522cb8bcaac2c39738b5 >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 169095
: 125475 |
125476
|
125477