Merge branch '2.5' into 2.6

This commit is contained in:
Juergen Daubert 2009-08-11 18:55:54 +02:00
commit cbb38b65fe
51 changed files with 6964 additions and 6443 deletions

View File

@ -1,4 +1,4 @@
e0514e5840c0e58cc4e7982a7e14fc4b apache
75a919be7ff65f443287b094eaf6a162 apache-ssl_cert.patch
bd931fee9d102c361e95ad318d199674 crux.layout
7d30c7195883c26a6eaf59a85b42c6ef httpd-2.2.12.tar.bz2
8d8d904e7342125825ec70f03c5745ef httpd-2.2.13.tar.bz2

View File

@ -5,7 +5,7 @@
# Group: apache
name=apache
version=2.2.12
version=2.2.13
release=1
source=(http://www.apache.org/dist/httpd/httpd-$version.tar.bz2 \
$name-ssl_cert.patch crux.layout apache)

View File

@ -74,14 +74,14 @@ drwxr-xr-x root/root usr/include/apr-1/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libapr-1.a
-rwxr-xr-x root/root usr/lib/libapr-1.la
lrwxrwxrwx root/root usr/lib/libapr-1.so -> libapr-1.so.0.3.7
lrwxrwxrwx root/root usr/lib/libapr-1.so.0 -> libapr-1.so.0.3.7
-rwxr-xr-x root/root usr/lib/libapr-1.so.0.3.7
lrwxrwxrwx root/root usr/lib/libapr-1.so -> libapr-1.so.0.3.8
lrwxrwxrwx root/root usr/lib/libapr-1.so.0 -> libapr-1.so.0.3.8
-rwxr-xr-x root/root usr/lib/libapr-1.so.0.3.8
-rw-r--r-- root/root usr/lib/libaprutil-1.a
-rwxr-xr-x root/root usr/lib/libaprutil-1.la
lrwxrwxrwx root/root usr/lib/libaprutil-1.so -> libaprutil-1.so.0.3.8
lrwxrwxrwx root/root usr/lib/libaprutil-1.so.0 -> libaprutil-1.so.0.3.8
-rwxr-xr-x root/root usr/lib/libaprutil-1.so.0.3.8
lrwxrwxrwx root/root usr/lib/libaprutil-1.so -> libaprutil-1.so.0.3.9
lrwxrwxrwx root/root usr/lib/libaprutil-1.so.0 -> libaprutil-1.so.0.3.9
-rwxr-xr-x root/root usr/lib/libaprutil-1.so.0.3.9
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/apr-1.pc
-rw-r--r-- root/root usr/lib/pkgconfig/apr-util-1.pc

View File

@ -1,2 +1,2 @@
1414f695a236a2bf8e470ca624d6a2e8 apr-1.3.7.tar.bz2
34a0e815cdc2b79bf561468b84ff1aa3 apr-util-1.3.8.tar.bz2
3c7e3a39ae3d3573f49cb74e2dbf87a2 apr-1.3.8.tar.bz2
29dd557f7bd891fc2bfdffcfa081db59 apr-util-1.3.9.tar.bz2

View File

