mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
New package: streamripper-1.64.6
This commit is contained in:
parent
e6626ec173
commit
ee47f40f4d
2 changed files with 24 additions and 0 deletions
11
srcpkgs/streamripper/patches/musl-fix.patch
Normal file
11
srcpkgs/streamripper/patches/musl-fix.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- lib/ripstream.c
|
||||||
|
+++ lib/ripstream.c
|
||||||
|
@@ -714,7 +714,7 @@
|
||||||
|
char bigbuf[HEADER_SIZE] = "";
|
||||||
|
ID3V2frame id3v2frame;
|
||||||
|
#ifndef WIN32
|
||||||
|
- __uint32_t framesize = 0;
|
||||||
|
+ uint32_t framesize = 0;
|
||||||
|
#else
|
||||||
|
unsigned long int framesize = 0;
|
||||||
|
#endif
|
13
srcpkgs/streamripper/template
Normal file
13
srcpkgs/streamripper/template
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Template file for 'streamripper'
|
||||||
|
pkgname=streamripper
|
||||||
|
version=1.64.6
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="glib-devel libvorbis-devel libmad-devel faad2-devel"
|
||||||
|
short_desc="Mp3 recorder for shoutcast-compatible streams / internet radio"
|
||||||
|
maintainer="Piraty <piraty@users.noreply.github.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://streamripper.sourceforge.net/"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
|
checksum=c1d75f2e9c7b38fd4695be66eff4533395248132f3cc61f375196403c4d8de42
|
Loading…
Add table
Reference in a new issue