Merge branch 'master' of github.com:voidlinux/xbps-packages

This commit is contained in:
Ypnose 2014-07-14 12:05:23 +02:00
commit 83ffea79c1
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'opusfile' # Template file for 'opusfile'
pkgname=opusfile pkgname=opusfile
version=0.6 version=0.6
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libogg-devel opus-devel openssl-devel" makedepends="libogg-devel opus-devel libressl-devel"
short_desc="Library for opening, seeking, and decoding .opus files" short_desc="Library for opening, seeking, and decoding .opus files"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.opus-codec.org/" homepage="http://www.opus-codec.org/"

View File

@ -1,11 +1,11 @@
# Template file for 'transmission' # Template file for 'transmission'
pkgname=transmission pkgname=transmission
version=2.84 version=2.84
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-nls --enable-cli --enable-daemon --enable-utp" configure_args="--enable-nls --enable-cli --enable-daemon --enable-utp"
hostmakedepends="pkg-config intltool" hostmakedepends="pkg-config intltool"
makedepends="zlib-devel openssl-devel dbus-glib-devel libcurl-devel libevent-devel gtk+3-devel" makedepends="zlib-devel libressl-devel dbus-glib-devel libcurl-devel libevent-devel gtk+3-devel"
short_desc="A fast, easy, and free BitTorrent client" short_desc="A fast, easy, and free BitTorrent client"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.transmissionbt.com/" homepage="http://www.transmissionbt.com/"