mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
aur updates
This commit is contained in:
parent
4015d9e09c
commit
7f3940892a
14 changed files with 47 additions and 111 deletions
|
@ -3,7 +3,7 @@
|
|||
# Contributor: Maik Broemme <mbroemme@libmpq.org>
|
||||
|
||||
pkgname=asterisk
|
||||
pkgver=11.5.1
|
||||
pkgver=11.6.0
|
||||
pkgrel=1
|
||||
pkgdesc="A complete PBX solution"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -12,7 +12,7 @@ backup=('etc/asterisk/acl.conf' 'etc/asterisk/adsi.conf' 'etc/asterisk/agents.co
|
|||
'etc/asterisk/cdr_odbc.conf' 'etc/asterisk/cdr_pgsql.conf' 'etc/asterisk/cdr_sqlite3_custom.conf' 'etc/asterisk/cdr_syslog.conf' 'etc/asterisk/cdr_tds.conf' 'etc/asterisk/cel.conf' 'etc/asterisk/cel_custom.conf' 'etc/asterisk/cel_odbc.conf'
|
||||
'etc/asterisk/cel_pgsql.conf' 'etc/asterisk/cel_sqlite3_custom.conf' 'etc/asterisk/cel_tds.conf' 'etc/asterisk/chan_dahdi.conf' 'etc/asterisk/chan_mobile.conf' 'etc/asterisk/cli.conf' 'etc/asterisk/cli_aliases.conf' 'etc/asterisk/cli_permissions.conf'
|
||||
'etc/asterisk/codecs.conf' 'etc/asterisk/confbridge.conf' 'etc/asterisk/config_test.conf' 'etc/asterisk/console.conf' 'etc/asterisk/dbsep.conf' 'etc/asterisk/dnsmgr.conf' 'etc/asterisk/dsp.conf' 'etc/asterisk/dundi.conf' 'etc/asterisk/enum.conf'
|
||||
'etc/asterisk/extconfig.conf' 'etc/asterisk/extensions.conf' 'etc/asterisk/extensions_minivm.conf' 'etc/asterisk/features.conf' 'etc/asterisk/festival.conf' 'etc/asterisk/followme.conf' 'etc/asterisk/func_odbc.conf' 'etc/asterisk/gtalk.conf'
|
||||
'etc/asterisk/extconfig.conf' 'etc/asterisk/extensions.conf' 'etc/asterisk/extensions.lua' 'etc/asterisk/extensions_minivm.conf' 'etc/asterisk/features.conf' 'etc/asterisk/festival.conf' 'etc/asterisk/followme.conf' 'etc/asterisk/func_odbc.conf' 'etc/asterisk/gtalk.conf'
|
||||
'etc/asterisk/h323.conf' 'etc/asterisk/http.conf' 'etc/asterisk/iax.conf' 'etc/asterisk/iaxprov.conf' 'etc/asterisk/indications.conf' 'etc/asterisk/jabber.conf' 'etc/asterisk/jingle.conf' 'etc/asterisk/logger.conf' 'etc/asterisk/manager.conf' 'etc/asterisk/meetme.conf'
|
||||
'etc/asterisk/mgcp.conf' 'etc/asterisk/minivm.conf' 'etc/asterisk/misdn.conf' 'etc/asterisk/modules.conf' 'etc/asterisk/motif.conf' 'etc/asterisk/musiconhold.conf' 'etc/asterisk/muted.conf' 'etc/asterisk/ooh323.conf' 'etc/asterisk/osp.conf' 'etc/asterisk/oss.conf'
|
||||
'etc/asterisk/phone.conf' 'etc/asterisk/phoneprov.conf' 'etc/asterisk/queuerules.conf' 'etc/asterisk/queues.conf' 'etc/asterisk/res_config_mysql.conf' 'etc/asterisk/res_config_sqlite.conf' 'etc/asterisk/res_config_sqlite3.conf'
|
||||
|
@ -22,14 +22,14 @@ backup=('etc/asterisk/acl.conf' 'etc/asterisk/adsi.conf' 'etc/asterisk/agents.co
|
|||
url="http://www.asterisk.org"
|
||||
license=('GPL')
|
||||
depends=('alsa-lib' 'speex' 'popt' 'libvorbis' 'curl')
|
||||
makedepends=('postgresql' 'unixodbc' 'sqlite3')
|
||||
optdepends=('libpri' 'libss7' 'openr2' 'iksemel' 'radiusclient-ng' 'dahdi')
|
||||
makedepends=('sqlite3')
|
||||
optdepends=('lua51' 'libsrtp' 'postgresql' 'unixodbc' 'libpri' 'libss7' 'openr2' 'iksemel' 'radiusclient-ng' 'dahdi')
|
||||
source=(http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-${pkgver}.tar.gz \
|
||||
${pkgname}.service \
|
||||
${pkgname}.logrotated \
|
||||
${pkgname}.tmpfile)
|
||||
install=${pkgname}.install
|
||||
sha256sums=('fefa9def9c8f97c89931f12b29b3ac616ae1a8454c01c524678163061dcb42b2'
|
||||
sha256sums=('80aa523bdaab71ce419022d8c851aaeda718dc5bbf5fe8cb99786da546dd8cee'
|
||||
'74e0b278d553499f0c648a6e3d55c0dbb11b0c6dc93a85b020a21eafadb83783'
|
||||
'caa24cfec5c6b4f8cea385269e39557362acad7e2a552994c3bc24080e3bdd4e'
|
||||
'673c0c55bce8068c297f9cdd389402c2d5d5a25e2cf84732cb071198bd6fa78a')
|
||||
|
|
|
@ -6,16 +6,16 @@
|
|||
# Contributor: Simon Perry <aur [at] sanxion [dot] net>
|
||||
|
||||
pkgname=dropbear
|
||||
pkgver=2013.59
|
||||
pkgver=2013.60
|
||||
pkgrel=1
|
||||
pkgdesc="Lightweight replacement for sshd"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('i686' 'x86_64' 'armv6h')
|
||||
url="http://matt.ucc.asn.au/dropbear/dropbear.html"
|
||||
license=('MIT')
|
||||
depends=('zlib')
|
||||
source=(http://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2
|
||||
$pkgname.service)
|
||||
sha256sums=('5e09d773bc4ed4ee904cfa253ab3ac9cd180bf6cdf62475e610bae41dbeb499f'
|
||||
sha256sums=('4c0c52453b4dd96ef79e5968ed3676de008ee0cf133632acae12bbad588681bb'
|
||||
'1920dc2d9a1dd86b3137ae4348196f9b95142d6eee484ee536bc7dfed7f0def0')
|
||||
|
||||
build() {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Contributor: Farhan Yousaf <farhany at xaviya dot com>
|
||||
|
||||
pkgname=netatalk
|
||||
pkgver=3.0.5
|
||||
pkgver=3.1.0
|
||||
pkgrel=1
|
||||
pkgdesc='A kernel-level implementation of AFP services'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -18,8 +18,8 @@ backup=('etc/afp.conf'
|
|||
options=('!libtool')
|
||||
install=$pkgname.install
|
||||
changelog=$pkgname.changelog
|
||||
source=(http://iweb.dl.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
|
||||
md5sums=('1ac905f5f5dc44eeec4e4c54db67d481')
|
||||
source=(http://softlayer-dal.dl.sourceforge.net/project/$pkgname/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
|
||||
md5sums=('30ae75457ed4d28ae1c8620d5579cd60')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2013-11-06 SJ_UnderWater
|
||||
|
||||
* 3.1.0-1:
|
||||
package update
|
||||
|
||||
2013-08-15 SJ_UnderWater
|
||||
|
||||
* 3.0.5-1:
|
||||
|
|
|
@ -2,7 +2,7 @@ include Makefile.include
|
|||
|
||||
CFLAGS+=-std=c++0x -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DTARGET_LINUX -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CMAKE_CONFIG -D__VIDEOCORE4__ -U_FORTIFY_SOURCE -Wall -DHAVE_OMXLIB -DUSE_EXTERNAL_FFMPEG -DHAVE_LIBAVCODEC_AVCODEC_H -DHAVE_LIBAVUTIL_OPT_H -DHAVE_LIBAVUTIL_MEM_H -DHAVE_LIBAVUTIL_AVUTIL_H -DHAVE_LIBAVFORMAT_AVFORMAT_H -DHAVE_LIBAVFILTER_AVFILTER_H -DHAVE_LIBSWRESAMPLE_SWRESAMPLE_H -DOMX -DOMX_SKIP64BIT -ftree-vectorize -DUSE_EXTERNAL_OMX -DTARGET_RASPBERRY_PI -DUSE_EXTERNAL_LIBBCM_HOST
|
||||
|
||||
LDFLAGS+=-L./ -lc -lWFC -lGLESv2 -lEGL -lbcm_host -lopenmaxil -lfreetype -lz
|
||||
LDFLAGS+=-L./ -lc -lWFC -lGLESv2 -lEGL -lbcm_host -lopenmaxil -lfreetype -lz -ldbus-1
|
||||
|
||||
INCLUDES+=-I./ -Ilinux
|
||||
|
||||
|
@ -22,6 +22,8 @@ SRC=linux/XMemUtils.cpp \
|
|||
OMXStreamInfo.cpp \
|
||||
OMXAudioCodecOMX.cpp \
|
||||
OMXCore.cpp \
|
||||
OMXControl.cpp \
|
||||
Keyboard.cpp \
|
||||
OMXVideo.cpp \
|
||||
OMXAudio.cpp \
|
||||
OMXClock.cpp \
|
||||
|
|
|
@ -22,6 +22,7 @@ CFLAGS += -pipe -mcpu=arm1176jzf-s -fomit-frame-pointer -mabi=aapcs-linux \
|
|||
LDFLAGS += -L/opt/vc/lib/ -Wl,-rpath /opt/vc/lib/
|
||||
|
||||
INCLUDES += -I/opt/vc/include -I/opt/vc/include/interface/vcos/ \
|
||||
-I/opt/vc/include/interface/vcos/pthreads \
|
||||
-I/usr/include/freetype2 -I/opt/vc/include/interface/vmcs_host/linux
|
||||
-I/opt/vc/include/interface/vcos/pthreads -I/usr/include/freetype2 \
|
||||
-I/opt/vc/include/interface/vmcs_host/linux -I/usr/include/dbus-1.0 \
|
||||
-I/usr/lib/dbus-1.0/include/
|
||||
|
||||
|
|
|
@ -1,27 +1,23 @@
|
|||
# Maintainer: Jonathan Hudson <jh+arch@daria.co.uk>
|
||||
# Contributor: Huulivoide <jesse.jaara@gmail.com>
|
||||
|
||||
buildarch=16
|
||||
# Maintainer: Huulivoide <gmail.com: jesse.jaara>
|
||||
# Contributor: Jonathan Hudson <daria.co.uk: jh+arch>
|
||||
|
||||
pkgname=omxplayer-git
|
||||
pkgver=20130803
|
||||
pkgver=251.38f05ee
|
||||
pkgrel=1
|
||||
pkgdesc="omxplayer is a command line media player for the RaspberryPi"
|
||||
arch=('arm' 'armv6h')
|
||||
url="https://github.com/popcornmix/omxplayer"
|
||||
license=(GPL2)
|
||||
depends=(ffmpeg raspberrypi-firmware-tools fbset)
|
||||
depends=(ffmpeg-compat raspberrypi-firmware-tools fbset dbus)
|
||||
makedepends=(git boost)
|
||||
optdepends=(ttf-freefont)
|
||||
provides=(omxplayer)
|
||||
conflicts=(omxplayer omxplayer-bin)
|
||||
source=(git://github.com/popcornmix/omxplayer.git
|
||||
omxplayer.arch Makefile.arch Makefile.include.arch
|
||||
gen_version.patch)
|
||||
omxplayer.arch Makefile.arch Makefile.include.arch)
|
||||
|
||||
pkgver() {
|
||||
cd omxplayer
|
||||
patch -p1 -i ../gen_version.patch
|
||||
echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
|
||||
}
|
||||
|
||||
|
@ -47,6 +43,5 @@ package() {
|
|||
|
||||
md5sums=('SKIP'
|
||||
'305f8fedbc4638434475c4a83ee78578'
|
||||
'cfd349a05cd8c456c6df25eec3fa6d86'
|
||||
'ef4586f5e8b042e4940c0e43f3185bf1'
|
||||
'da0a86d33865c0f93dbf226ec397f488')
|
||||
'5c0e2eaa325baad852c762d3030eb52e'
|
||||
'a8635442d02665944c04c18606453a04')
|
||||
|
|
|
@ -1,58 +0,0 @@
|
|||
From d865922e7de11ae33618954f16888303b39ec7b3 Mon Sep 17 00:00:00 2001
|
||||
From: Sergio Conde <skgsergio@gmail.com>
|
||||
Date: Wed, 7 Aug 2013 23:19:57 +0200
|
||||
Subject: [PATCH] Converted gen_version.sh to bash script. Fixes
|
||||
popcornmix/omxplayer#26
|
||||
|
||||
---
|
||||
Makefile | 2 +-
|
||||
gen_version.sh | 16 ++++++++--------
|
||||
2 files changed, 9 insertions(+), 9 deletions(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index a77f369..7878bc8 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -44,7 +44,7 @@ all: omxplayer.bin
|
||||
$(CXX) $(CFLAGS) $(INCLUDES) -c $< -o $@ -Wno-deprecated-declarations
|
||||
|
||||
version:
|
||||
- sh gen_version.sh > version.h
|
||||
+ bash gen_version.sh > version.h
|
||||
|
||||
omxplayer.bin: version $(OBJS)
|
||||
$(CXX) $(LDFLAGS) -o omxplayer.bin $(OBJS) -lvchiq_arm -lvcos -lrt -lpthread -lavutil -lavcodec -lavformat -lswscale -lswresample -lpcre
|
||||
diff --git a/gen_version.sh b/gen_version.sh
|
||||
index da810cd..fd4660f 100755
|
||||
--- a/gen_version.sh
|
||||
+++ b/gen_version.sh
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/bin/sh
|
||||
+#!/bin/bash
|
||||
#
|
||||
# Author:
|
||||
# Sergio Conde <skgsergio@gmail.com>
|
||||
@@ -24,12 +24,12 @@ if [ x"$?" = x"0" ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
-echo "#ifndef __VERSION_H__"
|
||||
-echo "#define __VERSION_H__\n"
|
||||
+echo -e "#ifndef __VERSION_H__"
|
||||
+echo -e "#define __VERSION_H__\n"
|
||||
|
||||
-echo "#define VERSION_DATE \"$date\""
|
||||
-echo "#define VERSION_HASH \"$hash\""
|
||||
-echo "#define VERSION_BRANCH \"$branch\""
|
||||
-echo "#define VERSION_REPO \"$repo\""
|
||||
+echo -e "#define VERSION_DATE \"$date\""
|
||||
+echo -e "#define VERSION_HASH \"$hash\""
|
||||
+echo -e "#define VERSION_BRANCH \"$branch\""
|
||||
+echo -e "#define VERSION_REPO \"$repo\""
|
||||
|
||||
-echo "\n#endif"
|
||||
\ No newline at end of file
|
||||
+echo -e "\n#endif"
|
||||
--
|
||||
1.8.1.6
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- omxplayer/omxplayer.cpp.orig 2013-02-02 09:31:33.347600923 +0000
|
||||
+++ omxplayer/omxplayer.cpp 2013-02-02 09:32:03.477096232 +0000
|
||||
@@ -71,7 +71,7 @@
|
||||
int m_use_hw_audio = false;
|
||||
std::string m_external_subtitles_path;
|
||||
bool m_has_external_subtitles = false;
|
||||
-std::string m_font_path = "/usr/share/fonts/truetype/freefont/FreeSans.ttf";
|
||||
+std::string m_font_path = "/usr/share/fonts/TTF/FreeSans.ttf";
|
||||
bool m_has_font = false;
|
||||
float m_font_size = 0.055f;
|
||||
bool m_centered = false;
|
|
@ -1,11 +1,12 @@
|
|||
# Maintainer: Kyle Keen <keenerd@gmail.com>
|
||||
# Contributor: Gilrain <pierre.buard+aur gmail com>
|
||||
# Contributor: bruenig
|
||||
pkgname=packer
|
||||
pkgver=9e61bd1
|
||||
pkgver=20131001
|
||||
pkgrel=1
|
||||
pkgdesc="Bash wrapper for pacman and aur"
|
||||
url="http://github.com/keenerd/packer"
|
||||
license="GPL3"
|
||||
license=("GPL3")
|
||||
arch=('any')
|
||||
makedepends=('git')
|
||||
depends=('grep' 'sed' 'bash' 'curl' 'pacman' 'jshon' 'expac')
|
||||
|
@ -16,7 +17,7 @@ md5sums=('SKIP')
|
|||
|
||||
pkgver() {
|
||||
cd "$pkgname"
|
||||
git describe --always | sed 's|-|.|g'
|
||||
git show -s --format="%ci" HEAD | sed -e 's/-//g' -e 's/ .*//'
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Maintainer: bug <bug2000@gmail.com>
|
||||
# Contributor: Lone_Wolf <lonewolf@xs4all.nl>
|
||||
pkgname=pioneers
|
||||
pkgver=14.1
|
||||
pkgver=15.1
|
||||
pkgrel=1
|
||||
pkgdesc="A clone of the famous Siedler of Catan game"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://pio.sourceforge.net/"
|
||||
license=('GPL2')
|
||||
depends=('gtk2')
|
||||
makedepends=('pkgconfig' 'intltool')
|
||||
makedepends=('pkgconfig' 'intltool' 'librsvg')
|
||||
source=(http://downloads.sourceforge.net/pio/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('ed6bc9e4d16c0ba95a016a590092023a')
|
||||
md5sums=('08a460cceb8aa6f426015873b88ec667')
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
./configure --prefix=/usr
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Contributor: Johannes Dewender arch at JonnyJD dot net
|
||||
pkgname=python2-configshell-fb
|
||||
_pkgname=configshell-fb
|
||||
pkgver=1.1.fb9
|
||||
pkgrel=3
|
||||
pkgver=1.1.fb10
|
||||
pkgrel=1
|
||||
epoch=
|
||||
pkgdesc="python framework for building simple CLI applications (free branch)"
|
||||
arch=('any')
|
||||
|
@ -13,7 +13,7 @@ provides=('python2-configshell')
|
|||
conflicts=('python2-configshell')
|
||||
options=()
|
||||
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz)
|
||||
md5sums=('48b7c9be66c9e450585598504c2fde45')
|
||||
md5sums=('72e152e33785bd975cc3848653d1f0bd')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$_pkgname-$pkgver"
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
# go to him :): Ismo Toijala <ismo.toijala@gmail.com>
|
||||
|
||||
pkgname=python2-jsonschema
|
||||
pkgver=2.0.0
|
||||
pkgver=2.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Library for defining the structure of JSON data."
|
||||
pkgdesc="An implementation of JSON Schema validation for Python"
|
||||
arch=(any)
|
||||
url="http://pypi.python.org/pypi/jsonschema"
|
||||
license=('MIT')
|
||||
|
@ -19,4 +19,5 @@ package() {
|
|||
|
||||
install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
md5sums=('1793d97a668760ef540fadd342aa08e5')
|
||||
|
||||
md5sums=('6ec15a72a3dd21c5f6e4feb468bf08d6')
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Bogdan Szczurek <thebodzio@gmail.com>
|
||||
|
||||
pkgname=python2-transmissionrpc
|
||||
pkgver=0.10
|
||||
pkgrel=2
|
||||
pkgver=0.11
|
||||
pkgrel=1
|
||||
pkgdesc="Module to communicate with Transmission BT client via JSON-RPC"
|
||||
arch=(any)
|
||||
url="https://bitbucket.org/blueluna/transmissionrpc/wiki/Home"
|
||||
|
@ -14,11 +14,11 @@ replaces=('pytransmissionrpc')
|
|||
source=(https://bitbucket.org/blueluna/${pkgname:8}/get/release-${pkgver}.tar.gz)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/blueluna-${pkgname:8}-f74c8cbb721e"
|
||||
cd "$srcdir/blueluna-${pkgname:8}-eb2a32720f8a"
|
||||
python2 setup.py install --root="$pkgdir/" --optimize=1
|
||||
|
||||
install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
md5sums=('65c887ded3ccda6211ac635bc39d3b54')
|
||||
md5sums=('2ec4dc465435cc970c20f1e10524439b')
|
||||
|
|
Loading…
Reference in a new issue