From owner-svn-ports-head@FreeBSD.ORG Sat Oct 5 12:06:40 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4DFFE397; Sat, 5 Oct 2013 12:06:40 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 22BA32CD1; Sat, 5 Oct 2013 12:06:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r95C6dAj057907; Sat, 5 Oct 2013 12:06:40 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r95C6dho057903; Sat, 5 Oct 2013 12:06:39 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201310051206.r95C6dho057903@svn.freebsd.org> From: Pawel Pekala Date: Sat, 5 Oct 2013 12:06:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329446 - head/multimedia/smplayer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Oct 2013 12:06:40 -0000 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