Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2013 12:06:39 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329446 - head/multimedia/smplayer
Message-ID:  <201310051206.r95C6dho057903@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Oct  5 12:06:39 2013
New Revision: 329446
URL: http://svnweb.freebsd.org/changeset/ports/329446

Log:
  - Update to version 0.8.6
  - Fix build on current
  - Allow parallel builds
  
  Changelog:
  
  - SMPlayer can now update its internal Youtube code so it's not necessary to
    update smplayer everytime Youtube makes a change.
  - A section "Updates" has been added to the preferences dialog, where it's
    possible to configure or disable the update checker.
  - SMPlayer could still fail to find some subtitles from opensubtitles.org.
    Hopefully this is fixed.
  - Several other bugfixes.
  
  PR:		ports/181408
  Submitted by:	myself
  Approved by:	maintainer timeout

Modified:
  head/multimedia/smplayer/Makefile   (contents, props changed)
  head/multimedia/smplayer/distinfo   (contents, props changed)

Modified: head/multimedia/smplayer/Makefile
==============================================================================
--- head/multimedia/smplayer/Makefile	Sat Oct  5 11:58:52 2013	(r329445)
+++ head/multimedia/smplayer/Makefile	Sat Oct  5 12:06:39 2013	(r329446)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	smplayer
-DISTVERSION=	0.8.5
+DISTVERSION=	0.8.6
 CATEGORIES=	multimedia audio kde
 MASTER_SITES=	SF/${PORTNAME}/SMPlayer/${PORTVERSION}
 
@@ -12,12 +12,11 @@ COMMENT=	Complete front-end based on Qt4
 RUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer \
 		${LOCALBASE}/share/smplayer/themes:${PORTSDIR}/multimedia/smplayer-themes
 
-USE_QT4=	gui network xml qmake_build moc_build rcc_build uic_build \
+USE_QT4=	gui network script xml qmake_build moc_build rcc_build uic_build \
 		uic3_build porting_build linguist_build
 
 ALL_TARGET=	src/smplayer
 
-MAKE_JOBS_UNSAFE=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 INSTALLS_ICONS=	yes
@@ -36,6 +35,7 @@ post-patch:
 		-e 's|lrelease|${QT_PREFIX}/bin/lrelease-qt4|g' \
 		-e 's|PREFIX=/usr/local|PREFIX=${PREFIX}|g' \
 		-e 's,/share/man,/man,g' \
+		-e 's, make, ${GMAKE},g' \
 		${WRKSRC}/Makefile
 
 post-install:

Modified: head/multimedia/smplayer/distinfo
==============================================================================
--- head/multimedia/smplayer/distinfo	Sat Oct  5 11:58:52 2013	(r329445)
+++ head/multimedia/smplayer/distinfo	Sat Oct  5 12:06:39 2013	(r329446)
@@ -1,2 +1,2 @@
-SHA256 (smplayer-0.8.5.tar.bz2) = 3c772738bbd4da2f5ff0e28408dab57dbf3fcdebc9d58097da45b0f2b0da6e6d
-SIZE (smplayer-0.8.5.tar.bz2) = 3343452
+SHA256 (smplayer-0.8.6.tar.bz2) = e091339977fbd0de5a04b782295326977fe4bb644bef8e5f252c5f249348e0dc
+SIZE (smplayer-0.8.6.tar.bz2) = 3336444



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310051206.r95C6dho057903>