- update to grilo-0.2.0
This commit is contained in:
parent
95fef2e0fa
commit
4f9597682f
@ -1,13 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2012/08/16 13:50:09 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2012/09/28 11:11:21 jasper Exp $
|
||||
|
||||
COMMENT= framework for making media discovery and browsing easy
|
||||
|
||||
GNOME_PROJECT= grilo
|
||||
GNOME_VERSION= 0.1.20
|
||||
API= 0.1
|
||||
GNOME_VERSION= 0.2.0
|
||||
API= 0.2
|
||||
|
||||
SHARED_LIBS += grilo-0.1 0.0 # unknown
|
||||
SHARED_LIBS += grlnet-0.1 1.0 # unknown
|
||||
SHARED_LIBS += grilo-0.2 0.0 # 1.0
|
||||
SHARED_LIBS += grlnet-0.2 0.0 # 0.1
|
||||
|
||||
CATEGORIES+= multimedia
|
||||
|
||||
@ -29,6 +29,8 @@ WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
||||
WANTLIB += gthread-2.0 gtk-3 m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||||
WANTLIB += pcre pixman-1 png pthread pthread-stubs soup-2.4 stdc++
|
||||
WANTLIB += xcb xcb-render xcb-shm xml2 z
|
||||
WANTLIB += ICE SM atk-bridge-2.0 atspi dbus-1 harfbuzz icudata
|
||||
WANTLIB += icule icuuc
|
||||
|
||||
LIB_DEPENDS= devel/libsoup \
|
||||
x11/gtk+3
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/grilo-0.1.20.tar.xz) = NDjnamHHQwJZjIbWl45nylHkVEACmwRA3lUZy9FubaE=
|
||||
SIZE (gnome/grilo-0.1.20.tar.xz) = 477860
|
||||
SHA256 (gnome/grilo-0.2.0.tar.xz) = 2qsxBGhN0aNHqj87yOWkNfV4KfWU2VGJBpK5A1yZPR8=
|
||||
SIZE (gnome/grilo-0.2.0.tar.xz) = 493580
|
||||
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2012/08/16 13:50:09 jasper Exp $
|
||||
@lib lib/libgrilo-${API}.so.${LIBgrilo-0.1_VERSION}
|
||||
@lib lib/libgrlnet-${API}.so.${LIBgrlnet-0.1_VERSION}
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2012/09/28 11:11:21 jasper Exp $
|
||||
@lib lib/libgrilo-${API}.so.${LIBgrilo-0.2_VERSION}
|
||||
@lib lib/libgrlnet-${API}.so.${LIBgrlnet-0.2_VERSION}
|
||||
|
@ -1,10 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2012/08/16 13:50:09 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2012/09/28 11:11:21 jasper Exp $
|
||||
%%SHARED%%
|
||||
@bin bin/grilo-simple-playlist
|
||||
@bin bin/grilo-test-ui-${API}
|
||||
@bin bin/grl-inspect-${API}
|
||||
include/grilo-${API}/
|
||||
include/grilo-${API}/grilo.h
|
||||
include/grilo-${API}/grl-caps.h
|
||||
include/grilo-${API}/grl-config.h
|
||||
include/grilo-${API}/grl-data.h
|
||||
include/grilo-${API}/grl-definitions.h
|
||||
@ -13,17 +14,19 @@ include/grilo-${API}/grl-log.h
|
||||
include/grilo-${API}/grl-media-audio.h
|
||||
include/grilo-${API}/grl-media-box.h
|
||||
include/grilo-${API}/grl-media-image.h
|
||||
include/grilo-${API}/grl-media-plugin.h
|
||||
include/grilo-${API}/grl-media-source.h
|
||||
include/grilo-${API}/grl-media-video.h
|
||||
include/grilo-${API}/grl-media.h
|
||||
include/grilo-${API}/grl-metadata-key.h
|
||||
include/grilo-${API}/grl-metadata-source.h
|
||||
include/grilo-${API}/grl-multiple.h
|
||||
include/grilo-${API}/grl-operation-options.h
|
||||
include/grilo-${API}/grl-operation.h
|
||||
include/grilo-${API}/grl-plugin-registry.h
|
||||
include/grilo-${API}/grl-plugin.h
|
||||
include/grilo-${API}/grl-range-value.h
|
||||
include/grilo-${API}/grl-registry.h
|
||||
include/grilo-${API}/grl-related-keys.h
|
||||
include/grilo-${API}/grl-source.h
|
||||
include/grilo-${API}/grl-util.h
|
||||
include/grilo-${API}/grl-value-helper.h
|
||||
include/grilo-${API}/net/
|
||||
include/grilo-${API}/net/grl-net-wc.h
|
||||
include/grilo-${API}/net/grl-net.h
|
||||
@ -37,6 +40,7 @@ lib/libgrlnet-${API}.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/grilo-${API}.pc
|
||||
lib/pkgconfig/grilo-net-${API}.pc
|
||||
@man man/man1/grl-inspect.1
|
||||
share/gir-1.0/
|
||||
share/gir-1.0/Grl-${API}.gir
|
||||
share/gir-1.0/GrlNet-${API}.gir
|
||||
|
Loading…
Reference in New Issue
Block a user