View | Details | Raw Unified | Return to bug 201474
Collapse All | Expand All

(-)multimedia/umplayer/Makefile (-3 / +9 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	umplayer
4
PORTNAME=	umplayer
5
DISTVERSION=	0.97
5
DISTVERSION=	0.97
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	multimedia audio kde
7
CATEGORIES=	multimedia audio kde
8
MASTER_SITES=	LOCAL/wen
8
MASTER_SITES=	LOCAL/wen
9
9
Lines 10-20 Link Here
10
MAINTAINER=	lichray@gmail.com
10
MAINTAINER=	lichray@gmail.com
11
COMMENT=	Modern front-end for MPlayer (fork of SMPlayer)
11
COMMENT=	Modern front-end for MPlayer (fork of SMPlayer)
12
12
13
LICENSE=	GPLv3
14
LICENSE_FILE=	${WRKSRC}/Copying.txt
15
13
RUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer
16
RUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer
14
17
15
USES=		gmake qmake tar:xz
18
USES=		desktop-file-utils gmake qmake tar:xz
16
USE_QT4=	gui network xml moc_build rcc_build uic_build \
19
USE_QT4=	gui network xml moc_build rcc_build uic_build \
17
		linguist_build
20
		linguisttools_build
18
INSTALLS_ICONS=	yes
21
INSTALLS_ICONS=	yes
19
MAKE_ARGS+=	PREFIX=${PREFIX} DESTDIR=${STAGEDIR}
22
MAKE_ARGS+=	PREFIX=${PREFIX} DESTDIR=${STAGEDIR}
20
QMAKE_ARGS+=	"DEFINES+=NO_DEBUG_ON_CONSOLE"
23
QMAKE_ARGS+=	"DEFINES+=NO_DEBUG_ON_CONSOLE"
Lines 39-42 Link Here
39
		${WRKSRC}/Makefile
42
		${WRKSRC}/Makefile
40
.endif
43
.endif
41
44
45
post-install:
46
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
47
42
.include <bsd.port.mk>
48
.include <bsd.port.mk>
(-)multimedia/umplayer/files/patch-src_umplayer.cpp (-3 / +3 lines)
Lines 1-6 Link Here
1
--- ./src/umplayer.cpp.orig	2011-03-29 07:43:57.000000000 -0500
1
--- src/umplayer.cpp.orig	2011-09-13 08:33:08 UTC
2
+++ ./src/umplayer.cpp	2011-06-03 01:07:11.292091723 -0500
2
+++ src/umplayer.cpp
3
@@ -443,13 +443,13 @@ void UMPlayer::showInfo() {
3
@@ -447,13 +447,13 @@ void UMPlayer::showInfo() {
4
             .arg(umplayerVersion())
4
             .arg(umplayerVersion())
5
 #ifdef Q_OS_LINUX
5
 #ifdef Q_OS_LINUX
6
            .arg("Linux")
6
            .arg("Linux")

Return to bug 201474