mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
8a016444ba
Update evolution-dataserver to 3.38.0 and because of ABI breakage update ports depending on it Update bijiben to 3.38.0 Update gnome-calendar to 3.38.0 Update gnome-contacts to 3.38 Update gnome-maps to 3.38.0 Patch gnome-todo to work with newer evolution-dataserver (patched obtained from OpenBSD/Archlinux) Update evolution to 3.38.0 Update evolution-ews to 3.38.0 (among changes it brings support for office365) Update folks to 0.14.0 Update cheese to 3.38.0 Update aisleriot to 3.22.9 Update five-or-more to 3.22.2 Update fastream to 0.2.9 Update gnome-control-center to 3.36.4 Update gnmoe-settings-daemon to 3.38.0 Update meld to 3.21.0 Update gnome-desktop to 3.38.0 and because of ABI breakage bump portrevision of all dependant ports not touched by this update Update gnome-session to 3.38.0 Update gnome-shell to 3.36.6, now run depends on gdm Update gnome-shell-extensions to 3.36.3 Update mutter to 3.36.6
56 lines
1.6 KiB
Makefile
56 lines
1.6 KiB
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= brasero
|
|
PORTVERSION= 3.12.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils audio multimedia gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= CD/DVD mastering tool for the GNOME desktop
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool
|
|
LIB_DEPENDS= libnotify.so:devel/libnotify \
|
|
libtotem-plparser.so:multimedia/totem-pl-parser \
|
|
libcanberra-gtk3.so:audio/libcanberra-gtk3
|
|
RUN_DEPENDS= growisofs:sysutils/dvd+rw-tools \
|
|
cdrdao:sysutils/cdrdao
|
|
|
|
USES= desktop-file-utils gettext gmake gnome libtool pathfix \
|
|
pkgconfig shared-mime-info tar:xz xorg
|
|
USE_GNOME= gnomeprefix gtk30 intlhack libxml2
|
|
GNU_CONFIGURE= yes
|
|
USE_XORG= sm ice
|
|
USE_LDCONFIG= yes
|
|
USE_GSTREAMER1= yes
|
|
INSTALLS_ICONS= yes
|
|
CONFIGURE_ARGS= --disable-inotify --enable-search=no --enable-playlist=no \
|
|
--enable-introspection=yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_CAM_LIB_H=1 -Wno-error=format-nonliteral
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
MAKE_ENV= XDG_CACHE_HOME=${WRKDIR}
|
|
INSTALL_TARGET= install-strip
|
|
|
|
GLIB_SCHEMAS= org.gnome.brasero.gschema.xml
|
|
|
|
OPTIONS_SUB= yes
|
|
OPTIONS_DEFINE= NAUTILUS LIBBURNIA
|
|
OPTIONS_DEFAULT=NAUTILUS
|
|
NAUTILUS_DESC= Build nautilus extension
|
|
LIBBURNIA_DESC= Build libburnia plug-ins
|
|
NAUTILUS_USE= GNOME=nautilus3
|
|
NAUTILUS_CONFIGURE_ENABLE= nautilus
|
|
LIBBURNIA_LIB_DEPENDS= libburn.so:devel/libburn \
|
|
libisofs.so:devel/libisofs
|
|
LIBBURNIA_CONFIGURE_ENABLE= libburnia
|
|
|
|
PLIST_SUB= FULL_VERSION=${PORTVERSION}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
|
${WRKSRC}/libbrasero-burn/burn-process.c
|
|
|
|
.include <bsd.port.mk>
|