# 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: # # winmusik # winmusik/pkg-descr # winmusik/distinfo # winmusik/Makefile # echo c - winmusik mkdir -p winmusik > /dev/null 2>&1 echo x - winmusik/pkg-descr sed 's/^X//' >winmusik/pkg-descr << 'd4dbdb170bed6c6b11458f151ea3f6c5' XWinMusik X XWinMusik is a program for archiving music titles from audio CDs, DVDs, Xaudio tapes, vinyl records, harddisks and other audio devices. It has a Xsmart editor and an easy to use search interface. X X - smart graphical user interface for editing your music titles X - import of MP3 and AIFF files on harddisk X - ID3v2-Tag-support, including cover images in MP3 and AIFF files X - extensive search functions X - print cd cover X - create search lists for your next shopping tour X - playlists with special focus on DJs (cue in/out markers, music key, X bpm and mix length calculation) X - open source under the GNU GENERAL PUBLIC LICENSE v3 X - runs on Windows XP/Vista/7, Linux, FreeBSD and other X unixes X XWWW: http://www.winmusik.de/ XAuthor: Patrick Fedick , http://www.pfp.de/ d4dbdb170bed6c6b11458f151ea3f6c5 echo x - winmusik/distinfo sed 's/^X//' >winmusik/distinfo << '4a8a67e8aa9e0d9252a396212323abb3' XSHA256 (WinMusik-3.5.1-src.tar.bz2) = 181f53571e6dccf815cbed1a198b7c1e51d72b000add3e53af8b3ee769ddb79c XSIZE (WinMusik-3.5.1-src.tar.bz2) = 14707612 4a8a67e8aa9e0d9252a396212323abb3 echo x - winmusik/Makefile sed 's/^X//' >winmusik/Makefile << '755cfe1e3a9a8c139b5aca028d790b20' X# $FreeBSD$ X XPORTNAME= WinMusik XPORTVERSION= 3.5.1 XCATEGORIES= multimedia XMASTER_SITES= https://www.pfp.de/software/download/ XMASTER_SITE_SUBDIR= software/download XEXTRACT_SUFX= -src.tar.bz2 X XMAINTAINER= patrick@pfp.de XCOMMENT= Music database to maintain songs on various devices X XLICENSE= GPLv3 X XLIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg-turbo \ X libpng16.so:${PORTSDIR}/graphics/png \ X libfreetype.so:${PORTSDIR}/print/freetype2 \ X libpcre.so:${PORTSDIR}/devel/pcre \ X libmcrypt.so:${PORTSDIR}/security/libmcrypt \ X libcurl.so:${PORTSDIR}/ftp/curl \ X libcdio.so:${PORTSDIR}/sysutils/libcdio X XBUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm X XMAKE_JOBS_SAFE= yes X XUSE_QT5= core gui widgets printsupport xml qmake X XPLIST_FILES= bin/${PORTNAME} \ X share/pixmaps/${PORTNAME}.png \ X share/applications/${PORTNAME}.desktop \ X share/doc/${PORTNAME}/Userguide_de.pdf X XUSES= iconv X X.include X Xdo-configure: X cd ${WRKSRC}; \ X ./configure --with-pcre=${LOCALBASE} \ X --with-nasm --with-jpeg --with-png --with-libcurl=${LOCALBASE} \ X --prefix=${LOCALBASE} --with-openssl=/usr \ X --with-libcdio \ X --without-libmicrohttpd --with-libmcrypt-prefix=${LOCALBASE} --without-libmhash \ X --without-mpg123 --without-lame --without-ft-prefix --without-libmad \ X --without-lame --without-x --with-sdl-prefix=${WRKSRC} \ X --without-ogg --without-libshout --without-sqlite \ X --without-mysql --without-postgresql --without-freetds --without-libldns X Xdo-build: X @(cd ${WRKSRC}; if ! ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ; then \ X if [ x != x${BUILD_FAIL_MESSAGE} ] ; then \ X ${ECHO_MSG} "===> Compilation failed unexpectedly."; \ X (${ECHO_CMD} ${BUILD_FAIL_MESSAGE}) | ${FMT} 75 79 ; \ X fi; \ X ${FALSE}; \ X fi) X Xdo-install: X ${MKDIR} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/share/pixmaps ${STAGEDIR}${PREFIX}/share/applications \ X ${STAGEDIR}${PREFIX}/share/doc/${PORTNAME} X ${INSTALL_PROGRAM} ${WRKSRC}/winmusik/release/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} X ${INSTALL_DATA} ${WRKSRC}/winmusik/resources/icon64.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png X ${INSTALL_DATA} ${WRKSRC}/winmusik/docs/Userguide_de.pdf ${STAGEDIR}${PREFIX}/share/doc/${PORTNAME} X ${INSTALL_DATA} ${WRKSRC}/WinMusik.desktop ${STAGEDIR}${PREFIX}/share/applications/${PORTNAME}.desktop X X.include 755cfe1e3a9a8c139b5aca028d790b20 exit