Reset maintainer for pancake, tripledes and xdave. Thanks for your contributions!
This commit is contained in:
parent
6c28b13625
commit
572e90ac95
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'Ice'
|
||||
pkgname=Ice
|
||||
version=3.5.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_wrksrc=cpp
|
||||
homepage="http://www.zeroc.com"
|
||||
# XXX: other language bindings
|
||||
makedepends="zlib-devel bzip2-devel mcpp-devel db-devel>=5.3 expat-devel openssl-devel"
|
||||
short_desc="The Internet Communications Engine (Ice)"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, ICE"
|
||||
distfiles="${homepage}/download/Ice/3.5/${pkgname}-${version}.tar.gz"
|
||||
checksum=989e51194c6adadbd156da3288e37bad847b93b3b876502e83033b70493af392
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'ORBit2'
|
||||
pkgname=ORBit2
|
||||
version=2.14.19
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libglib-devel libIDL-devel"
|
||||
short_desc="Thin/fast CORBA ORB"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://projects.gnome.org/ORBit2/"
|
||||
distfiles="http://ftp.acc.umu.se/pub/gnome/sources/${pkgname}/2.14/${pkgname}-${version}.tar.bz2"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'VirtualGL'
|
||||
pkgname=VirtualGL
|
||||
version=2.3.2
|
||||
revision=3
|
||||
revision=4
|
||||
lib32disabled=yes
|
||||
build_style=cmake
|
||||
configure_args="-DTJPEG_INCLUDE_DIR=/usr/include
|
||||
|
@ -10,7 +10,7 @@ configure_args="-DTJPEG_INCLUDE_DIR=/usr/include
|
|||
hostmakedepends="cmake"
|
||||
makedepends="libXv-devel glu-devel libjpeg-turbo-devel>=1.3.0_4"
|
||||
short_desc="Run remote OpenGL applications with full acceleration"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.virtualgl.org/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${SOURCEFORGE_SITE}/virtualgl/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'a2jmidid'
|
||||
pkgname=a2jmidid
|
||||
version=8
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=waf
|
||||
hostmakedepends="python pkg-config"
|
||||
makedepends="alsa-lib-devel jack-devel dbus-devel"
|
||||
short_desc="Daemon for exposing legacy ALSA sequencer apps to JACK MIDI"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://home.gna.org/a2jmidid/"
|
||||
license="GPL-2"
|
||||
distfiles="http://download.gna.org/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'abiword'
|
||||
pkgname=abiword
|
||||
version=3.0.0
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-plugins --enable-clipart --enable-templates"
|
||||
hostmakedepends="automake libtool flex pkg-config"
|
||||
|
@ -10,7 +10,7 @@ makedepends="libjpeg-turbo-devel libpng-devel>=1.6 fribidi-devel libgsf-devel
|
|||
libwmf-devel libchamplain-devel>=0.12.7_2 redland-devel libical-devel"
|
||||
depends="hicolor-icon-theme desktop-file-utils"
|
||||
short_desc="Free word processing program similar to Microsoft(R) Word"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.abisource.com/"
|
||||
distfiles="${homepage}/downloads/${pkgname}/${version}/source/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'acr'
|
||||
pkgname=acr
|
||||
version=0.9.8
|
||||
revision=2
|
||||
revision=3
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
short_desc="AutoConf Replacement"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://github.com/radare/${pkgname}"
|
||||
distfiles="https://github.com/radare/${pkgname}/archive/${version}.tar.gz"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'aubio'
|
||||
pkgname=aubio
|
||||
version=0.3.2
|
||||
revision=6
|
||||
revision=7
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
# XXX lash, pure and swig support.
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libsamplerate-devel fftw-devel jack-devel"
|
||||
short_desc="A library for audio labelling"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://aubio.org"
|
||||
distfiles="${homepage}/pub/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'audacious-plugins'.
|
||||
pkgname=audacious-plugins
|
||||
version=3.4.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="
|
||||
|
@ -10,7 +10,7 @@ makedepends="
|
|||
libmodplug-devel fluidsynth-devel libcdio-devel wavpack-devel libnotify-devel
|
||||
libcurl-devel libmtp-devel neon-devel libmms-devel gtk+3-devel libxml2-devel"
|
||||
short_desc="Plugins for the Audacious media player"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://audacious-media-player.org/"
|
||||
distfiles="http://distfiles.audacious-media-player.org/${pkgname}-${version}.tar.bz2"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'audacious'.
|
||||
pkgname=audacious
|
||||
version=3.4.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-thunar"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libSM-devel gtk+3-devel dbus-glib-devel libguess-devel desktop-file-utils hicolor-icon-theme"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="Lightweight, advanced audio player focused on audio quality"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://audacious-media-player.org/"
|
||||
distfiles="http://distfiles.${pkgname}-media-player.org/${pkgname}-${version}.tar.bz2"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template build file for 'autogen'.
|
||||
pkgname=autogen
|
||||
version=5.18.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config which"
|
||||
makedepends="guile guile-devel>=2.0.9_3 libxml2-devel gc-devel"
|
||||
short_desc="The Automated Program Generator"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL3"
|
||||
homepage="http://autogen.sourceforge.net/"
|
||||
distfiles="${GNU_SITE}/${pkgname}/rel${version}/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'bc'
|
||||
pkgname=bc
|
||||
version=1.06.95
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-readline"
|
||||
hostmakedepends="flex"
|
||||
makedepends="libfl-devel readline-devel>=6.3"
|
||||
short_desc="An arbitrary precision numeric processing language"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnu.org/software/${pkgname}/"
|
||||
license="GPL-3"
|
||||
distfiles="http://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'bokken'
|
||||
pkgname=bokken
|
||||
version=1.6
|
||||
revision=4
|
||||
revision=5
|
||||
short_desc="GUI for the Pyew malware analysis tool and Radare the reverse engineering framework"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://inguma.eu/projects/bokken/"
|
||||
distfiles="http://inguma.eu/attachments/download/197/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bumblebee'
|
||||
pkgname=bumblebee
|
||||
version=3.2.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
CONF_DRIVER_MODULE_NVIDIA=nvidia
|
||||
|
@ -20,7 +20,7 @@ conf_files="
|
|||
/etc/bumblebee/xorg.conf.nvidia"
|
||||
system_groups="bumblebee"
|
||||
short_desc="NVIDIA Optimus support for Linux through VirtualGL"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.bumblebee-project.org/"
|
||||
license="GPL-3"
|
||||
distfiles="http://www.bumblebee-project.org/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'bwidget'
|
||||
pkgname=bwidget
|
||||
version=1.9.6
|
||||
revision=2
|
||||
revision=3
|
||||
noarch=yes
|
||||
makedepends="tk>=8.6"
|
||||
depends="${makedepends}"
|
||||
short_desc="Set of extension widgets for Tcl/Tk"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://tcllib.sourceforge.net/"
|
||||
license="tcl/tk"
|
||||
distfiles="${SOURCEFORGE_SITE}/tcllib/BWidget/$version/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'calf'
|
||||
pkgname=calf
|
||||
version=0.0.18.6
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-experimental"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -11,7 +11,7 @@ makedepends="expat-devel dssi-devel jack-devel glib-devel gtk+-devel
|
|||
depends="ladspa-sdk lv2 desktop-file-utils hicolor-icon-theme"
|
||||
homepage="http://calf.sourceforge.net"
|
||||
short_desc="LV2/DSSI/LADSPA plug-ins suite and standalone JACK host"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=304733efbafc00c94807a0f8d5a56125893769231db48f8d6a889b9ca794860f
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cherokee'
|
||||
pkgname=cherokee
|
||||
version=1.2.101
|
||||
revision=9
|
||||
revision=10
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||
|
@ -11,7 +11,7 @@ hostmakedepends="automake libtool python"
|
|||
makedepends="pcre-devel>=8.30 python-devel libldap-devel pam-devel
|
||||
libmysqlclient-devel ffmpeg-devel>=2.1 geoip-devel"
|
||||
short_desc="An innovative, feature rich, and yet easy to configure open source Web Server"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.cherokee-project.com/"
|
||||
license="GPL-2"
|
||||
distfiles="http://www.cherokee-project.de/mirrors/cherokee/1.2/${version}/cherokee-${version}.tar.gz"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'chroot-distcc'
|
||||
pkgname=chroot-distcc
|
||||
version=3.2rc1
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="distcc-${version}"
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
|
@ -10,7 +10,7 @@ configure_args="--with-included-popt --without-avahi --without-gnome
|
|||
make_install_target="install-programs"
|
||||
conflicts="distcc>=0"
|
||||
short_desc="Distributed compilation for faster C/C++ builds -- for xbps-src use"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://code.google.com/p/distcc"
|
||||
license="GPL-2"
|
||||
distfiles="http://distcc.googlecode.com/files/distcc-${version}.tar.bz2"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'confuse'
|
||||
pkgname=confuse
|
||||
version=2.7
|
||||
revision=5
|
||||
revision=6
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-shared --enable-static --disable-nls --with-pic"
|
||||
short_desc="C-library for parsing configuration files"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.nongnu.org/confuse/"
|
||||
license="ISC"
|
||||
distfiles="http://savannah.nongnu.org/download/confuse/confuse-2.7.tar.gz"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'darkice'
|
||||
pkgname=darkice
|
||||
version=1.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--with-lame-prefix=${XBPS_CROSS_BASE}/usr
|
||||
|
@ -16,7 +16,7 @@ makedepends="lame-devel libogg-devel libvorbis-devel faac-devel
|
|||
alsa-lib-devel pulseaudio-devel jack-devel libsamplerate-devel"
|
||||
conf_files="/etc/darkice.cfg"
|
||||
short_desc="A live audio streamer source client for icecast"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://code.google.com/p/${pkgname}/"
|
||||
distfiles="http://${pkgname}.googlecode.com/files/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'deadbeef'.
|
||||
pkgname=deadbeef
|
||||
version=0.6.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-gtk3 --disable-gtk2"
|
||||
hostmakedepends="pkg-config intltool yasm"
|
||||
|
@ -12,7 +12,7 @@ makedepends="desktop-file-utils hicolor-icon-theme libSM-devel libICE-devel
|
|||
pulseaudio-devel faad2-devel libsamplerate-devel glu-devel gtk+3-devel"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="Ultimate Music Player For GNU/Linux"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2,LGPL-2.1"
|
||||
homepage="http://deadbeef.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'dmenu'
|
||||
pkgname=dmenu
|
||||
version=4.5
|
||||
revision=6
|
||||
revision=7
|
||||
makedepends="libXinerama-devel"
|
||||
short_desc="A generic menu for X"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="http://tools.suckless.org/dmenu/"
|
||||
distfiles="http://dl.suckless.org/tools/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'dssi-vst'
|
||||
pkgname=dssi-vst
|
||||
version=0.9.2.20131028
|
||||
revision=2
|
||||
revision=3
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="zlib-devel jack-devel alsa-lib-devel liblo-devel
|
||||
dssi-devel ladspa-sdk wine wine-devel"
|
||||
depends="dssi ladspa-sdk ladspa-sdk-progs wine"
|
||||
short_desc="Run Windows VST plugins on Linux"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL"
|
||||
homepage="http://breakfastquay.com/dssi-vst/"
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'dssi'
|
||||
pkgname=dssi
|
||||
version=1.1.1
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="
|
||||
liblo-devel libsndfile-devel libsamplerate-devel alsa-lib-devel jack-devel
|
||||
ladspa-sdk libSM-devel libX11-devel qt-devel"
|
||||
short_desc="API for audio processing plugins"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://dssi.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'dvtm'
|
||||
pkgname=dvtm
|
||||
version=0.11
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
make_build_args="INCS=-I."
|
||||
makedepends="ncurses-devel"
|
||||
depends="ncurses" # needs tic at post-install
|
||||
short_desc="Tiling window manager for the console"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.brain-dump.org/projects/dvtm/"
|
||||
license="MIT/X11"
|
||||
distfiles="http://www.brain-dump.org/projects/dvtm/$pkgname-$version.tar.gz"
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template build file for 'eclipse-ecj'.
|
||||
pkgname=eclipse-ecj
|
||||
version=4.5
|
||||
revision=2
|
||||
revision=3
|
||||
noarch="yes"
|
||||
create_wrksrc=yes
|
||||
short_desc="A fork of the Eclipse Java bytecode compiler for GCJ"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="EPL"
|
||||
homepage="http://gcc.gnu.org/java/"
|
||||
checksum=98fd128f1d374d9e42fd9d4836bdd249c6d511ebc6c0df17fbc1b9df96c3d781
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'elinks'
|
||||
pkgname=elinks
|
||||
version=0.12pre6
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
makedepends="ncurses-devel openssl-devel"
|
||||
short_desc="Full-Featured Text WWW Browser"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://elinks.or.cz"
|
||||
license="GPL-3"
|
||||
distfiles="http://elinks.or.cz/download/$pkgname-$version.tar.bz2"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'evolution'
|
||||
pkgname=evolution
|
||||
version=3.12.2
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-pst-import --with-openldap --disable-bogofilter
|
||||
--with-krb5=/usr --disable-schemas-compile --disable-static --disable-spamassassin
|
||||
|
@ -16,7 +16,7 @@ makedepends="
|
|||
NetworkManager-devel enchant-devel iso-codes"
|
||||
depends="gtkhtml>=4.6 hicolor-icon-theme desktop-file-utils iso-codes"
|
||||
short_desc="Integrated mail, addressbook and calendaring for GNOME"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'flashrom'
|
||||
pkgname=flashrom
|
||||
version=0.9.7
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="utility for identifying, reading, writing, verifying and erasing flash chips"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
makedepends="pciutils-devel"
|
||||
homepage="http://www.flashrom.org"
|
||||
license="MIT/X11"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'flowcanvas'
|
||||
pkgname=flowcanvas
|
||||
version=0.7.1
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=waf
|
||||
hostmakedepends="pkg-config python"
|
||||
makedepends="gtkmm2-devel libgnomecanvasmm-devel graphviz-devel>=2.34 boost-devel"
|
||||
short_desc="Interactive canvas widget for boxes-and-lines style environments"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://drobilla.net/software/flowcanvas/"
|
||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'freealut'
|
||||
pkgname=freealut
|
||||
version=1.1.0
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libopenal-devel"
|
||||
short_desc="OpenAL Utility Toolkit (ALUT)"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://www.openal.org"
|
||||
distfiles="http://ftp.de.debian.org/debian/pool/main/f/freealut/freealut_1.1.0.orig.tar.gz>freealut-1.1.0.tar.gz"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gajim'
|
||||
pkgname=gajim
|
||||
version=0.15.3
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-site-packages"
|
||||
|
@ -10,7 +10,7 @@ makedepends="dbus-python pygtk-devel pyopenssl pysqlite"
|
|||
depends="python dbus-python pysqlite pyopenssl pygtk"
|
||||
pycompile_module="gajim"
|
||||
short_desc="Full featured Jabber/XMPP client"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="https://www.gajim.org"
|
||||
license="GPL-3"
|
||||
distfiles="https://gajim.org/downloads/0.15/gajim-$version.tar.bz2"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'geany'
|
||||
pkgname=geany
|
||||
version=1.24
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=configure
|
||||
configure_args=" --prefix=/usr"
|
||||
hostmakedepends="which pkg-config intltool python"
|
||||
makedepends="gtk+-devel vte-devel"
|
||||
depends="hicolor-icon-theme desktop-file-utils"
|
||||
short_desc="Fast and lightweight IDE"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.geany.org"
|
||||
distfiles="http://download.${pkgname}.org/${pkgname}-${version}.tar.bz2"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'geoip'
|
||||
pkgname=geoip
|
||||
version=1.4.8
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="GeoIP-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--mandir=/usr/share/man --sysconfdir=/etc/geoip"
|
||||
|
@ -9,7 +9,7 @@ hostmakedepends="automake libtool"
|
|||
makedepends="zlib-devel"
|
||||
conf_files="/etc/geoip/GeoIP.conf"
|
||||
short_desc="Non-DNS IP-to-country resolver C library and utilities"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.maxmind.com/app/c"
|
||||
license="GPL-2"
|
||||
distfiles="http://geolite.maxmind.com/download/${pkgname}/api/c/GeoIP-${version}.tar.gz"
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'gitflow'
|
||||
pkgname=gitflow
|
||||
version=20120925
|
||||
revision=1
|
||||
revision=2
|
||||
noarch="yes"
|
||||
depends="git"
|
||||
short_desc="Git extensions to provide high-level repository operations"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Liberal BSD"
|
||||
homepage="https://github.com/nvie/gitflow"
|
||||
checksum=654604b5ead726de0ebb1932b49785a6146c59d312f4931080a04e86b7afb177
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnome-clocks'
|
||||
pkgname=gnome-clocks
|
||||
version=3.12.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config intltool itstool gobject-introspection"
|
||||
makedepends="glib-devel vala-devel>=0.24 gnome-desktop-devel>=3.12
|
||||
|
@ -9,7 +9,7 @@ makedepends="glib-devel vala-devel>=0.24 gnome-desktop-devel>=3.12
|
|||
geocode-glib-devel>=3.12 geoclue2>=2.1 desktop-file-utils hicolor-icon-theme"
|
||||
depends="geoclue2>=2.1 desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="Clock application for the GNOME Desktop"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="https://live.gnome.org/GnomeClocks"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'gnome-common'
|
||||
pkgname=gnome-common
|
||||
version=3.7.4
|
||||
revision=2
|
||||
revision=3
|
||||
noarch="yes"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake"
|
||||
depends="automake"
|
||||
short_desc="Common scripts and macros to develop with GNOME"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/3.7/${pkgname}-${version}.tar.xz"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'gsasl'
|
||||
pkgname=gsasl
|
||||
version=1.8.0
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gssapi-impl=mit"
|
||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="readline-devel>=6.3 gnutls-devel>=3.1.5 libidn-devel mit-krb5-devel"
|
||||
short_desc="GNU SASL framework and a few common SASL mechanisms"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnu.org/software/gsasl"
|
||||
license="GPL-3"
|
||||
checksum=310262d1ded082d1ceefc52d6dad265c1decae8d84e12b5947d9b1dd193191e5
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'gtkaml'
|
||||
pkgname=gtkaml
|
||||
version=0.5.94
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config vala-devel>=0.18 glib-devel gtk+-devel>=2.20 libxml2-devel>=2.8"
|
||||
depends="pkg-config vala>=0.18"
|
||||
short_desc="An Application Markup Language for GTK+Vala"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gtkaml.org"
|
||||
license="LGPL-3"
|
||||
distfiles="https://$pkgname.googlecode.com/files/$pkgname-$version.tar.bz2"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template build file for 'guile'.
|
||||
pkgname=guile
|
||||
version=2.0.9
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-error-on-warning"
|
||||
hostmakedepends="pkg-config texinfo"
|
||||
makedepends="gmp-devel libltdl-devel libunistring-devel libffi-devel gc-devel ncurses-devel"
|
||||
short_desc="A portable, embeddable Scheme implementation written in C"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL"
|
||||
homepage="http://www.gnu.org/software/${pkgname}"
|
||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'hplip'
|
||||
pkgname=hplip
|
||||
version=3.13.11
|
||||
revision=2
|
||||
revision=3
|
||||
#XXX: pyqt pkgs for python gui
|
||||
hostmakedepends="pkg-config automake libtool"
|
||||
makedepends="python-devel libxml2-python cups-devel
|
||||
|
@ -12,7 +12,7 @@ conf_files="/etc/hp/hplip.conf"
|
|||
make_dirs="/var/lib/hp 0755 root root"
|
||||
lib32disabled=yes
|
||||
short_desc="HP Linux Imaging and Printing"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://hplipopensource.com/"
|
||||
license="GPL-2"
|
||||
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.gz"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'i3'
|
||||
pkgname=i3
|
||||
version=4.7.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="which perl pkg-config asciidoc xmlto"
|
||||
makedepends="pcre-devel>=8.30 yajl-devel libxcb-devel libev-devel
|
||||
|
@ -9,7 +9,7 @@ makedepends="pcre-devel>=8.30 yajl-devel libxcb-devel libev-devel
|
|||
xcb-util-keysyms-devel>=0.3.9 xcb-util-wm-devel>=0.3.9 xcb-util-cursor-devel"
|
||||
conf_files="/etc/i3/config /etc/i3/config.keycodes"
|
||||
short_desc="Improved tiling window manager"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="http://i3wm.org/"
|
||||
distfiles="${homepage}/downloads/${pkgname}-${version}.tar.bz2"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'i3status'
|
||||
pkgname=i3status
|
||||
version=2.8
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="asciidoc pkg-config"
|
||||
makedepends="yajl-devel confuse-devel wireless_tools-devel alsa-lib-devel libcap-devel"
|
||||
depends="libcap-progs"
|
||||
conf_files="/etc/i3status.conf"
|
||||
short_desc="Generates status bar to use with dzen2 or xmobar"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="http://i3.zekjur.net/i3status/"
|
||||
distfiles="${homepage}/${pkgname}-${version}.tar.bz2"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'icecast'
|
||||
pkgname=icecast
|
||||
version=2.3.2
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="openssl-devel libcurl-devel speex-devel
|
||||
libtheora-devel libvorbis-devel libogg-devel libxslt-devel libxml2-devel"
|
||||
conf_files="/etc/icecast.xml"
|
||||
short_desc="Free server software for streaming multimedia"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.icecast.org/"
|
||||
distfiles="http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'idjc'
|
||||
pkgname=idjc
|
||||
version=0.8.9
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="which pkg-config"
|
||||
makedepends="
|
||||
|
@ -12,7 +12,7 @@ makedepends="
|
|||
depends="pygtk mutagen desktop-file-utils shared-mime-info"
|
||||
pycompile_module="idjc"
|
||||
short_desc="Internet DJ Console"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://${pkgname}.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'ired'
|
||||
pkgname=ired
|
||||
version=0.5
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
short_desc="interactive raw editor (minimalist radare)"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.radare.org"
|
||||
license="LGPL"
|
||||
distfiles="http://www.radare.org/get/${pkgname}-$version.tar.gz"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'jack'
|
||||
pkgname=jack
|
||||
version=1.9.9.5
|
||||
revision=5
|
||||
revision=6
|
||||
# XXX libffado (firewire)
|
||||
hostmakedepends="pkg-config python"
|
||||
makedepends="libsamplerate-devel readline-devel>=6.3 dbus-devel celt-devel"
|
||||
short_desc="JACK Audio Connection Kit low-latency sound server (pro audio)"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://jackaudio.org/"
|
||||
distfiles="http://jackaudio.org/downloads/jack-1.9.9.5.tar.bz2"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ladish'
|
||||
pkgname=ladish
|
||||
version=1
|
||||
revision=5
|
||||
revision=6
|
||||
wrksrc="ladish-1+dfsg0"
|
||||
build_style=waf
|
||||
configure_args="--enable-liblash --enable-pylash"
|
||||
|
@ -12,7 +12,7 @@ makedepends="python-devel alsa-lib-devel jack-devel
|
|||
depends="jack a2jmidid hicolor-icon-theme"
|
||||
pycompile_module="lash.py"
|
||||
short_desc="Session management system for JACK applications"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://ladish.org"
|
||||
distfiles="http://ftp.de.debian.org/debian/pool/main/l/ladish/ladish_1+dfsg0.orig.tar.bz2"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'laditools'
|
||||
pkgname=laditools
|
||||
version=1.0.rc2
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="ladish-1/${pkgname}"
|
||||
build_style=python-module
|
||||
hostmakepends="python"
|
||||
|
@ -9,7 +9,7 @@ makedepends="python-devel pygtk-devel pyyaml vte-devel"
|
|||
depends="ladish jack pygtk pyyaml vte"
|
||||
pycompile_module="laditools"
|
||||
short_desc="Linux Audio Desktop Integration Tools"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.marcochapeau.org/software/laditools"
|
||||
license="GPL-3"
|
||||
distfiles="http://ladish.org/download/ladish-1-with-deps.tar.bz2"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'ladspa-sdk'
|
||||
pkgname=ladspa-sdk
|
||||
version=1.13
|
||||
revision=3
|
||||
revision=4
|
||||
noarch=yes
|
||||
wrksrc=ladspa_sdk
|
||||
distfiles="http://www.ladspa.org/download/ladspa_sdk.tgz"
|
||||
makedepends="libsndfile-progs"
|
||||
short_desc="Linux Audio Developer's Simple Plugin API (LADSPA)"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.ladspa.org/"
|
||||
license="LGPL-2.1"
|
||||
checksum=b5ed3f4f253a0f6c1b7a1f4b8cf62376ca9f51d999650dd822650c43852d306b
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'laptop-mode'
|
||||
pkgname=laptop-mode
|
||||
version=1.62
|
||||
revision=4
|
||||
revision=5
|
||||
noarch="yes"
|
||||
wrksrc=$pkgname-tools_$version
|
||||
short_desc="Laptop power saving package for Linux systems"
|
||||
maintainer="tripledes <tripledes@gmail.com>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://samwel.tk/laptop_mode/"
|
||||
distfiles="${homepage}/tools/downloads/$pkgname-tools_$version.tar.gz"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'ldc'
|
||||
pkgname=ldc
|
||||
version=0.11.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="$pkgname-$version-src"
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake llvm>=3.3"
|
||||
makedepends="libconfig++-devel"
|
||||
conf_files="/etc/ldc2.rebuild.conf /etc/ldc2.conf"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://wiki.dlang.org/LDC"
|
||||
license="BSD"
|
||||
short_desc="Portable D programming language compiler based on LLVM"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'libcello'
|
||||
pkgname=libCello
|
||||
version=1.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Higher level programming in C"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.libcello.org/"
|
||||
license="BSD"
|
||||
distfiles="http://$pkgname.org/static/$pkgname-$version.tar.gz"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'libev'
|
||||
pkgname=libev
|
||||
version=4.15
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
short_desc="High-performance event loop loosely modelled after libevent"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, BSD"
|
||||
homepage="http://software.schmorp.de/pkg/${pkgname}.html"
|
||||
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libgda'
|
||||
pkgname=libgda
|
||||
version=5.1.2
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ui --with-gtksourceview --with-graphviz --enable-json
|
||||
--enable-system-sqlite"
|
||||
|
@ -12,7 +12,7 @@ makedepends="glib-devel gtk+3-devel libxml2-devel libxslt-devel
|
|||
json-glib-devel readline-devel>=6.3"
|
||||
conf_files="/etc/libgda-5.0/config"
|
||||
short_desc="Database and data abstraction layer"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.gnome-db.org/"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/5.1/${pkgname}-${version}.tar.xz"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libgdiplus'
|
||||
pkgname=libgdiplus
|
||||
version=2.10.9
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-cairo=system"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -9,7 +9,7 @@ makedepends="tiff-devel cairo-devel giflib-devel glib-devel libexif-devel
|
|||
libpng-devel"
|
||||
patch_args="-Np1"
|
||||
short_desc="An Open Source Implementation of the GDI+ API"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.go-mono.org"
|
||||
license="LGPL-2, MPL"
|
||||
distfiles="http://download.mono-project.com/sources/${pkgname}/$pkgname-$version.tar.bz2"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template build file for 'libglademm'.
|
||||
pkgname=libglademm
|
||||
version=2.6.7
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="gtkmm2-devel libglade-devel"
|
||||
homepage="http://www.gtkmm.org"
|
||||
license="GPL-2"
|
||||
short_desc="Runtime interpreter for GLADE GUI files (gtkmm2 binding)"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.bz2"
|
||||
checksum=38543c15acf727434341cc08c2b003d24f36abc22380937707fc2c5c687a2bc3
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'libgnomecanvasmm'
|
||||
pkgname=libgnomecanvasmm
|
||||
version=2.26.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="gtkmm2-devel libgnomecanvas-devel"
|
||||
short_desc="GNOME Canvas library (gtkmm2 binding)"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://gtkmm.sourceforge.net/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.26/$pkgname-$version.tar.bz2"
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
pkgname=libgsm
|
||||
version=1.0.13
|
||||
wrksrc=gsm-1.0-pl13
|
||||
revision=9
|
||||
revision=10
|
||||
homepage="http://www.quut.com/gsm/"
|
||||
distfiles="http://www.mangler.org/downloads/${pkgname}-${version}.tar.gz"
|
||||
short_desc="GSM 06.10 lossy speech compression"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
checksum=52c518244d428c2e56c543b98c9135f4a76ff780c32455580b793f60a0a092ad
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'libguess'
|
||||
pkgname=libguess
|
||||
version=1.1
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libmowgli-devel"
|
||||
short_desc="High-speed character set detection library"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.atheme.org/project/libguess"
|
||||
license="custom"
|
||||
distfiles="http://distfiles.atheme.org/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'liblo'
|
||||
pkgname=liblo
|
||||
version=0.26
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
short_desc="Lightweight OSC implementation"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://plugin.org.uk/liblo/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'liblrdf'
|
||||
pkgname=liblrdf
|
||||
version=0.4.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="ladspa-sdk raptor-devel"
|
||||
short_desc="A lightweight RDF library with special support for LADSPA plugins"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://sourceforge.net/projects/lrdf"
|
||||
distfiles="${SOURCEFORGE_SITE}/lrdf/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'libmowgli'
|
||||
pkgname=libmowgli
|
||||
version=2.0.0
|
||||
revision=6
|
||||
revision=7
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="openssl-devel"
|
||||
short_desc="Performance and usability-oriented extensions to C"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.atheme.org/project/mowgli"
|
||||
license="MIT"
|
||||
distfiles="http://archlinux.c3sl.ufpr.br/other/packages/libmowgli/libmowgli-${version}.tar.gz"
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'libopenal'
|
||||
pkgname=libopenal
|
||||
version=1.15
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=cmake
|
||||
wrksrc="openal-soft-${version}"
|
||||
short_desc="A cross-platform 3D audio library"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://connect.creativelabs.com/openal/default.aspx"
|
||||
distfiles="http://kcat.strangesoft.net/openal-releases/openal-soft-${version}.tar.bz2"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'libosinfo'
|
||||
pkgname=libosinfo
|
||||
version=0.2.10
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-tests"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="libglib-devel libsoup-gnome-devel libxml2-devel libxslt-devel vala-devel"
|
||||
short_desc="GObject based library API for managing info about operating systems"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="https://fedorahosted.org/libosinfo/"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
distfiles="https://fedorahosted.org/releases/l/i/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'libshout-idjc'
|
||||
pkgname=libshout-idjc
|
||||
version=2.3.1
|
||||
revision=2
|
||||
revision=3
|
||||
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>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://${pkgname}.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/idjc/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'libtar'
|
||||
pkgname=libtar
|
||||
version=1.2.11
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
makedepends="zlib-devel"
|
||||
short_desc="C library for manipulating POSIX tar files"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="http://www.feep.net/libtar/"
|
||||
distfiles="ftp://ftp.feep.net/pub/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Template build file for 'libunistring'.
|
||||
pkgname=libunistring
|
||||
version=0.9.3
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
short_desc="Library for manipulating Unicode strings and C strings"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL"
|
||||
homepage="http://www.gnu.org/software/${pkgname}"
|
||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'lilv'
|
||||
pkgname=lilv
|
||||
version=0.14.4
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=waf
|
||||
configure_args="--dyn-manifest"
|
||||
hostmakedepends="pkg-config python"
|
||||
makedepends="python-devel serd-devel>=0.18.0 sord-devel sratom-devel>=0.4.0 lv2"
|
||||
short_desc="A simple yet powerful C API for using LV2 plugins"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="ISC"
|
||||
homepage="http://drobilla.net/software/lilv/"
|
||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'mcpp'
|
||||
pkgname=mcpp
|
||||
version=2.7.2
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-mcpplib"
|
||||
homepage="http://mcpp.sourceforge.net/"
|
||||
license="BSD"
|
||||
short_desc="Portable C preprocessor"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=3b9b4421888519876c4fc68ade324a3bbd81ceeb7092ecdbbc2055099fcb8864
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'mdbtools'
|
||||
pkgname=mdbtools
|
||||
version=0.5
|
||||
revision=6
|
||||
revision=7
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-glibtest --enable-sql"
|
||||
hostmakedepends="flex bison pkg-config"
|
||||
makedepends="readline-devel>=6.3 libglib-devel"
|
||||
short_desc="Library and utilities for reading Microsoft Access Databases"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://mdbtools.sourceforge.net/"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'mpg123'
|
||||
pkgname=mpg123
|
||||
version=1.20.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-module-suffix=.so --with-optimization=4
|
||||
--with-default-audio=alsa --enable-ipv6=yes --enable-network=yes"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="alsa-lib-devel libltdl-devel jack-devel pulseaudio-devel SDL-devel"
|
||||
short_desc="Fast console MPEG audio decoder/player"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.mpg123.de/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="http://www.${pkgname}.de/download/${pkgname}-${version}.tar.bz2"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Template build file for 'phorward'
|
||||
pkgname=phorward
|
||||
version=0.17
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
short_desc="Software package consisting of a powerful C functions library."
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.phorward-software.com"
|
||||
license="BSD"
|
||||
distfiles="${homepage}/products/${pkgname}/${pkgname}-${version}-source.tar.gz"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'protobuf-vala'
|
||||
pkgname=protobuf-vala
|
||||
version=0.1.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
makedepends="pkg-config libgee08-devel protobuf-devel vala-devel"
|
||||
depends="pkg-config glib-devel"
|
||||
short_desc="A plugin for the Google protocol buffer compiler to generate Vala code"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://launchpad.net/protobuf-vala/"
|
||||
distfiles="${homepage}/trunk/${version}/+download/${pkgname}-${version}.tar.xz"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'raptor'
|
||||
pkgname=raptor
|
||||
version=2.0.9
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc="raptor2-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-yajl=no"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libcurl-devel libxml2-devel libxslt-devel"
|
||||
short_desc="Raptor RDF Syntax Library"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://librdf.org/raptor"
|
||||
distfiles="http://librdf.org/dist/source/raptor2-${version}.tar.gz"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'rubberband'
|
||||
pkgname=rubberband
|
||||
version=1.6.0
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="ladspa-sdk libsamplerate-devel vamp-plugin-sdk-devel fftw-devel"
|
||||
depends="libvamp-plugin-sdk"
|
||||
short_desc="Time-stretching and pitch-shifting audio library"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.breakfastquay.com/rubberband/"
|
||||
distfiles="http://code.breakfastquay.com/attachments/download/16/${pkgname}-${version}.tar.bz2"
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'serd'
|
||||
pkgname=serd
|
||||
version=0.18.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=waf
|
||||
hostmakedepends="python"
|
||||
short_desc="Lightweight C library for RDF syntax"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="ISC"
|
||||
homepage="http://drobilla.net/software/serd/"
|
||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'skypetab-ng'
|
||||
pkgname=skypetab-ng
|
||||
version=20140309
|
||||
revision=2
|
||||
revision=3
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libX11-devel qt-devel"
|
||||
depends="skype libskypetab-ng-${version}_${revision}"
|
||||
short_desc="A program that adds tabs to Skype for Linux"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://keks-n.net/skypetab"
|
||||
license="GPL"
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'sord'
|
||||
pkgname=sord
|
||||
version=0.8.0
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=waf
|
||||
hostmakedepends="pkg-config python"
|
||||
makedepends="serd-devel pcre-devel>=8.30"
|
||||
short_desc="Lightweight C library for storing RDF data in memory"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="ISC"
|
||||
homepage="http://drobilla.net/software/sord/"
|
||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'vamp-plugin-sdk'
|
||||
pkgname=vamp-plugin-sdk
|
||||
version=2.2
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libsndfile-devel"
|
||||
short_desc="The Vamp audio analysis plugin system"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="http://www.vamp-plugins.org/"
|
||||
distfiles="${SOURCEFORGE_SITE}/vamp/${pkgname}-${version}.tar.gz"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'wv'
|
||||
pkgname=wv
|
||||
version=1.2.9
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libpng-devel>=1.6 libglib-devel libxml2-devel libgsf-devel"
|
||||
short_desc="A library which allows access to Microsoft Word files"
|
||||
homepage="http://wvware.sourceforge.net/"
|
||||
license="GPL-3"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://www.abisource.com/downloads/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=4c730d3b325c0785450dd3a043eeb53e1518598c4f41f155558385dd2635c19d
|
||||
|
||||
|
|
Loading…
Reference in New Issue