mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Update grilo to 0.3.7
* Build switched from autotools to meson
This commit is contained in:
parent
0a284fbe1d
commit
d916b3e975
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487053
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= grilo
|
||||
PORTVERSION= 0.3.4
|
||||
PORTVERSION= 0.3.7
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
@ -17,21 +17,17 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
|
||||
liboauth.so:net/liboauth \
|
||||
libtotem-plparser.so:multimedia/totem-pl-parser
|
||||
|
||||
USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz
|
||||
USES= gettext gnome localbase meson pathfix pkgconfig \
|
||||
python:3.4+,build tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= glib20 intlhack introspection:build libxml2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--enable-vala -disable-debug
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
# --enable-debug include debug symbols
|
||||
CONFIGURE_ARGS+=--enable-tests # build unit tests
|
||||
BINARY_ALIAS= python=${PYTHON_VERSION}
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
OPTIONS_DEFINE= UI
|
||||
|
||||
UI_DESC= Enable testing UI
|
||||
UI_CONFIGURE_ENABLE=test-ui
|
||||
UI_MESON_TRUE= enable-test-ui
|
||||
UI_USE= GNOME=cairo,gdkpixbuf2,gtk30
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1506671082
|
||||
SHA256 (grilo-0.3.4.tar.xz) = 7c6964053b42574c2f14715d2392a02ea5cbace955eb73e067c77aa3e43b066e
|
||||
SIZE (grilo-0.3.4.tar.xz) = 644616
|
||||
TIMESTAMP = 1544362589
|
||||
SHA256 (grilo-0.3.7.tar.xz) = ea3baf71692df177649a968635ed2bc39855c34c327274245c240f726831e9b7
|
||||
SIZE (grilo-0.3.7.tar.xz) = 232544
|
||||
|
@ -26,18 +26,15 @@ include/grilo-0.3/pls/grl-pls.h
|
||||
lib/girepository-1.0/Grl-0.3.typelib
|
||||
lib/girepository-1.0/GrlNet-0.3.typelib
|
||||
lib/girepository-1.0/GrlPls-0.3.typelib
|
||||
lib/libgrilo-0.3.a
|
||||
lib/libgrilo-0.3.so
|
||||
lib/libgrilo-0.3.so.0
|
||||
lib/libgrilo-0.3.so.0.1.3
|
||||
lib/libgrlnet-0.3.a
|
||||
lib/libgrilo-0.3.so.0.307.1
|
||||
lib/libgrlnet-0.3.so
|
||||
lib/libgrlnet-0.3.so.0
|
||||
lib/libgrlnet-0.3.so.0.0.3
|
||||
lib/libgrlpls-0.3.a
|
||||
lib/libgrlnet-0.3.so.0.307.0
|
||||
lib/libgrlpls-0.3.so
|
||||
lib/libgrlpls-0.3.so.0
|
||||
lib/libgrlpls-0.3.so.0.0.0
|
||||
lib/libgrlpls-0.3.so.0.307.0
|
||||
libdata/pkgconfig/grilo-0.3.pc
|
||||
libdata/pkgconfig/grilo-net-0.3.pc
|
||||
libdata/pkgconfig/grilo-pls-0.3.pc
|
||||
@ -60,10 +57,12 @@ share/locale/en_GB/LC_MESSAGES/grilo.mo
|
||||
share/locale/eo/LC_MESSAGES/grilo.mo
|
||||
share/locale/es/LC_MESSAGES/grilo.mo
|
||||
share/locale/eu/LC_MESSAGES/grilo.mo
|
||||
share/locale/fi/LC_MESSAGES/grilo.mo
|
||||
share/locale/fr/LC_MESSAGES/grilo.mo
|
||||
share/locale/fur/LC_MESSAGES/grilo.mo
|
||||
share/locale/gl/LC_MESSAGES/grilo.mo
|
||||
share/locale/he/LC_MESSAGES/grilo.mo
|
||||
share/locale/hr/LC_MESSAGES/grilo.mo
|
||||
share/locale/hu/LC_MESSAGES/grilo.mo
|
||||
share/locale/id/LC_MESSAGES/grilo.mo
|
||||
share/locale/it/LC_MESSAGES/grilo.mo
|
||||
@ -71,15 +70,16 @@ share/locale/ja/LC_MESSAGES/grilo.mo
|
||||
share/locale/ko/LC_MESSAGES/grilo.mo
|
||||
share/locale/lt/LC_MESSAGES/grilo.mo
|
||||
share/locale/lv/LC_MESSAGES/grilo.mo
|
||||
share/locale/nl/LC_MESSAGES/grilo.mo
|
||||
share/locale/ml/LC_MESSAGES/grilo.mo
|
||||
share/locale/nb/LC_MESSAGES/grilo.mo
|
||||
share/locale/ne/LC_MESSAGES/grilo.mo
|
||||
share/locale/nl/LC_MESSAGES/grilo.mo
|
||||
share/locale/oc/LC_MESSAGES/grilo.mo
|
||||
share/locale/pa/LC_MESSAGES/grilo.mo
|
||||
share/locale/pl/LC_MESSAGES/grilo.mo
|
||||
share/locale/pt/LC_MESSAGES/grilo.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/grilo.mo
|
||||
share/locale/ro/LC_MESSAGES/grilo.mo
|
||||
share/locale/ru/LC_MESSAGES/grilo.mo
|
||||
share/locale/sk/LC_MESSAGES/grilo.mo
|
||||
share/locale/sl/LC_MESSAGES/grilo.mo
|
||||
|
Loading…
Reference in New Issue
Block a user