mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Update grilo to 0.3.13 and grilo-plugins to 0.3.12
This commit is contained in:
parent
1d4cbcd3f0
commit
58e8992e42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550037
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= grilo-plugins
|
||||
PORTVERSION= 0.3.8
|
||||
PORTVERSION= 0.3.12
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
@ -25,7 +25,7 @@ LIB_DEPENDS= libgrilo-0.3.so:net/grilo \
|
||||
libgmime-2.6.so:mail/gmime26 \
|
||||
libjson-glib-1.0.so:devel/json-glib
|
||||
|
||||
USES= gettext gperf gnome meson pathfix pkgconfig sqlite tar:xz
|
||||
USES= gettext gperf gnome libarchive meson pathfix pkgconfig sqlite tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= glib20 intlhack libxml2
|
||||
USE_GSTREAMER1= chromaprint
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1544363290
|
||||
SHA256 (grilo-plugins-0.3.8.tar.xz) = 4cdd770b1554ee49cf77705401a35daa3ebff81badc05bd69d7240f50e60d65b
|
||||
SIZE (grilo-plugins-0.3.8.tar.xz) = 1408952
|
||||
TIMESTAMP = 1600938589
|
||||
SHA256 (grilo-plugins-0.3.12.tar.xz) = c6b6df086a164d65c206d70139ce80591f8feca3545612e45b823fb4fe4b2577
|
||||
SIZE (grilo-plugins-0.3.12.tar.xz) = 1845620
|
||||
|
@ -1,8 +1,6 @@
|
||||
lib/grilo-0.3/libgrlbookmarks.so
|
||||
lib/grilo-0.3/libgrlchromaprint.so
|
||||
%%DMAP%%lib/grilo-0.3/libgrldaap.so
|
||||
lib/grilo-0.3/libgrldleyna.so
|
||||
%%DMAP%%lib/grilo-0.3/libgrldpap.so
|
||||
lib/grilo-0.3/libgrlfilesystem.so
|
||||
lib/grilo-0.3/libgrlflickr.so
|
||||
lib/grilo-0.3/libgrlfreebox.so
|
||||
@ -18,7 +16,7 @@ lib/grilo-0.3/libgrlraitv.so
|
||||
lib/grilo-0.3/libgrlshoutcast.so
|
||||
lib/grilo-0.3/libgrlthetvdb.so
|
||||
lib/grilo-0.3/libgrltmdb.so
|
||||
%%TRACKER%%lib/grilo-0.3/libgrltracker.so
|
||||
lib/grilo-0.3/libgrltracker.so
|
||||
lib/grilo-0.3/libgrlvimeo.so
|
||||
lib/grilo-0.3/libgrlyoutube.so
|
||||
libdata/pkgconfig/grilo-plugins-0.3.pc
|
||||
@ -28,6 +26,9 @@ share/help/C/grilo-plugins/legal.xml
|
||||
share/help/cs/examples/example-tmdb.c
|
||||
share/help/cs/grilo-plugins/grilo-plugins.xml
|
||||
share/help/cs/grilo-plugins/legal.xml
|
||||
share/help/da/examples/example-tmdb.c
|
||||
share/help/da/grilo-plugins/grilo-plugins.xml
|
||||
share/help/da/grilo-plugins/legal.xml
|
||||
share/help/de/examples/example-tmdb.c
|
||||
share/help/de/grilo-plugins/grilo-plugins.xml
|
||||
share/help/de/grilo-plugins/legal.xml
|
||||
@ -43,6 +44,9 @@ share/help/pt_BR/grilo-plugins/legal.xml
|
||||
share/help/sv/examples/example-tmdb.c
|
||||
share/help/sv/grilo-plugins/grilo-plugins.xml
|
||||
share/help/sv/grilo-plugins/legal.xml
|
||||
share/help/uk/examples/example-tmdb.c
|
||||
share/help/uk/grilo-plugins/grilo-plugins.xml
|
||||
share/help/uk/grilo-plugins/legal.xml
|
||||
share/locale/as/LC_MESSAGES/grilo-plugins.mo
|
||||
share/locale/bg/LC_MESSAGES/grilo-plugins.mo
|
||||
share/locale/bs/LC_MESSAGES/grilo-plugins.mo
|
||||
@ -70,6 +74,7 @@ share/locale/ko/LC_MESSAGES/grilo-plugins.mo
|
||||
share/locale/lt/LC_MESSAGES/grilo-plugins.mo
|
||||
share/locale/lv/LC_MESSAGES/grilo-plugins.mo
|
||||
share/locale/ml/LC_MESSAGES/grilo-plugins.mo
|
||||
share/locale/ms/LC_MESSAGES/grilo-plugins.mo
|
||||
share/locale/nb/LC_MESSAGES/grilo-plugins.mo
|
||||
share/locale/ne/LC_MESSAGES/grilo-plugins.mo
|
||||
share/locale/nl/LC_MESSAGES/grilo-plugins.mo
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= grilo
|
||||
PORTVERSION= 0.3.7
|
||||
PORTVERSION= 0.3.13
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
@ -20,9 +20,11 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
|
||||
USES= gettext gnome localbase meson pathfix pkgconfig \
|
||||
python:3.4+,build tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= glib20 intlhack introspection:build libxml2
|
||||
USE_GNOME= glib20 introspection:build libxml2
|
||||
BINARY_ALIAS= python=${PYTHON_VERSION}
|
||||
|
||||
MESON_ARGS= -Denable-gtk-doc=false
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
OPTIONS_DEFINE= UI
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1544362589
|
||||
SHA256 (grilo-0.3.7.tar.xz) = ea3baf71692df177649a968635ed2bc39855c34c327274245c240f726831e9b7
|
||||
SIZE (grilo-0.3.7.tar.xz) = 232544
|
||||
TIMESTAMP = 1600938401
|
||||
SHA256 (grilo-0.3.13.tar.xz) = d14837f22341943ed8a189d9f0827a17016b802d18d0ed080e1413de0fdc927b
|
||||
SIZE (grilo-0.3.13.tar.xz) = 236420
|
||||
|
@ -28,13 +28,13 @@ lib/girepository-1.0/GrlNet-0.3.typelib
|
||||
lib/girepository-1.0/GrlPls-0.3.typelib
|
||||
lib/libgrilo-0.3.so
|
||||
lib/libgrilo-0.3.so.0
|
||||
lib/libgrilo-0.3.so.0.307.1
|
||||
lib/libgrilo-0.3.so.0.313.1
|
||||
lib/libgrlnet-0.3.so
|
||||
lib/libgrlnet-0.3.so.0
|
||||
lib/libgrlnet-0.3.so.0.307.0
|
||||
lib/libgrlnet-0.3.so.0.313.0
|
||||
lib/libgrlpls-0.3.so
|
||||
lib/libgrlpls-0.3.so.0
|
||||
lib/libgrlpls-0.3.so.0.307.0
|
||||
lib/libgrlpls-0.3.so.0.313.0
|
||||
libdata/pkgconfig/grilo-0.3.pc
|
||||
libdata/pkgconfig/grilo-net-0.3.pc
|
||||
libdata/pkgconfig/grilo-pls-0.3.pc
|
||||
@ -71,6 +71,7 @@ share/locale/ko/LC_MESSAGES/grilo.mo
|
||||
share/locale/lt/LC_MESSAGES/grilo.mo
|
||||
share/locale/lv/LC_MESSAGES/grilo.mo
|
||||
share/locale/ml/LC_MESSAGES/grilo.mo
|
||||
share/locale/ms/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
|
||||
|
Loading…
Reference in New Issue
Block a user