View | Details | Raw Unified | Return to bug 221942 | Differences between
and this patch

Collapse All | Expand All

(-)net-im/corebird/Makefile (-6 / +6 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	corebird
4
PORTNAME=	corebird
5
PORTVERSION=	1.5.1
5
PORTVERSION=	1.7.1
6
PORTREVISION=	1
7
CATEGORIES=	net-im
6
CATEGORIES=	net-im
8
7
9
MAINTAINER=	cpm@FreeBSD.org
8
MAINTAINER=	cpm@FreeBSD.org
Lines 16-37 Link Here
16
LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
15
LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
17
		libnotify.so:devel/libnotify \
16
		libnotify.so:devel/libnotify \
18
		libjson-glib-1.0.so:devel/json-glib \
17
		libjson-glib-1.0.so:devel/json-glib \
19
		librest-0.7.so:devel/librest \
20
		libgspell-1.so:textproc/gspell
18
		libgspell-1.so:textproc/gspell
21
19
20
USES=		autoreconf compiler:c++11-lang gmake libtool pkgconfig sqlite
21
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	baedert
23
GH_ACCOUNT=	baedert
24
24
25
USES=		autoreconf compiler:c++11-lang gmake libtool pkgconfig sqlite
26
27
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
28
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango
26
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango
29
INSTALLS_ICONS=	yes
27
INSTALLS_ICONS=	yes
30
28
31
OPTIONS_DEFINE=		GSTREAMER NLS
29
OPTIONS_DEFINE=		DEBUG GSTREAMER NLS
32
OPTIONS_DEFAULT=	GSTREAMER
30
OPTIONS_DEFAULT=	GSTREAMER
33
OPTIONS_SUB=		yes
31
OPTIONS_SUB=		yes
34
32
33
DEBUG_CONFIGURE_ON=		--enable-debug
34
35
GSTREAMER_LIB_DEPENDS=		libgstbase-1.0.so:multimedia/gstreamer1 \
35
GSTREAMER_LIB_DEPENDS=		libgstbase-1.0.so:multimedia/gstreamer1 \
36
				libgstreamer-1.0.so:multimedia/gstreamer1
36
				libgstreamer-1.0.so:multimedia/gstreamer1
37
GSTREAMER_USE=			gstreamer1=yes,bad,good,gtk,hls,libav,soup,x,ximagesrc
37
GSTREAMER_USE=			gstreamer1=yes,bad,good,gtk,hls,libav,soup,x,ximagesrc
(-)net-im/corebird/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1499505257
1
TIMESTAMP = 1509281675
2
SHA256 (baedert-corebird-1.5.1_GH0.tar.gz) = 007d0420c8c32134d47d4c06676f9f3fac654ea818af6daf319ac8eb7c007eb6
2
SHA256 (baedert-corebird-1.7.1_GH0.tar.gz) = 3fa248b4e00b3975f92995031d7c2659954cf8ef212c2c699b5ff409f4100edd
3
SIZE (baedert-corebird-1.5.1_GH0.tar.gz) = 501313
3
SIZE (baedert-corebird-1.7.1_GH0.tar.gz) = 547665
(-)net-im/corebird/pkg-plist (-1 / +1 lines)
Lines 1-6 Link Here
1
bin/corebird
1
bin/corebird
2
man/man1/corebird.1.gz
2
man/man1/corebird.1.gz
3
share/appdata/org.baedert.corebird.appdata.xml
4
share/applications/corebird.desktop
3
share/applications/corebird.desktop
5
share/dbus-1/services/org.baedert.corebird.service
4
share/dbus-1/services/org.baedert.corebird.service
6
share/icons/hicolor/256x256/apps/corebird.png
5
share/icons/hicolor/256x256/apps/corebird.png
Lines 11-16 Link Here
11
share/icons/hicolor/48x48/apps/corebird.png
10
share/icons/hicolor/48x48/apps/corebird.png
12
share/icons/hicolor/64x64/apps/corebird.png
11
share/icons/hicolor/64x64/apps/corebird.png
13
share/icons/hicolor/96x96/apps/corebird.png
12
share/icons/hicolor/96x96/apps/corebird.png
13
share/metainfo/org.baedert.corebird.appdata.xml
14
%%NLS%%share/locale/ar/LC_MESSAGES/corebird.mo
14
%%NLS%%share/locale/ar/LC_MESSAGES/corebird.mo
15
%%NLS%%share/locale/ast/LC_MESSAGES/corebird.mo
15
%%NLS%%share/locale/ast/LC_MESSAGES/corebird.mo
16
%%NLS%%share/locale/ca/LC_MESSAGES/corebird.mo
16
%%NLS%%share/locale/ca/LC_MESSAGES/corebird.mo

Return to bug 221942