Changeset View
Changeset View
Standalone View
Standalone View
multimedia/py-openlp/Makefile
| Show All 25 Lines | RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>0:www/py-beautifulsoup32 \ | ||||
| unoconv:textproc/unoconv | unoconv:textproc/unoconv | ||||
| USES= desktop-file-utils pyqt:4 python | USES= desktop-file-utils pyqt:4 python | ||||
| USE_PYQT= core gui \ | USE_PYQT= core gui \ | ||||
| network_run opengl_run phonon_run svg_run test_run webkit_run | network_run opengl_run phonon_run svg_run test_run webkit_run | ||||
| USE_PYTHON= distutils autoplist | USE_PYTHON= distutils autoplist | ||||
| USE_GSTREAMER= good bad ugly | USE_GSTREAMER= good bad ugly | ||||
| USE_QT4= linguist phonon-gst | USE_QT4= linguist phonon-gst | ||||
| QT_LRELEASE= ${LOCALBASE}/bin/lrelease-qt4 | QT_LRELEASE= ${LRELEASE} | ||||
| NO_ARCH= yes | NO_ARCH= yes | ||||
| pre-build: | pre-build: | ||||
| @${RM} ${WRKSRC}/resources/__init__.py | @${RM} ${WRKSRC}/resources/__init__.py | ||||
| @${MKDIR} ${WRKSRC}/resources/i18n/qm | @${MKDIR} ${WRKSRC}/resources/i18n/qm | ||||
| @set -e; \ | @set -e; \ | ||||
| for TSFILE in ${WRKSRC}/resources/i18n/*.ts; do \ | for TSFILE in ${WRKSRC}/resources/i18n/*.ts; do \ | ||||
| ${QT_LRELEASE} $$TSFILE -qm ${WRKSRC}/resources/i18n/qm/`basename $$TSFILE .ts`.qm; \ | ${QT_LRELEASE} $$TSFILE -qm ${WRKSRC}/resources/i18n/qm/`basename $$TSFILE .ts`.qm; \ | ||||
| Show All 16 Lines | |||||