opus: update to 1.1.
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| # Template file for 'opus' | ||||
| pkgname=opus | ||||
| version=1.0.3 | ||||
| version=1.1 | ||||
| revision=1 | ||||
| build_style=gnu-configure | ||||
| configure_args="--enable-float-approx" | ||||
| @@ -9,14 +9,14 @@ maintainer="Juan RP <xtraeme@gmail.com>" | ||||
| homepage="http://www.opus-codec.org/" | ||||
| license="BSD" | ||||
| distfiles="http://downloads.xiph.org/releases/opus/opus-${version}.tar.gz" | ||||
| checksum=191a089c92dbc403de6980463dd3604b65beb12d283c607e246c8076363cb49c | ||||
| checksum=b9727015a58affcf3db527322bf8c4d2fcf39f5f6b8f15dbceca20206cbe1d95 | ||||
|  | ||||
| post_install() { | ||||
| 	vinstall COPYING 644 usr/share/licenses/opus | ||||
| } | ||||
|  | ||||
| opus-devel_package() { | ||||
| 	depends="opus-${version}_${revision}" | ||||
| 	depends="opus>=${version}_${revision}" | ||||
| 	short_desc+=" - development files" | ||||
| 	pkg_install() { | ||||
| 		vmove usr/include | ||||
| @@ -29,6 +29,6 @@ opus-devel_package() { | ||||
|  | ||||
| opus_package() { | ||||
| 	pkg_install() { | ||||
| 		vmove usr | ||||
| 		vmove all | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Juan RP
					Juan RP