- 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
This commit is contained in:
Pawel Pekala 2013-10-05 12:06:39 +00:00
parent 83b4dddcf7
commit 6ceacf7d89
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329446
2 changed files with 5 additions and 5 deletions

View file

@ -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 for mplayer
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:

View file

@ -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