@ -4,10 +4,10 @@
# Depends on: e2fsprogs, expat, db, gdbm
name=apr
version=1.3.7
version=1.3.8
release=1
source=(http://www.apache.org/dist/$name/$name-$version.tar.bz2 \
http://www.apache.org/dist/$name/$name-util-1.3.8.tar.bz2)
http://www.apache.org/dist/$name/$name-util-1.3.9.tar.bz2)
build(){
cd $name-$version
@ -16,7 +16,7 @@ build(){
make
make DESTDIR=$PKG install
cd $SRC/$name-util-1.3.8
cd $SRC/$name-util-1.3.9
./configure --prefix=/usr \
--with-apr=$SRC/$name-$version \
--with-expat=/usr \

View File

@ -1,7 +1,46 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/bash-completion/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/bash-completion/
-rw-r--r-- root/root usr/share/bash-completion/bash_completion
-rwxr-xr-x root/root usr/share/bash-completion/init_bc
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/bash_completion
drwxr-xr-x root/root etc/bash_completion.d/
-rw-r--r-- root/root etc/bash_completion.d/_subversion
-rw-r--r-- root/root etc/bash_completion.d/apache2ctl
-rw-r--r-- root/root etc/bash_completion.d/bitkeeper
-rw-r--r-- root/root etc/bash_completion.d/bittorrent
-rw-r--r-- root/root etc/bash_completion.d/brctl
-rw-r--r-- root/root etc/bash_completion.d/cksfv
-rw-r--r-- root/root etc/bash_completion.d/clisp
-rw-r--r-- root/root etc/bash_completion.d/cowsay
-rw-r--r-- root/root etc/bash_completion.d/cpan2dist
-rw-r--r-- root/root etc/bash_completion.d/dsniff
-rw-r--r-- root/root etc/bash_completion.d/freeciv
-rw-r--r-- root/root etc/bash_completion.d/gcl
-rw-r--r-- root/root etc/bash_completion.d/gkrellm
-rw-r--r-- root/root etc/bash_completion.d/gnatmake
-rw-r--r-- root/root etc/bash_completion.d/gpg2
-rw-r--r-- root/root etc/bash_completion.d/harbour
-rw-r--r-- root/root etc/bash_completion.d/isql
-rw-r--r-- root/root etc/bash_completion.d/larch
-rw-r--r-- root/root etc/bash_completion.d/lilypond
-rw-r--r-- root/root etc/bash_completion.d/lisp
-rw-r--r-- root/root etc/bash_completion.d/lzma
-rw-r--r-- root/root etc/bash_completion.d/lzop
-rw-r--r-- root/root etc/bash_completion.d/mailman
-rw-r--r-- root/root etc/bash_completion.d/mcrypt
-rw-r--r-- root/root etc/bash_completion.d/minicom
-rw-r--r-- root/root etc/bash_completion.d/modules
-rw-r--r-- root/root etc/bash_completion.d/monodevelop
-rw-r--r-- root/root etc/bash_completion.d/mtx
-rw-r--r-- root/root etc/bash_completion.d/net-tools
-rw-r--r-- root/root etc/bash_completion.d/p4
-rw-r--r-- root/root etc/bash_completion.d/povray
-rw-r--r-- root/root etc/bash_completion.d/qdbus
-rw-r--r-- root/root etc/bash_completion.d/qemu
-rw-r--r-- root/root etc/bash_completion.d/quota-tools
-rw-r--r-- root/root etc/bash_completion.d/rdesktop
-rw-r--r-- root/root etc/bash_completion.d/ri
-rw-r--r-- root/root etc/bash_completion.d/sbcl
-rw-r--r-- root/root etc/bash_completion.d/sitecopy
-rw-r--r-- root/root etc/bash_completion.d/snownews
-rw-r--r-- root/root etc/bash_completion.d/ssh
-rw-r--r-- root/root etc/bash_completion.d/svk
-rw-r--r-- root/root etc/bash_completion.d/unace
-rw-r--r-- root/root etc/bash_completion.d/unrar

View File

@ -1,2 +1 @@
9bca1cf97e8f8c73e3ef560cc9dead21 bash-completion-20060301.tar.gz
cee11381ec9d2dbe72e5c9d568bafa73 init_bc
cd1c5648272917fbe0eef4ba30bb93f4 bash-completion-1.0.tar.gz

View File

@ -1,15 +1,15 @@
# Maintainer: Johannes Winkelmann, jw at smts dot ch
# URL: http://www.caliban.org/bash/index.shtml#completion
# URL: http://bash-completion.alioth.debian.org/
# Description: Bash completion functions
name=bash-completion
version=20060301
version=1.0
release=1
source=(http://www.caliban.org/files/bash/$name-$version.tar.gz init_bc)
source=(http://$name.alioth.debian.org/files/$name-$version.tar.gz)
build() {
mkdir -p $PKG/usr/share/bash-completion
cp bash_completion/bash_completion $PKG/usr/share/bash-completion
install -m 0755 init_bc $PKG/usr/share/bash-completion
install -d -m 0755 $PKG/usr/lib/bash-completion
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=$PKG install
}

View File

@ -1,5 +1,5 @@
POST-INSTALL:
put the following line in your ~/.bashrc:
. /usr/share/bash-completion/init_bc
. /etc/bash_completion
You can put additional init code into ~/.bash_completion

View File

@ -1,23 +0,0 @@
#!/bin/sh
export BASH_COMPLETION=/usr/share/bash-completion/bash_completion
bash=${BASH_VERSION%.*}; bmajor=${bash%.*}; bminor=${bash#*.}
if [ "$PS1" ] && [ $bmajor -eq 2 ] && [ $bminor '>' 04 ] \
&& [ -f "$BASH_COMPLETION" ]; then # interactive shell
# Source completion code
. $BASH_COMPLETION
fi
# also support bash v3...
if [ "$PS1" ] && [ $bmajor -eq 3 ] && [ -f "$BASH_COMPLETION" ]; then
# interactive shell
. $BASH_COMPLETION
fi
unset bash bmajor bminor
files=`find /usr/lib/bash-completion/ -type f`
if [ ! "$files" = "" ]; then
for f in /usr/lib/bash-completion/*; do
. $f
done
fi

View File

@ -1,3 +1,3 @@
7eaa958040fbd7169c86134439d4b632 dovecot
4b3b78172ea557e6051ff8660ea1b7ae dovecot-1.2.2.tar.gz
28905211d9301022a1ed20df71ad2b08 dovecot-1.2.3.tar.gz
2fcfdb98f4ae8d52be5cbbceca9980e7 dovecot-config.patch

View File

@ -4,7 +4,7 @@
# Depends on: zlib bzip2 openssl
name=dovecot
version=1.2.2
version=1.2.3
release=1
source=(http://dovecot.org/releases/1.2/$name-$version.tar.gz \
dovecot-config.patch dovecot)

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +1,2 @@
66e51d789cc3f4bee9058b57ad1d91f6 emacs-22.3-etc-blacklist
aa8ba34f548cd78b35914ae5a7bb87eb emacs-22.3.tar.gz
f69e229d473e229d5624f2735aaf1485 emacs-23.1-etc-blacklist
a620d4452769d04ad8864d662f34f8dd emacs-23.1.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: xorg, libtiff, ctags
name=emacs
version=22.3
version=23.1
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz
$name-$version-etc-blacklist)
@ -17,7 +17,8 @@ build() {
--libexecdir=/usr/lib \
--mandir=/usr/man \
--localstatedir=/usr/lib/emacs/$version \
--with-x
--with-x \
--without-makeinfo
make
make DESTDIR=$PKG install
@ -27,12 +28,12 @@ build() {
[ -f ${file%.gz}c ] && rm -f $file
done
rm -f $PKG/usr/bin/emacs-$version
rm -f $PKG/usr/{bin/{c,e}tags,man/man1/{c,e}tags.1}
rm -f $PKG/usr/share/emacs/$version/lisp/{COPYING,{,term/}README}
rm $PKG/usr/bin/emacs-$version
rm $PKG/usr/{bin/{c,e}tags,man/man1/{c,e}tags.1}
rm $PKG/usr/share/emacs/$version/lisp/{COPYING,calc/README.prev,nxml/TODO,{,term/,international/}README}
for i in $(< $SRC/$name-$version-etc-blacklist); do
rm -rf $PKG/usr/share/emacs/$version/etc/$i
rm -r $PKG/usr/share/emacs/$version/etc/$i
done
chown -R root:root $PKG

View File

@ -1,83 +0,0 @@
BABYL
CENSORSHIP
COOKIES
DEVEL.HUMOR
DISTRIB
ERC-NEWS
ETAGS.EBNF
ETAGS.README
FTP
GNU
GNUS-NEWS
INTERVIEW
JOKES
LINUX-GNU
MACHINES
MAILINGLISTS
MH-E-NEWS
MOTIVATION
README
SERVICE
TERMS
TUTORIAL.*
calccard.ps
calccard.tex
condom.1
copying.paper
cs-dired-ref.ps
cs-dired-ref.tex
cs-refcard.ps
cs-refcard.tex
cs-survival.tex
ctags.1
de-refcard.ps
de-refcard.tex
dired-ref.ps
dired-ref.tex
e
echo.msg
edt-user.doc
emacs-buffer.gdb
emacs.1
emacs.csh
emacs.icon
emacsclient.1
emacstool.1
enriched.doc
etags.1
fr-drdref.ps
fr-drdref.tex
fr-refcard.ps
fr-refcard.tex
fr-survival.tex
future-bug
gnus-booklet.ps
gnus-logo.eps
gnus-refcard.ps
gnus-refcard.tex
grep.txt
ms-kermit
orgcard.ps
orgcard.tex
pl-refcard.ps
pl-refcard.tex
pt-br-refcard.ps
pt-br-refcard.tex
refcard.ps
refcard.tex
rgb.txt
ru-refcard.ps
ru-refcard.tex
ses-example.ses
sk-dired-ref.ps
sk-dired-ref.tex
sk-refcard.ps
sk-refcard.tex
sk-survival.tex
survival.tex
termcap.src
vipcard.tex
viperCard.tex
images/README
images/*/README
tree-widget/*/README

View File

@ -0,0 +1,44 @@
BABYL
CENSORSHIP
COOKIES
DEVEL.HUMOR
DISTRIB
ERC-NEWS
ETAGS.EBNF
ETAGS.README
FTP
GNU
GNUS-NEWS
INTERVIEW
JOKES
LINUX-GNU
MACHINES
MAILINGLISTS
MH-E-NEWS
MOTIVATION
NXML-NEWS
README
SERVICE
TERMS
condom.1
copying.paper
e
echo.msg
edt-user.doc
emacs-buffer.gdb
emacs.csh
emacs.icon
enriched.doc
future-bug
grep.txt
ms-kermit
refcards
rgb.txt
ses-example.ses
charsets/README
images/README
nxml/README
schema/README
images/*/README
images/smilies/*/README
images/tree-widget/*/README

View File

@ -1 +1 @@
aaefede2405a40c87438e7e833d69b70 fakeroot_1.12.4.tar.gz
99b3a5df6f8ad6d59fced86330d4ca3f fakeroot_1.12.5.tar.gz

View File

@ -3,7 +3,7 @@
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
name=fakeroot
version=1.12.4
version=1.12.5
release=1
source=(http://ftp.de.debian.org/debian/pool/main/f/$name/${name}_$version.tar.gz)

View File

@ -1 +1 @@
50f6c7d2c400c6521dec3da459ae30c4 fetchmail-6.3.10.tar.bz2
43b28f296cc0024d3c727319eacae324 fetchmail-6.3.11.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: openssl
name=fetchmail
version=6.3.10
version=6.3.11
release=1
source=(http://download.berlios.de/$name/$name-$version.tar.bz2)

View File

@ -1 +1 @@
23e4c2b844db0f87ff62084178aa2b1f install_flash_player_10_linux.tar.gz
6306980e40a3266b4b6c173bfcfdc946 install_flash_player_10_linux.tar.gz

View File

@ -5,11 +5,11 @@
# Depends on: firefox
name=firefox-flash-plugin
version=10.0.22.87
version=10.0.32.18
release=1
source=(http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_${version%%.*}_linux.tar.gz)
build() {
install -D -m 0755 install_flash_player_${version%%.*}_linux/libflashplayer.so \
install -D -m 0755 libflashplayer.so \
$PKG/usr/lib/firefox/plugins/libflashplayer.so
}

View File

@ -1,2 +1,2 @@
18169e189785d680827d4fce94524449 firefox-3.5.1-source.tar.bz2
90770e64b3f888cf09f5dafc8c7d9d6b mozconfig
136867f95c86f3988b7f825e874b85de firefox-3.5.2-source.tar.bz2
1470c4ce799b01a0c49d98a69967b98e mozconfig

View File

@ -4,7 +4,7 @@
# Depends on: xulrunner
name=firefox
version=3.5.1
version=3.5.2
release=1
source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version-source.tar.bz2
mozconfig)

View File

@ -16,7 +16,7 @@ ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --with-system-mng
ac_add_options --with-pthreads
ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.1.1
ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.1.2
ac_add_options --enable-system-cairo
ac_add_options --enable-optimize="#CFLAGS#"
ac_add_options --enable-official-branding

View File

@ -108,6 +108,8 @@ drwxr-xr-x root/root usr/lib/gstreamer-0.10/
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstffmpegcolorspace.so
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstgdp.la
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstgdp.so
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstgio.la
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstgio.so
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstogg.la
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstogg.so
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstpango.la
@ -139,57 +141,57 @@ drwxr-xr-x root/root usr/lib/gstreamer-0.10/
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstxvimagesink.la
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstxvimagesink.so
-rwxr-xr-x root/root usr/lib/libgstapp-0.10.la
lrwxrwxrwx root/root usr/lib/libgstapp-0.10.so -> libgstapp-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstapp-0.10.so.0 -> libgstapp-0.10.so.0.16.0
-rwxr-xr-x root/root usr/lib/libgstapp-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstapp-0.10.so -> libgstapp-0.10.so.0.17.0
lrwxrwxrwx root/root usr/lib/libgstapp-0.10.so.0 -> libgstapp-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstapp-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstaudio-0.10.la
lrwxrwxrwx root/root usr/lib/libgstaudio-0.10.so -> libgstaudio-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstaudio-0.10.so.0 -> libgstaudio-0.10.so.0.16.0
-rwxr-xr-x root/root usr/lib/libgstaudio-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstaudio-0.10.so -> libgstaudio-0.10.so.0.17.0
lrwxrwxrwx root/root usr/lib/libgstaudio-0.10.so.0 -> libgstaudio-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstaudio-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstcdda-0.10.la
lrwxrwxrwx root/root usr/lib/libgstcdda-0.10.so -> libgstcdda-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstcdda-0.10.so.0 -> libgstcdda-0.10.so.0.16.0
-rwxr-xr-x root/root usr/lib/libgstcdda-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstcdda-0.10.so -> libgstcdda-0.10.so.0.17.0
lrwxrwxrwx root/root usr/lib/libgstcdda-0.10.so.0 -> libgstcdda-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstcdda-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstfft-0.10.la
lrwxrwxrwx root/root usr/lib/libgstfft-0.10.so -> libgstfft-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstfft-0.10.so.0 -> libgstfft-0.10.so.0.16.0
-rwxr-xr-x root/root usr/lib/libgstfft-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstfft-0.10.so -> libgstfft-0.10.so.0.17.0
lrwxrwxrwx root/root usr/lib/libgstfft-0.10.so.0 -> libgstfft-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstfft-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstinterfaces-0.10.la
lrwxrwxrwx root/root usr/lib/libgstinterfaces-0.10.so -> libgstinterfaces-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstinterfaces-0.10.so.0 -> libgstinterfaces-0.10.so.0.16.0
-rwxr-xr-x root/root usr/lib/libgstinterfaces-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstinterfaces-0.10.so -> libgstinterfaces-0.10.so.0.17.0
lrwxrwxrwx root/root usr/lib/libgstinterfaces-0.10.so.0 -> libgstinterfaces-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstinterfaces-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstnetbuffer-0.10.la
lrwxrwxrwx root/root usr/lib/libgstnetbuffer-0.10.so -> libgstnetbuffer-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstnetbuffer-0.10.so.0 -> libgstnetbuffer-0.10.so.0.16.0
-rwxr-xr-x root/root usr/lib/libgstnetbuffer-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstnetbuffer-0.10.so -> libgstnetbuffer-0.10.so.0.17.0
lrwxrwxrwx root/root usr/lib/libgstnetbuffer-0.10.so.0 -> libgstnetbuffer-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstnetbuffer-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstpbutils-0.10.la
lrwxrwxrwx root/root usr/lib/libgstpbutils-0.10.so -> libgstpbutils-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstpbutils-0.10.so.0 -> libgstpbutils-0.10.so.0.16.0
-rwxr-xr-x root/root usr/lib/libgstpbutils-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstpbutils-0.10.so -> libgstpbutils-0.10.so.0.17.0
lrwxrwxrwx root/root usr/lib/libgstpbutils-0.10.so.0 -> libgstpbutils-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstpbutils-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstriff-0.10.la
lrwxrwxrwx root/root usr/lib/libgstriff-0.10.so -> libgstriff-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstriff-0.10.so.0 -> libgstriff-0.10.so.0.16.0
-rwxr-xr-x root/root usr/lib/libgstriff-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstriff-0.10.so -> libgstriff-0.10.so.0.17.0
lrwxrwxrwx root/root usr/lib/libgstriff-0.10.so.0 -> libgstriff-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstriff-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstrtp-0.10.la
lrwxrwxrwx root/root usr/lib/libgstrtp-0.10.so -> libgstrtp-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstrtp-0.10.so.0 -> libgstrtp-0.10.so.0.16.0
-rwxr-xr-x root/root usr/lib/libgstrtp-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstrtp-0.10.so -> libgstrtp-0.10.so.0.17.0
lrwxrwxrwx root/root usr/lib/libgstrtp-0.10.so.0 -> libgstrtp-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstrtp-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstrtsp-0.10.la
lrwxrwxrwx root/root usr/lib/libgstrtsp-0.10.so -> libgstrtsp-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstrtsp-0.10.so.0 -> libgstrtsp-0.10.so.0.16.0
-rwxr-xr-x root/root usr/lib/libgstrtsp-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstrtsp-0.10.so -> libgstrtsp-0.10.so.0.17.0
lrwxrwxrwx root/root usr/lib/libgstrtsp-0.10.so.0 -> libgstrtsp-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstrtsp-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstsdp-0.10.la
lrwxrwxrwx root/root usr/lib/libgstsdp-0.10.so -> libgstsdp-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstsdp-0.10.so.0 -> libgstsdp-0.10.so.0.16.0
-rwxr-xr-x root/root usr/lib/libgstsdp-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstsdp-0.10.so -> libgstsdp-0.10.so.0.17.0
lrwxrwxrwx root/root usr/lib/libgstsdp-0.10.so.0 -> libgstsdp-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstsdp-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgsttag-0.10.la
lrwxrwxrwx root/root usr/lib/libgsttag-0.10.so -> libgsttag-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgsttag-0.10.so.0 -> libgsttag-0.10.so.0.16.0
-rwxr-xr-x root/root usr/lib/libgsttag-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgsttag-0.10.so -> libgsttag-0.10.so.0.17.0
lrwxrwxrwx root/root usr/lib/libgsttag-0.10.so.0 -> libgsttag-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgsttag-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstvideo-0.10.la
lrwxrwxrwx root/root usr/lib/libgstvideo-0.10.so -> libgstvideo-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstvideo-0.10.so.0 -> libgstvideo-0.10.so.0.16.0
-rwxr-xr-x root/root usr/lib/libgstvideo-0.10.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgstvideo-0.10.so -> libgstvideo-0.10.so.0.17.0
lrwxrwxrwx root/root usr/lib/libgstvideo-0.10.so.0 -> libgstvideo-0.10.so.0.17.0
-rwxr-xr-x root/root usr/lib/libgstvideo-0.10.so.0.17.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/gstreamer-app-0.10.pc
-rw-r--r-- root/root usr/lib/pkgconfig/gstreamer-audio-0.10.pc

View File

@ -1 +1 @@
641cc7def2d8667b9b4df15e69dba25f gst-plugins-base-0.10.23.tar.bz2
a3ec977c9c6602caacc2d3a7c12a17bf gst-plugins-base-0.10.24.tar.bz2

View File

@ -5,7 +5,7 @@
# Depends on: alsa-lib e2fsprogs glibc gstreamer liboil libvorbis pango xorg-libxv
name=gst-plugins-base
version=0.10.23
version=0.10.24
release=1
source=(http://gstreamer.freedesktop.org/src/$name/$name-$version.tar.bz2)

View File

@ -37,6 +37,7 @@ drwxr-xr-x root/root usr/include/gstreamer-0.10/gst/dataprotocol/
-rw-r--r-- root/root usr/include/gstreamer-0.10/gst/gst.h
-rw-r--r-- root/root usr/include/gstreamer-0.10/gst/gstbin.h
-rw-r--r-- root/root usr/include/gstreamer-0.10/gst/gstbuffer.h
-rw-r--r-- root/root usr/include/gstreamer-0.10/gst/gstbufferlist.h
-rw-r--r-- root/root usr/include/gstreamer-0.10/gst/gstbus.h
-rw-r--r-- root/root usr/include/gstreamer-0.10/gst/gstcaps.h
-rw-r--r-- root/root usr/include/gstreamer-0.10/gst/gstchildproxy.h
@ -79,6 +80,7 @@ drwxr-xr-x root/root usr/include/gstreamer-0.10/gst/dataprotocol/
-rw-r--r-- root/root usr/include/gstreamer-0.10/gst/gsttaglist.h
-rw-r--r-- root/root usr/include/gstreamer-0.10/gst/gsttagsetter.h
-rw-r--r-- root/root usr/include/gstreamer-0.10/gst/gsttask.h
-rw-r--r-- root/root usr/include/gstreamer-0.10/gst/gsttaskpool.h
-rw-r--r-- root/root usr/include/gstreamer-0.10/gst/gsttrace.h
-rw-r--r-- root/root usr/include/gstreamer-0.10/gst/gsttypefind.h
-rw-r--r-- root/root usr/include/gstreamer-0.10/gst/gsttypefindfactory.h
@ -99,25 +101,25 @@ drwxr-xr-x root/root usr/lib/gstreamer-0.10/
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstcoreindexers.la
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstcoreindexers.so
-rwxr-xr-x root/root usr/lib/libgstbase-0.10.la
lrwxrwxrwx root/root usr/lib/libgstbase-0.10.so -> libgstbase-0.10.so.0.20.0
lrwxrwxrwx root/root usr/lib/libgstbase-0.10.so.0 -> libgstbase-0.10.so.0.20.0
-rwxr-xr-x root/root usr/lib/libgstbase-0.10.so.0.20.0
lrwxrwxrwx root/root usr/lib/libgstbase-0.10.so -> libgstbase-0.10.so.0.21.0
lrwxrwxrwx root/root usr/lib/libgstbase-0.10.so.0 -> libgstbase-0.10.so.0.21.0
-rwxr-xr-x root/root usr/lib/libgstbase-0.10.so.0.21.0
-rwxr-xr-x root/root usr/lib/libgstcontroller-0.10.la
lrwxrwxrwx root/root usr/lib/libgstcontroller-0.10.so -> libgstcontroller-0.10.so.0.20.0
lrwxrwxrwx root/root usr/lib/libgstcontroller-0.10.so.0 -> libgstcontroller-0.10.so.0.20.0
-rwxr-xr-x root/root usr/lib/libgstcontroller-0.10.so.0.20.0
lrwxrwxrwx root/root usr/lib/libgstcontroller-0.10.so -> libgstcontroller-0.10.so.0.21.0
lrwxrwxrwx root/root usr/lib/libgstcontroller-0.10.so.0 -> libgstcontroller-0.10.so.0.21.0
-rwxr-xr-x root/root usr/lib/libgstcontroller-0.10.so.0.21.0
-rwxr-xr-x root/root usr/lib/libgstdataprotocol-0.10.la
lrwxrwxrwx root/root usr/lib/libgstdataprotocol-0.10.so -> libgstdataprotocol-0.10.so.0.20.0
lrwxrwxrwx root/root usr/lib/libgstdataprotocol-0.10.so.0 -> libgstdataprotocol-0.10.so.0.20.0
-rwxr-xr-x root/root usr/lib/libgstdataprotocol-0.10.so.0.20.0
lrwxrwxrwx root/root usr/lib/libgstdataprotocol-0.10.so -> libgstdataprotocol-0.10.so.0.21.0
lrwxrwxrwx root/root usr/lib/libgstdataprotocol-0.10.so.0 -> libgstdataprotocol-0.10.so.0.21.0
-rwxr-xr-x root/root usr/lib/libgstdataprotocol-0.10.so.0.21.0
-rwxr-xr-x root/root usr/lib/libgstnet-0.10.la
lrwxrwxrwx root/root usr/lib/libgstnet-0.10.so -> libgstnet-0.10.so.0.20.0
lrwxrwxrwx root/root usr/lib/libgstnet-0.10.so.0 -> libgstnet-0.10.so.0.20.0
-rwxr-xr-x root/root usr/lib/libgstnet-0.10.so.0.20.0
lrwxrwxrwx root/root usr/lib/libgstnet-0.10.so -> libgstnet-0.10.so.0.21.0
lrwxrwxrwx root/root usr/lib/libgstnet-0.10.so.0 -> libgstnet-0.10.so.0.21.0
-rwxr-xr-x root/root usr/lib/libgstnet-0.10.so.0.21.0
-rwxr-xr-x root/root usr/lib/libgstreamer-0.10.la
lrwxrwxrwx root/root usr/lib/libgstreamer-0.10.so -> libgstreamer-0.10.so.0.20.0
lrwxrwxrwx root/root usr/lib/libgstreamer-0.10.so.0 -> libgstreamer-0.10.so.0.20.0
-rwxr-xr-x root/root usr/lib/libgstreamer-0.10.so.0.20.0
lrwxrwxrwx root/root usr/lib/libgstreamer-0.10.so -> libgstreamer-0.10.so.0.21.0
lrwxrwxrwx root/root usr/lib/libgstreamer-0.10.so.0 -> libgstreamer-0.10.so.0.21.0
-rwxr-xr-x root/root usr/lib/libgstreamer-0.10.so.0.21.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/gstreamer-0.10.pc
-rw-r--r-- root/root usr/lib/pkgconfig/gstreamer-base-0.10.pc

View File

@ -1 +1 @@
f7b2e300d2d85756407ec529424ab237 gstreamer-0.10.23.tar.bz2
178d3326c96c360c9a15751bd5d73a6c gstreamer-0.10.24.tar.bz2

View File

@ -5,7 +5,7 @@
# Depends on: glib libxml2 python
name=gstreamer
version=0.10.23
version=0.10.24
release=1
source=(http://gstreamer.freedesktop.org/src/$name/$name-$version.tar.bz2)

View File

@ -119,6 +119,8 @@ drwxr-xr-x root/root usr/share/cups/model/HP/
-rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_cm6030_mfp-hpijs-pcl3.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_cm6030_mfp-ps.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_cm6040_mfp-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_cm6049_mfp-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_cm6049_mfp-ps.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_cp1215-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_cp1514n-hpijs-pcl3.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_cp1514n-ps.ppd.gz
@ -140,9 +142,15 @@ drwxr-xr-x root/root usr/share/cups/model/HP/
-rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_cp3525-ps.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_cp4005-hpijs-pcl3.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_cp4005-ps.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_cp5225-hpijs-pcl3.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_cp5225dn-hpijs-pcl3.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_cp5225n-hpijs-pcl3.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_cp6015-hpijs-pcl3.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-color_laserjet_cp6015-ps.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-cp1160-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-designjet_4020ps-ps.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-designjet_4520mfp-ps.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-designjet_4520ps-ps.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_1100-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_1120-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_1125-hpijs.ppd.gz
@ -211,6 +219,7 @@ drwxr-xr-x root/root usr/share/cups/model/HP/
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_660-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_6600-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_670-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_670c-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_670tv-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_672c-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_680-hpijs.ppd.gz
@ -270,12 +279,15 @@ drwxr-xr-x root/root usr/share/cups/model/HP/
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_d1300_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_d1400_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_d1500_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_d1600_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_d2300_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_d2400_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_d2500_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_d2600_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_d4100_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_d4200_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_d4300_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_d5500_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_d730-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_f2100_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_f2200_series-hpijs.ppd.gz
@ -284,7 +296,10 @@ drwxr-xr-x root/root usr/share/cups/model/HP/
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_f4200_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_f4210_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_f4213_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_f4400_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_f735-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_ink_advant_k109a-z-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-deskjet_ink_advant_k209a-z-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-dj350-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-dj450-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_1000-hpijs.ppd.gz
@ -480,6 +495,8 @@ drwxr-xr-x root/root usr/share/cups/model/HP/
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_m3035_mfp-ps.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_m4345_mfp-hpijs-pcl3.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_m4345_mfp-ps.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_m4349_mfp-hpijs-pcl3.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_m4349_mfp-ps.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_m5025_mfp-hpijs-pcl3.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_m5025_mfp-ps.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_m5035_mfp-hpijs-pcl3.ppd.gz
@ -488,10 +505,13 @@ drwxr-xr-x root/root usr/share/cups/model/HP/
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_m9040_mfp-ps.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_m9050_mfp-hpijs-pcl3.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_m9050_mfp-ps.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_m9059_mfp-hpijs-pcl3.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_m9059_mfp-ps.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_p1005-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_p1006-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_p1007-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_p1008-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_p1009-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_p1505-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_p1505n-hpijs-pcl3.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_p1505n-hpijs-zxs.ppd.gz
@ -524,6 +544,8 @@ drwxr-xr-x root/root usr/share/cups/model/HP/
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_p3004-ps.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_p3005-hpijs-pcl3.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_p3005-ps.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_p3010_series-hpijs-pcl3.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_p3010_series-ps.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_p4014-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_p4014-ps.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-laserjet_p4014dn-hpijs.ppd.gz
@ -567,10 +589,15 @@ drwxr-xr-x root/root usr/share/cups/model/HP/
-rw-r--r-- root/root usr/share/cups/model/HP/hp-officejet_5110v-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-officejet_5500_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-officejet_5600_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-officejet_6000_e609a-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-officejet_6000_e609n-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-officejet_6100_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-officejet_6150_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-officejet_6200_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-officejet_6300_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-officejet_6500_e709a-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-officejet_6500_e709n-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-officejet_7000_e809a-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-officejet_7100_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-officejet_7200_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-officejet_7300_series-hpijs.ppd.gz
@ -699,6 +726,8 @@ drwxr-xr-x root/root usr/share/cups/model/HP/
-rw-r--r-- root/root usr/share/cups/model/HP/hp-photosmart_c4380_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-photosmart_c4400_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-photosmart_c4500_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-photosmart_c4600_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-photosmart_c4700_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-photosmart_c5100_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-photosmart_c5200_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-photosmart_c5300_series-hpijs.ppd.gz
@ -721,6 +750,7 @@ drwxr-xr-x root/root usr/share/cups/model/HP/
-rw-r--r-- root/root usr/share/cups/model/HP/hp-photosmart_d7500_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-photosmart_p1000-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-photosmart_p1100-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-photosmart_plus_b209a-m-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-photosmart_pro_b8300_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-photosmart_pro_b8800_series-hpijs.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/HP/hp-printer_scanner_copier_300-hpijs.ppd.gz

View File

@ -1 +1 @@
581224f556a23ac5545dde541b6f54ca hplip-3.9.2.tar.gz
cb1cf49c5f062993b78fc2768f531ed8 hplip-3.9.8.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: foomatic-filters
name=hpijs
version=3.9.2
version=3.9.8
release=1
source=(http://dl.sourceforge.net/sourceforge/hplip/hplip-$version.tar.gz)
@ -14,7 +14,12 @@ build () {
./configure --prefix=/usr \
--with-hpppddir=/usr/share/cups/model/HP \
--enable-hpijs-only-build \
--enable-hpijs-install \
--disable-hpcups-install \
--disable-cups-drv-install \
--enable-foomatic-drv-install \
--enable-foomatic-ppd-install
make
make DESTDIR=$PKG install
@ -22,5 +27,4 @@ build () {
ln -s /usr/bin/foomatic-rip $PKG/usr/lib/cups/filter/foomatic-rip-hplip
rm -r $PKG/usr/share/{hplip,doc}
rm $PKG/usr/share/cups/model/HP/*.ppd
}

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
299c445e4b14bfbb2a05323734d89c0c jdk-6u14-dlj-linux-i586.bin
0192217f85f084f2d1a23ce9b4457786 jdk-6u15-dlj-linux-i586.bin

View File

@ -4,9 +4,9 @@
# Packager: Simone Rota, sip at crux dot nu
name=jre
version=1.6.0_14
version=1.6.0_15
release=1
source=(http://download.java.net/dlj/binaries/jdk-6u14-dlj-linux-i586.bin)
source=(http://download.java.net/dlj/binaries/jdk-6u15-dlj-linux-i586.bin)
build(){
sh $SRC/jdk-*.bin --accept-license --unpack

View File

@ -1 +1 @@
13ea5336c1bf300bce37caa988500971 samhain_signed-2.5.7.tar.gz
f3b040f3e3daa6c786328f64ae471a6a samhain_signed-2.5.8.tar.gz

View File

@ -3,7 +3,7 @@
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
name=samhain
version=2.5.7
version=2.5.8
release=1
source=(http://la-samhna.de/archive/${name}_signed-$version.tar.gz)

View File

@ -1 +1 @@
02a0d68f0c33c01c9a2c9d69c295acea scite179.tgz
fe6ba62eaf86ec0a49e03d2a03c3e048 scite200.tgz

View File

@ -4,7 +4,7 @@
# Depends on: gtk
name=scite
version=179
version=200
release=1
source=(http://dl.sourceforge.net/sourceforge/scintilla/$name$version.tgz)

View File

@ -1 +1 @@
f21ebadcca1e931212000661e64bb20c sqlite-amalgamation-3.6.16.tar.gz
3172f8a23e7e7f0e5b295062e339a149 sqlite-amalgamation-3.6.17.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: ncurses, readline
name=sqlite3
version=3.6.16
version=3.6.17
release=1
source=(http://www.sqlite.org/sqlite-amalgamation-$version.tar.gz)

View File

@ -1,3 +1,3 @@
9ce54d2a0a7959df4470178e7aac5e27 squid
68b4cdb2590f36e9475e7a8c1c4a4046 squid-3.0.STABLE17.tar.bz2
ad1e0bbb424c2f69195ae68b9baa99d6 squid-3.0.STABLE18.tar.bz2
6cdb98d3b46feceb841b1d5cc2d93b62 squid-config.patch

View File

@ -3,7 +3,7 @@
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
name=squid
version=3.0.STABLE17
version=3.0.STABLE18
release=1
source=(http://www.squid-cache.org/Versions/v3/3.0/$name-$version.tar.bz2 \
squid squid-config.patch)

View File

@ -1,2 +1,2 @@
2bc971a1753fe57aca05fde7c005a16c configure.diff
be25d2d3661d0bb77fc66e1bcbb3caba xterm-243.tgz
9133a24dde377ad355139f5d6bc9b336 xterm-244.tgz

View File

@ -5,7 +5,7 @@
# Depends on: xorg-libxaw xorg-font-alias xorg-font-misc-misc
name=xterm
version=243
version=244
release=1
source=(ftp://invisible-island.net/$name/$name-$version.tgz \
configure.diff)

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,3 @@
18169e189785d680827d4fce94524449 firefox-3.5.1-source.tar.bz2
136867f95c86f3988b7f825e874b85de firefox-3.5.2-source.tar.bz2
3a043809a9e0dbf39efe95359fcc5fe7 mozconfig
766231296c5e03d6ba68342628183805 xulrunner.diff

View File

@ -4,9 +4,9 @@
# Depends on: libidl, nss, gtk, perl, python, dbus-glib, alsa-lib
name=xulrunner
version=1.9.1.1
version=1.9.1.2
release=1
source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.5.1/source/firefox-3.5.1-source.tar.bz2
source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.5.2/source/firefox-3.5.2-source.tar.bz2
mozconfig $name.diff)
build() {