| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/misc/orion/ |
Upload File : |
PORTNAME= orion
DISTVERSION= 1.6.7-12
DISTVERSIONSUFFIX= -gec8400c
PORTREVISION= 1
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
COMMENT= QML/C++-written desktop client for Twitch.tv
WWW= https://alamminsalo.github.io/orion/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libmpv.so:multimedia/mpv
USES= compiler:c++14-lang gl qmake qt:5
USE_GITHUB= yes
GH_ACCOUNT= drac69
USE_QT= core declarative graphicaleffects gui network quickcontrols2 svg widgets buildtools:build
USE_GL= gl
PLIST_FILES= bin/${PORTNAME} \
share/applications/Orion.desktop \
share/icons/hicolor/scalable/apps/${PORTNAME}.svgz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/distfiles/Orion.desktop ${STAGEDIR}${PREFIX}/share/applications/
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps
${GZIP_CMD} ${GZIP} < ${WRKSRC}/distfiles/${PORTNAME}.svg > ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/${PORTNAME}.svgz
.include <bsd.port.mk>