summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-24 00:02:55 +0000
committerroot <root@rshg054.dnsready.net>2012-08-24 00:02:55 +0000
commit12b846e1ead204137d60caba25f7e494b51b4dc8 (patch)
treee8327cdc1039abdd8ea72f35ca9ba2cb60569a38 /extra
parent321ac14a17f6fddead571221187604e3ce254451 (diff)
Fri Aug 24 00:02:54 UTC 2012
Diffstat (limited to 'extra')
-rw-r--r--extra/spandsp/PKGBUILD6
-rw-r--r--extra/varnish/PKGBUILD8
-rw-r--r--extra/varnish/varnish.conf.d6
-rw-r--r--extra/varnish/varnish.service2
-rw-r--r--extra/vlc/PKGBUILD5
5 files changed, 14 insertions, 13 deletions
diff --git a/extra/spandsp/PKGBUILD b/extra/spandsp/PKGBUILD
index 3f5f5f94e..359dffd72 100644
--- a/extra/spandsp/PKGBUILD
+++ b/extra/spandsp/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 154549 2012-03-30 08:01:29Z tpowa $
+# $Id: PKGBUILD 165523 2012-08-22 19:37:34Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=spandsp
-pkgver=0.0.6pre20
+pkgver=0.0.6pre21
pkgrel=1
pkgdesc="A DSP library for telephony"
arch=(i686 x86_64)
@@ -27,4 +27,4 @@ package() {
cd $srcdir/$pkgname-0.0.6
make DESTDIR=$pkgdir install
}
-md5sums=('9bdf1d027f1b5dc5e622d707fa1634cb')
+md5sums=('492f3790439891c07d8c06e97ccbfcf1')
diff --git a/extra/varnish/PKGBUILD b/extra/varnish/PKGBUILD
index 126dbd27b..dc7f84eac 100644
--- a/extra/varnish/PKGBUILD
+++ b/extra/varnish/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 165515 2012-08-21 21:58:47Z dreisner $
+# $Id: PKGBUILD 165520 2012-08-22 17:11:02Z dreisner $
# Maintainer: Dave Reisner <dreisner@archlinux.org>
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Douglas Soares de Andrade
@@ -6,7 +6,7 @@
pkgname=varnish
pkgver=3.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="High-performance HTTP accelerator"
arch=('i686' 'x86_64')
url="http://www.varnish-cache.org/"
@@ -22,10 +22,10 @@ source=("http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz"
varnish-vcl-reload
varnish.service)
md5sums=('714310c83fdbd2061d897dacd3f63d8b'
- 'edd1237d097d72173d9772754335890c'
+ '3b563d2d9bd74a819fdb116d69d022f0'
'40b4c83b3ad225ed2f4bd7e677fe41a2'
'03196dee7fc68e75069393d52c370762'
- '45cc1fd57aa2ffc22d6af62f9eedc842')
+ '1adf5282d111a9e00e99786045451016')
build() {
cd "$pkgname-$pkgver"
diff --git a/extra/varnish/varnish.conf.d b/extra/varnish/varnish.conf.d
index 904ca119f..4cf40c4fc 100644
--- a/extra/varnish/varnish.conf.d
+++ b/extra/varnish/varnish.conf.d
@@ -2,10 +2,10 @@
# Command line options to varnishd
#
+VARNISH_CFG="/etc/varnish/default.vcl"
+
VARNISHD_OPTS="-a 0.0.0.0:80 \
- -b localhost:8080 \
+ -f $VARNISH_CFG \
-T localhost:6082 \
-s malloc,64M
-u nobody -g nobody"
-
-VARNISH_CFG="/etc/varnish/default.vcl"
diff --git a/extra/varnish/varnish.service b/extra/varnish/varnish.service
index c8bb6c6e1..d5b0aa66d 100644
--- a/extra/varnish/varnish.service
+++ b/extra/varnish/varnish.service
@@ -3,7 +3,7 @@ Description=Web Application Accelerator
After=network.target
[Service]
-ExecStart=/usr/sbin/varnishd -a 0.0.0.0:80 -b localhost:8080 -T localhost:6082 -s malloc,64M -u nobody -g nobody -F
+ExecStart=/usr/sbin/varnishd -a 0.0.0.0:80 -f /etc/varnish/default.vcl -T localhost:6082 -s malloc,64M -u nobody -g nobody -F
ExecReload=/usr/bin/varnish-vcl-reload
[Install]
diff --git a/extra/vlc/PKGBUILD b/extra/vlc/PKGBUILD
index f534ac848..6fc59b0a2 100644
--- a/extra/vlc/PKGBUILD
+++ b/extra/vlc/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 164719 2012-08-04 05:32:21Z giovanni $
+# $Id: PKGBUILD 165525 2012-08-22 19:38:08Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
# Contributor: Martin Sandsmark <martin.sandsmark@kde.org>
pkgname=vlc
pkgver=2.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
arch=('i686' 'x86_64')
url="http://www.videolan.org/vlc/"
@@ -61,6 +61,7 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
+ sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
./configure --prefix=/usr \
--sysconfdir=/etc \