Sunday, April 07, 2024

Re: NEW: multimedia/phonon-qt6 and multimedia/phonon-backend/vlc-qt6

On Sat Apr 06, 2024 at 02:36:43PM +0000, Klemens Nanni wrote:
> 14.03.2024 23:42, Rafael Sadowski via ports пишет:
> > I would like to import multimedia/phonon-backend/vlc-qt6
> > multimedia/phonon-qt6. Please find tarball attached. This import does
> > not create any conflicts but it needs a simple adjustment
>
> Why those LIB_DEPENDS those?
> No REVISION bumps?
>

Nothing changes: I moved LIB_DEPENDS as it is from Makefile.inc to the
Makefile's. This change is necessary to import
multimedia/phonon-backend/vlc-qt6 otherwise
multimedia/phonon-backend/vlc-qt6 depends on "multimedia/phonon>=4.12.0"
which is qt5.

> >
> > Looking for post-lock import OKs.
> >
> > Rafael
> >
> > ? vlc-qt6
> > Index: Makefile.inc
> > ===================================================================
> > RCS file: /cvs/ports/multimedia/phonon-backend/Makefile.inc,v
> > diff -u -p -r1.10 Makefile.inc
> > --- Makefile.inc 6 Jan 2024 15:21:43 -0000 1.10
> > +++ Makefile.inc 14 Mar 2024 20:40:07 -0000
> > @@ -2,5 +2,3 @@ CATEGORIES += multimedia
> >
> > # LGPL 2.1
> > PERMIT_PACKAGE = Yes
> > -
> > -LIB_DEPENDS += multimedia/phonon>=4.12.0
> > Index: gstreamer/Makefile
> > ===================================================================
> > RCS file: /cvs/ports/multimedia/phonon-backend/gstreamer/Makefile,v
> > diff -u -p -r1.33 Makefile
> > --- gstreamer/Makefile 6 Jan 2024 15:21:43 -0000 1.33
> > +++ gstreamer/Makefile 14 Mar 2024 20:40:07 -0000
> > @@ -21,7 +21,8 @@ RUN_DEPENDS = multimedia/gstreamer1/plug
> > multimedia/gstreamer1/plugins-libav \
> > x11/gtk+4,-guic
> >
> > -LIB_DEPENDS = multimedia/gstreamer1/core \
> > +LIB_DEPENDS = multimedia/phonon>=4.12.0 \
> > + multimedia/gstreamer1/core \
> > multimedia/gstreamer1/plugins-base \
> > x11/qt5/qtx11extras
> >
> > Index: vlc/Makefile
> > ===================================================================
> > RCS file: /cvs/ports/multimedia/phonon-backend/vlc/Makefile,v
> > diff -u -p -r1.17 Makefile
> > --- vlc/Makefile 6 Jan 2024 15:21:43 -0000 1.17
> > +++ vlc/Makefile 14 Mar 2024 20:40:07 -0000
> > @@ -12,7 +12,8 @@ MODULES = devel/kf5
> >
> > BUILD_DEPENDS = devel/gettext,-tools
> >
> > -LIB_DEPENDS = x11/vlc
> > +LIB_DEPENDS = multimedia/phonon>=4.12.0 \
> > + x11/vlc
> >
> > NO_TEST = Yes
> >
> >
>

No comments:

Post a Comment