Hi,

this is a simple update to 24.5.0 and adding a missing run dependency
of x11/qt5/qtdeclarative.
Upstream changed to github which got also addressed.

'make port-lib-depends-check' complained about missing Qt5Qml.4 from
qtdeclarative-5.15.13pl30, which seems to be included in qtdeclarative.

portcheck also complains about Qt5Qml when manually added to WANTLIB.

While running 'make fake' i saw the following line, but it seems
harmless:
./get_svn_revision.sh[8]: git: not found


I did play some videos on YouTube without issue.

Comments?

Thanks!


Index: Makefile
===================================================================
RCS file: /daten/openbsdmirror/cvs/mirror/ports/x11/smplayer/Makefile,v
retrieving revision 1.71
diff -u -p -u -p -r1.71 Makefile
--- Makefile    14 May 2024 13:55:25 -0000      1.71
+++ Makefile    26 May 2024 17:56:36 -0000
@@ -1,7 +1,9 @@
 COMMENT =              complete front-end for MPlayer and MPV
 
-DISTNAME =             smplayer-23.12.0
 CATEGORIES =           multimedia x11
+GH_ACCOUNT =           smplayer-dev
+GH_PROJECT =           smplayer
+GH_TAGNAME =           v24.5.0
 
 HOMEPAGE =             https://www.smplayer.info/
 
@@ -10,19 +12,16 @@ MAINTAINER =                Gonzalo L. R. <gonzalo@ope
 # GPLv2 (docs/en/gpl.html)
 PERMIT_PACKAGE =       Yes
 
-WANTLIB += ${COMPILER_LIBCXX}
-WANTLIB += GL Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5Widgets
-WANTLIB += Qt5Xml X11 Xext c m pthread z
-
-SITES =                        ${SITE_SOURCEFORGE:=smplayer/}
-
-EXTRACT_SUFX =         .tar.bz2
+WANTLIB +=             ${COMPILER_LIBCXX}
+WANTLIB +=             GL Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5Widgets
+WANTLIB +=             Qt5Xml X11 Xext c m pthread z
 
 MODULES =              x11/qt5
 RUN_DEPENDS =          devel/desktop-file-utils \
                        mpv-*|mplayer->=20090708:multimedia/mpv \
                        www/yt-dlp \
-                       x11/gtk+4,-guic
+                       x11/gtk+4,-guic \
+                       x11/qt5/qtdeclarative
 
 USE_GMAKE =            Yes
 
Index: distinfo
===================================================================
RCS file: /daten/openbsdmirror/cvs/mirror/ports/x11/smplayer/distinfo,v
retrieving revision 1.50
diff -u -p -u -p -r1.50 distinfo
--- distinfo    14 May 2024 13:55:25 -0000      1.50
+++ distinfo    26 May 2024 17:56:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (smplayer-23.12.0.tar.bz2) = 
17EK/YhUIpNy47lkf0i8r1YgG7jECJ8+FNn0/8il1+0=
-SIZE (smplayer-23.12.0.tar.bz2) = 5233977
+SHA256 (smplayer-24.5.0.tar.gz) = oyHajubm97AehVHi5vKUOYps9e1xU+BoNR3EyCouifk=
+SIZE (smplayer-24.5.0.tar.gz) = 6885353


-- 
greetings,

Florian Viehweger

Reply via email to