diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-13 03:13:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-13 03:13:36 +0800 |
commit | 07bb2a99f8611548c9dcb3e8498f8daa88331738 (patch) | |
tree | c4442e22619a1a82b1ba5f0c074653cea3070b7c /net/gupnp-av | |
parent | 5ebd729973b219f4ea290e550d84627adc27ff29 (diff) | |
download | freebsd-ports-gnome-07bb2a99f8611548c9dcb3e8498f8daa88331738.tar.gz freebsd-ports-gnome-07bb2a99f8611548c9dcb3e8498f8daa88331738.tar.zst freebsd-ports-gnome-07bb2a99f8611548c9dcb3e8498f8daa88331738.zip |
- Update to 0.10.2
- Change MASTER_SITES to GNOME
- Add LICENSE
- Sort USE_GNOME
- Update pkg-descr
- Take maintainership
Changes: http://git.gnome.org/browse/gupnp-av/tree/NEWS
Diffstat (limited to 'net/gupnp-av')
-rw-r--r-- | net/gupnp-av/Makefile | 17 | ||||
-rw-r--r-- | net/gupnp-av/distinfo | 4 | ||||
-rw-r--r-- | net/gupnp-av/pkg-descr | 6 | ||||
-rw-r--r-- | net/gupnp-av/pkg-plist | 4 |
4 files changed, 21 insertions, 10 deletions
diff --git a/net/gupnp-av/Makefile b/net/gupnp-av/Makefile index 1e6318f6d769..2bcb14faec1c 100644 --- a/net/gupnp-av/Makefile +++ b/net/gupnp-av/Makefile @@ -6,18 +6,25 @@ # PORTNAME= gupnp-av -PORTVERSION= 0.5.4 -PORTREVISION= 2 +PORTVERSION= 0.10.2 CATEGORIES= net -MASTER_SITES= http://www.gupnp.org/sites/all/files/sources/ +MASTER_SITES= GNOME -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Helpers for audio/video applications using GUPnP +LICENSE= LGPL20 + +BUILD_DEPENDS= gobject-introspection>=0.9.5:${PORTSDIR}/devel/gobject-introspection \ + gupnp>=0.17.0:${PORTSDIR}/net/gupnp LIB_DEPENDS= gupnp-1.0:${PORTSDIR}/net/gupnp +RUN_DEPENDS= gupnp>=0.17.0:${PORTSDIR}/net/gupnp +CONFIGURE_ARGS= --enable-introspection=yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack intlhack glib20 +USE_GMAKE= yes +USE_GNOME= glib20 gnomehack USE_LDCONFIG= yes +USE_XZ= yes .include <bsd.port.mk> diff --git a/net/gupnp-av/distinfo b/net/gupnp-av/distinfo index 1d99c2f9474a..45a1bc78baf6 100644 --- a/net/gupnp-av/distinfo +++ b/net/gupnp-av/distinfo @@ -1,2 +1,2 @@ -SHA256 (gupnp-av-0.5.4.tar.gz) = a887fda040dd7c58592ed4667d8ea983231b5e09f42f00738739d9c4ab7b45bd -SIZE (gupnp-av-0.5.4.tar.gz) = 398793 +SHA256 (gupnp-av-0.10.2.tar.xz) = 4863c9bcbfa2e9fcb215d43c8d1e4090fbd078f8ae65e45a3314e7f6d59a8cbf +SIZE (gupnp-av-0.10.2.tar.xz) = 289784 diff --git a/net/gupnp-av/pkg-descr b/net/gupnp-av/pkg-descr index d48a4f5477c2..a0557dcab606 100644 --- a/net/gupnp-av/pkg-descr +++ b/net/gupnp-av/pkg-descr @@ -1,4 +1,4 @@ -GUPnP-AV is a collection of helpers for building AV (audio/video) -applications using GUPnP. +GUPnP-AV is a collection of helpers for building AV (audio/video) applications +using GUPnP. -WWW: http://www.gupnp.org/ +WWW: http://www.gupnp.org/ diff --git a/net/gupnp-av/pkg-plist b/net/gupnp-av/pkg-plist index 2ab4ea866572..8071f2c235fc 100644 --- a/net/gupnp-av/pkg-plist +++ b/net/gupnp-av/pkg-plist @@ -12,11 +12,13 @@ include/gupnp-av-1.0/libgupnp-av/gupnp-dlna.h include/gupnp-av-1.0/libgupnp-av/gupnp-last-change-parser.h include/gupnp-av-1.0/libgupnp-av/gupnp-protocol-info.h include/gupnp-av-1.0/libgupnp-av/gupnp-search-criteria-parser.h +lib/girepository-1.0/GUPnPAV-1.0.typelib lib/libgupnp-av-1.0.a lib/libgupnp-av-1.0.la lib/libgupnp-av-1.0.so lib/libgupnp-av-1.0.so.2 libdata/pkgconfig/gupnp-av-1.0.pc +share/gir-1.0/GUPnPAV-1.0.gir share/gtk-doc/html/gupnp-av/GUPnPDIDLLiteContainer.html share/gtk-doc/html/gupnp-av/GUPnPDIDLLiteContributor.html share/gtk-doc/html/gupnp-av/GUPnPDIDLLiteDescriptor.html @@ -44,5 +46,7 @@ share/gtk-doc/html/gupnp-av/up.png @dirrmtry share/gtk-doc/html/gupnp-av @dirrmtry share/gtk-doc/html @dirrmtry share/gtk-doc +@dirrmtry share/gir-1.0 +@dirrmtry lib/girepository-1.0 @dirrmtry include/gupnp-av-1.0/libgupnp-av @dirrmtry include/gupnp-av-1.0 |