multimedia/xfce4-parole: Update to 4.20.0
- Move build to meson
This commit is contained in:
parent
0b04e3740a
commit
02f1adc8d8
@ -1,6 +1,5 @@
|
|||||||
PORTNAME= parole
|
PORTNAME= parole
|
||||||
PORTVERSION= 4.18.2
|
PORTVERSION= 4.20.0
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= multimedia xfce
|
CATEGORIES= multimedia xfce
|
||||||
MASTER_SITES= XFCE/apps
|
MASTER_SITES= XFCE/apps
|
||||||
DIST_SUBDIR= xfce4
|
DIST_SUBDIR= xfce4
|
||||||
@ -15,44 +14,47 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||||||
LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
||||||
libdbus-glib-1.so:devel/dbus-glib \
|
libdbus-glib-1.so:devel/dbus-glib \
|
||||||
libnotify.so:devel/libnotify \
|
libnotify.so:devel/libnotify \
|
||||||
libtag_c.so:audio/taglib \
|
libtag_c.so:audio/taglib
|
||||||
libharfbuzz.so:print/harfbuzz
|
|
||||||
RUN_DEPENDS= xdg-screensaver:devel/xdg-utils
|
RUN_DEPENDS= xdg-screensaver:devel/xdg-utils
|
||||||
|
|
||||||
USES= compiler:c++11-lang desktop-file-utils gettext-tools \
|
USES= compiler:c++11-lang desktop-file-utils gettext-tools gnome \
|
||||||
gmake gnome gstreamer libtool pkgconfig tar:bzip2 xfce xorg
|
gstreamer meson pkgconfig tar:xz xfce xorg
|
||||||
USE_GNOME= cairo gdkpixbuf gtk30 glib20
|
USE_GNOME= glib20 gtk30
|
||||||
USE_GSTREAMER= core faad flac wavpack x
|
USE_GSTREAMER= core faad flac wavpack x
|
||||||
USE_XFCE= libmenu xfconf
|
USE_XFCE= libmenu xfconf
|
||||||
USE_XORG= ice sm x11
|
USE_XORG= ice sm x11
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
MESON_ARGS= -Dgtk-doc=false \
|
||||||
CONFIGURE_ARGS= --enable-notify-plugin \
|
-Dmpris2-plugin=enabled \
|
||||||
--enable-tray-plugin \
|
-Dnotify-plugin=enabled \
|
||||||
--enable-taglib \
|
-Dtaglib=enabled \
|
||||||
--enable-mpris2-plugin \
|
-Dtray-plugin=enabled \
|
||||||
--without-html-dir
|
-Dx11=enabled
|
||||||
INSTALL_TARGET= install-strip
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= NLS
|
OPTIONS_DEFINE= NLS WAYLAND
|
||||||
OPTIONS_DEFAULT= HTTP
|
OPTIONS_DEFAULT= HTTP WAYLAND
|
||||||
OPTIONS_GROUP= GST_PLUG
|
OPTIONS_GROUP= GST_PLUG
|
||||||
OPTIONS_GROUP_GST_PLUG= CDDA HTTP
|
OPTIONS_GROUP_GST_PLUG= CDDA HTTP
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
|
||||||
GST_PLUG_DESC= Additional GStreamer plugins
|
GST_PLUG_DESC= Additional GStreamer plugins
|
||||||
HTTP_DESC= HTTP streaming (libsoup)
|
HTTP_DESC= HTTP streaming (libsoup)
|
||||||
|
|
||||||
CDDA_USE= gstreamer=cdparanoia
|
CDDA_USE= GSTREAMER=cdparanoia
|
||||||
|
|
||||||
HTTP_USE= gstreamer=soup
|
HTTP_USE= GSTREAMER=soup
|
||||||
|
|
||||||
NLS_USES= gettext-runtime
|
NLS_USES= gettext-runtime
|
||||||
NLS_CONFIGURE_ENABLE= nls
|
|
||||||
|
WAYLAND_LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell
|
||||||
|
WAYLAND_MESON_ENABLED= wayland
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
# Fix .rc files path
|
# Fix .rc files path
|
||||||
@${REINPLACE_CMD} -e 's|xfce4/src/misc|${PORTNAME}|g' \
|
@${REINPLACE_CMD} -e 's|xfce4/src/misc|${PORTNAME}|g' \
|
||||||
${WRKSRC}/src/common/parole-rc-utils.h
|
${WRKSRC}/src/common/parole-rc-utils.h
|
||||||
|
|
||||||
|
post-patch-NLS-off:
|
||||||
|
@${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1735172090
|
TIMESTAMP = 1747847711
|
||||||
SHA256 (xfce4/parole-4.18.2.tar.bz2) = 6625288b760d38a15c295051ecf66c556fcad21dd1516d6d661c2a582421ee0e
|
SHA256 (xfce4/parole-4.20.0.tar.xz) = 5cf753e670d6518701133eb860d8bceb3a08a496af6a2b7cc67b93320230c983
|
||||||
SIZE (xfce4/parole-4.18.2.tar.bz2) = 1183723
|
SIZE (xfce4/parole-4.20.0.tar.xz) = 481288
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user