- Update to version 1.2
- Add missing lib depends - Trim Makefile header Feature safe: yes
This commit is contained in:
parent
e039942011
commit
ff1da4b542
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306039
3 changed files with 16 additions and 8 deletions
|
@ -1,12 +1,8 @@
|
|||
# New ports collection makefile for: smtube
|
||||
# Date created: 2012-05-17
|
||||
# Whom: Pawel Pekala <pawel@FreeBSD.org>
|
||||
#
|
||||
# Created by: Pawel Pekala <pawel@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= smtube
|
||||
PORTVERSION= 1.1
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SF/smplayer/SMTube/${PORTVERSION}/
|
||||
|
||||
|
@ -14,9 +10,19 @@ MAINTAINER= pawel@FreeBSD.org
|
|||
COMMENT= SMPlayer YouTube browser
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/smplayer:${PORTSDIR}/multimedia/smplayer
|
||||
LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
|
||||
pcre:${PORTSDIR}/devel/pcre \
|
||||
png15:${PORTSDIR}/graphics/png \
|
||||
freetype:${PORTSDIR}/print/freetype2 \
|
||||
expat:${PORTSDIR}/textproc/expat2 \
|
||||
fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
xcb:${PORTSDIR}/x11/libxcb
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_ICONV= yes
|
||||
USE_XORG= ice sm x11 xau xdmcp xext xrender
|
||||
USE_QT4= linguist_build moc_build qmake_build rcc_build uic_build \
|
||||
corelib gui network xml
|
||||
INSTALLS_ICONS= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (smtube-1.1.tar.bz2) = a86e6f75bf1609f28cd9ec88820a95a380a88ff978a1b15f30121e045cf05b99
|
||||
SIZE (smtube-1.1.tar.bz2) = 296345
|
||||
SHA256 (smtube-1.2.tar.bz2) = 11e4ed7245900febd17e4d486b68f58ec5aef7b90da5f25d796db19ae596425a
|
||||
SIZE (smtube-1.2.tar.bz2) = 299131
|
||||
|
|
|
@ -2,8 +2,10 @@ bin/smtube
|
|||
%%DATADIR%%/translations/smtube_en.qm
|
||||
%%DATADIR%%/translations/smtube_es.qm
|
||||
%%DATADIR%%/translations/smtube_eu.qm
|
||||
%%DATADIR%%/translations/smtube_hu.qm
|
||||
%%DATADIR%%/translations/smtube_ja.qm
|
||||
%%DATADIR%%/translations/smtube_lt.qm
|
||||
%%DATADIR%%/translations/smtube_pl.qm
|
||||
%%DATADIR%%/translations/smtube_pt.qm
|
||||
%%DATADIR%%/translations/smtube_ru_RU.qm
|
||||
%%DATADIR%%/translations/smtube_zh_CN.qm
|
||||
|
|
Loading…
Reference in a new issue