New package: libshout-idjc-2.3.1 required by the upcoming idjc update.
This commit is contained in:
parent
6b674495f2
commit
c42042f42b
|
@ -1428,3 +1428,4 @@ libevdev.so.1 libevdev-0.4_1
|
|||
libmutter-wayland.so.0 mutter-wayland-3.10.1_1
|
||||
libgdiplus.so.0 libgdiplus-2.10.9_1
|
||||
libmonosgen-2.0.so.1 mono-3.2.3_1
|
||||
libshout-idjc.so.3 libshout-idjc-2.3.1_1
|
||||
|
|
1
srcpkgs/libshout-idjc-devel
Symbolic link
1
srcpkgs/libshout-idjc-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libshout-idjc
|
34
srcpkgs/libshout-idjc/template
Normal file
34
srcpkgs/libshout-idjc/template
Normal file
|
@ -0,0 +1,34 @@
|
|||
# Template file for 'libshout-idjc'
|
||||
pkgname=libshout-idjc
|
||||
version=2.3.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="which pkg-config"
|
||||
makedepends="libvorbis-devel libogg-devel speex-devel"
|
||||
short_desc="Libshout plus some extensions for IDJC"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://${pkgname}.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/idjc/${pkgname}-${version}.tar.gz"
|
||||
checksum=188bed3389c43effc7427b68934f70977ce6eb505281a92d31a22deeae26ac47
|
||||
long_desc="
|
||||
Libshout is a library for communicating with and sending data to an
|
||||
icecast server. It handles the socket connection, the timing of the
|
||||
data, and prevents bad data from getting to the icecast server."
|
||||
|
||||
libshout-idjc-devel_package() {
|
||||
depends="libogg-devel libvorbis-devel speex-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
libshout-idjc_package() {
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user