Added gst123-0.0.1 build template.
This commit is contained in:
parent
fb4c791286
commit
62a55ed59f
1 changed files with 29 additions and 0 deletions
29
srcpkgs/gst123/template
Normal file
29
srcpkgs/gst123/template
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Template file for 'gst123'
|
||||
pkgname=gst123
|
||||
version=0.0.1
|
||||
distfiles="http://space.twc.de/~stefan/gst123/gst123-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="GStreamer based CLI player"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=0a70f2a411056bb90a75e97f8320fc190c0a5b16de88e26ec8300b9c4c121cc1
|
||||
long_desc="
|
||||
The program gst123 is designed to be a more flexible command line player in
|
||||
the spirit of ogg123 and mpg123, based on gstreamer. It plays all file
|
||||
formats gstreamer understands, so if you have a music collection which
|
||||
contains different file formats, like flac, ogg and mp3, you can use
|
||||
gst123 to play all your music files."
|
||||
|
||||
Add_dependency run libgcc
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libstdc++
|
||||
Add_dependency run glib
|
||||
Add_dependency run libxml2
|
||||
Add_dependency run gstreamer
|
||||
Add_dependency run gst-plugins-base
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build libstdc++-devel
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build libxml2-devel
|
||||
Add_dependency build gstreamer-devel
|
||||
Add_dependency build gst-plugins-base-devel
|
||||
Add_dependency full gst-plugins-good
|
Loading…
Reference in a new issue