diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-06-24 22:10:53 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-06-24 22:10:53 +0000 |
commit | 5a116bd4281263260a92c006c8d12fdf663d32c0 (patch) | |
tree | 7f60709136afe1a1a6ab8438553ffc8ded4c62ab /audio/vo-amrwbenc | |
parent | b11a02c96db204bc8b617f84840c9f13d592c586 (diff) | |
download | ports-5a116bd4281263260a92c006c8d12fdf663d32c0.tar.gz ports-5a116bd4281263260a92c006c8d12fdf663d32c0.zip |
Notes
Diffstat (limited to 'audio/vo-amrwbenc')
-rw-r--r-- | audio/vo-amrwbenc/Makefile | 18 | ||||
-rw-r--r-- | audio/vo-amrwbenc/distinfo | 4 | ||||
-rw-r--r-- | audio/vo-amrwbenc/pkg-descr | 2 |
3 files changed, 7 insertions, 17 deletions
diff --git a/audio/vo-amrwbenc/Makefile b/audio/vo-amrwbenc/Makefile index 7da2338ee70e..186b45f4d941 100644 --- a/audio/vo-amrwbenc/Makefile +++ b/audio/vo-amrwbenc/Makefile @@ -7,9 +7,9 @@ PORTNAME= vo-amrwbenc PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= https://github.com/mstorsjo/${PORTNAME}/tarball/v${PORTVERSION}/ -DISTNAME= mstorsjo-${PORTNAME}-v${PORTVERSION}-0-g${GITVERSION} +MASTER_SITES= SF/opencore-amr/${PORTNAME} MAINTAINER= mm@FreeBSD.org COMMENT= VisualOn AMR-WB encoder library @@ -17,21 +17,11 @@ COMMENT= VisualOn AMR-WB encoder library LICENSE= ASL LICENSE_FILE= ${WRKSRC}/COPYING -GITVERSION= b20d264 -FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/mstorsjo-${PORTNAME}-${GITVERSION} - GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtoolize aclocal autoheader autoconf automake -ACLOCAL_ARGS= -I m4 -AUTOCONF_ARGS= -I m4 - -.include <bsd.port.pre.mk> - post-patch: @${REINPLACE_CMD} -E -e \ 's|^pkgconfigdir = .*|pkgconfigdir = $$(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.am + ${WRKSRC}/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/audio/vo-amrwbenc/distinfo b/audio/vo-amrwbenc/distinfo index 60d19ed92692..704d1d1fa045 100644 --- a/audio/vo-amrwbenc/distinfo +++ b/audio/vo-amrwbenc/distinfo @@ -1,2 +1,2 @@ -SHA256 (mstorsjo-vo-amrwbenc-v0.1.1-0-gb20d264.tar.gz) = 674fae9dddc52abffc4e441f15ad3a388f993331e97a70a31e01e213018b236e -SIZE (mstorsjo-vo-amrwbenc-v0.1.1-0-gb20d264.tar.gz) = 473426 +SHA256 (vo-amrwbenc-0.1.1.tar.gz) = ae6fd425ab76b2755801d9aafccb0e60faf4e1897fb1df260d6c8661d3f53719 +SIZE (vo-amrwbenc-0.1.1.tar.gz) = 581633 diff --git a/audio/vo-amrwbenc/pkg-descr b/audio/vo-amrwbenc/pkg-descr index 4b2326d6085d..ae4440312754 100644 --- a/audio/vo-amrwbenc/pkg-descr +++ b/audio/vo-amrwbenc/pkg-descr @@ -5,4 +5,4 @@ Rate Wideband (AMR-WB) audio codec. The library is based on a codec implementation by VisualOn as part of the Stagefright framework from the Google Android project. -WWW: https://github.com/mstorsjo/vo-amrwbenc +WWW: http://sourceforge.net/projects/opencore-amr |