Merge branch '2.3' into 2.4
This commit is contained in:
commit
b06abd38b1
@ -200,32 +200,7 @@ drwxr-xr-x root/root usr/share/cups/charmaps/
|
||||
-rw-r--r-- root/root usr/share/cups/charmaps/windows-949.txt
|
||||
-rw-r--r-- root/root usr/share/cups/charmaps/windows-950.txt
|
||||
drwxr-xr-x root/root usr/share/cups/charsets/
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/iso-8859-1
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/iso-8859-10
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/iso-8859-13
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/iso-8859-14
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/iso-8859-15
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/iso-8859-2
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/iso-8859-3
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/iso-8859-4
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/iso-8859-5
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/iso-8859-6
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/iso-8859-7
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/iso-8859-8
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/iso-8859-9
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/koi8-r
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/koi8-u
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/utf-8
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/windows-1250
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/windows-1251
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/windows-1252
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/windows-1253
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/windows-1254
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/windows-1255
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/windows-1256
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/windows-1257
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/windows-1258
|
||||
-rw-r--r-- root/root usr/share/cups/charsets/windows-874
|
||||
drwxr-xr-x root/root usr/share/cups/data/
|
||||
-rw-r--r-- root/root usr/share/cups/data/HPGLprolog
|
||||
-rw-r--r-- root/root usr/share/cups/data/psglyphs
|
||||
|
@ -1,3 +1,3 @@
|
||||
01b6a755c5b0fb7df2d2c94571f67e1d cups
|
||||
d4911e68b6979d16bc7a55f68d16cc53 cups-1.3.3-source.tar.bz2
|
||||
4bd20d69bb083b42632346a383b6aefb cups-1.3.4-source.tar.bz2
|
||||
2220f411940c4f7504ed4457c6304d4a cups-config.patch
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: libpng, libtiff, openssl
|
||||
|
||||
name=cups
|
||||
version=1.3.3
|
||||
version=1.3.4
|
||||
release=1
|
||||
source=(http://ftp.easysw.com/pub/cups/$version/$name-$version-source.tar.bz2 \
|
||||
cups-config.patch cups)
|
||||
|
@ -1,16 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/dvdauthor
|
||||
-rwxr-xr-x root/root usr/bin/dvddirdel
|
||||
-rwxr-xr-x root/root usr/bin/dvdunauthor
|
||||
-rwxr-xr-x root/root usr/bin/mpeg2desc
|
||||
-rwxr-xr-x root/root usr/bin/spumux
|
||||
-rwxr-xr-x root/root usr/bin/spuunmux
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/dvdauthor.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/spumux.1.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/dvdauthor/
|
||||
-rw-r--r-- root/root usr/share/dvdauthor/dvdauthor.xsd
|
||||
-rw-r--r-- root/root usr/share/dvdauthor/spumux.xsd
|
@ -1 +0,0 @@
|
||||
d2c45879e4cfb95d410bf603af891e07 dvdauthor-0.6.11.tar.gz
|
@ -1,16 +0,0 @@
|
||||
# Description: DVD authoring tools
|
||||
# URL: http://dvdauthor.sourceforge.net/
|
||||
# Maintainer: Matt Housh, jaeger at morpheus dot net
|
||||
# Depends on: libxml2, libdvdread
|
||||
|
||||
name=dvdauthor
|
||||
version=0.6.11
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/dvdauthor/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make prefix=$PKG/usr install
|
||||
}
|
@ -1 +1 @@
|
||||
782a1b78dca79da13e2f0e3f566ed06d fakeroot_1.8.2.tar.gz
|
||||
f123ffb457eb3577fcbb5e2c2432a922 fakeroot_1.8.3.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
|
||||
|
||||
name=fakeroot
|
||||
version=1.8.2
|
||||
version=1.8.3
|
||||
release=1
|
||||
source=(http://ftp.debian.org/debian/pool/main/f/$name/${name}_$version.tar.gz)
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
b35fd5abba0e8655733c8e8c470f39cf git-1.5.3.4.tar.bz2
|
||||
1cfaecc1e29cdccd6c595e2fca343ff9 git-manpages-1.5.3.4.tar.bz2
|
||||
3fdff0bdb3638fce1c4bc6795ed81fb3 git-1.5.3.5.tar.bz2
|
||||
2cc722f80968b1c2f99a217457b056d4 git-manpages-1.5.3.5.tar.bz2
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Nice to have: tk
|
||||
|
||||
name=git
|
||||
version=1.5.3.4
|
||||
version=1.5.3.5
|
||||
release=1
|
||||
source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2)
|
||||
|
||||
|
@ -1,17 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/dvdread/
|
||||
-rw-r--r-- root/root usr/include/dvdread/cmd_print.h
|
||||
-rw-r--r-- root/root usr/include/dvdread/dvd_reader.h
|
||||
-rw-r--r-- root/root usr/include/dvdread/ifo_print.h
|
||||
-rw-r--r-- root/root usr/include/dvdread/ifo_read.h
|
||||
-rw-r--r-- root/root usr/include/dvdread/ifo_types.h
|
||||
-rw-r--r-- root/root usr/include/dvdread/nav_print.h
|
||||
-rw-r--r-- root/root usr/include/dvdread/nav_read.h
|
||||
-rw-r--r-- root/root usr/include/dvdread/nav_types.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libdvdread.a
|
||||
-rwxr-xr-x root/root usr/lib/libdvdread.la
|
||||
lrwxrwxrwx root/root usr/lib/libdvdread.so -> libdvdread.so.3.2.1
|
||||
lrwxrwxrwx root/root usr/lib/libdvdread.so.3 -> libdvdread.so.3.2.1
|
||||
-rwxr-xr-x root/root usr/lib/libdvdread.so.3.2.1
|
@ -1 +0,0 @@
|
||||
078788c9241ae16763529e1235502337 libdvdread-0.9.7.tar.gz
|
@ -1,15 +0,0 @@
|
||||
# Description: A simple foundation for reading DVD discs
|
||||
# URL: http://www.dtek.chalmers.se/groups/dvd
|
||||
# Maintainer: Matt Housh, jaeger at crux dot nu
|
||||
|
||||
name=libdvdread
|
||||
version=0.9.7
|
||||
release=1
|
||||
source=(http://www.dtek.chalmers.se/groups/dvd/dist/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
@ -1 +1 @@
|
||||
c53043a5178e2eeb33578148d56f8f96 rxvt-unicode-8.3.tar.bz2
|
||||
d15ba0ea7cb54ce7a2a41650e2a5e6ab rxvt-unicode-8.4.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: xorg-libxft, xorg-libxpm, perl
|
||||
|
||||
name=rxvt-unicode
|
||||
version=8.3
|
||||
version=8.4
|
||||
release=1
|
||||
source=(http://dist.schmorp.de/$name/$name-$version.tar.bz2)
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
5fd14559e8478087e630b7955c27a1c3 unison-2.27.47.tar.gz
|
||||
8b0bd3e5bdaf1d6fab97e3a072a9ab16 unison-2.27.48.tar.gz
|
||||
c3d6644df76adbf44c3c12eb4fc11587 unison.1
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Depends on: ocaml
|
||||
|
||||
name=unison
|
||||
version=2.27.47
|
||||
version=2.27.48
|
||||
release=1
|
||||
source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$name-$version/$name-$version.tar.gz \
|
||||
$name.1)
|
||||
|
@ -1 +1 @@
|
||||
f0cadc8b484baa32515ff610090db05a whois_4.7.23.tar.gz
|
||||
479ebc79d1e8189e16ab51b4d8981529 whois_4.7.24.tar.gz
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Depends on:
|
||||
|
||||
name=whois
|
||||
version=4.7.23
|
||||
version=4.7.24
|
||||
release=1
|
||||
source=(http://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.gz)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user