diff options
author | Thomas Penteker <tek@serverop.de> | 2015-08-10 19:40:13 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2015-08-10 19:40:13 +0200 |
commit | 8eb7f295337047e5d4aa5d0a92c20dd6a67fb9cb (patch) | |
tree | a708d12db0a7bd8ffaec5680aefd7080c739cd98 /celt51 | |
parent | ab8d89edb9af0dfaf22abd5a399b34f9b3b2daab (diff) | |
download | contrib-8eb7f295337047e5d4aa5d0a92c20dd6a67fb9cb.tar.gz contrib-8eb7f295337047e5d4aa5d0a92c20dd6a67fb9cb.tar.xz |
celt51: 0.5.1.3 -> 0.5.2
Diffstat (limited to 'celt51')
-rw-r--r-- | celt51/.footprint | 24 | ||||
-rw-r--r-- | celt51/.md5sum | 2 | ||||
-rw-r--r-- | celt51/Pkgfile | 2 |
3 files changed, 14 insertions, 14 deletions
diff --git a/celt51/.footprint b/celt51/.footprint index ccf28ebfa..a17226ab3 100644 --- a/celt51/.footprint +++ b/celt51/.footprint @@ -1,17 +1,17 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/celtdec051 --rwxr-xr-x root/root usr/bin/celtenc051 +-rwxr-xr-x root/root usr/bin/celtdec +-rwxr-xr-x root/root usr/bin/celtenc drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/celt051/ --rw-r--r-- root/root usr/include/celt051/celt.h --rw-r--r-- root/root usr/include/celt051/celt_header.h --rw-r--r-- root/root usr/include/celt051/celt_types.h +drwxr-xr-x root/root usr/include/celt/ +-rw-r--r-- root/root usr/include/celt/celt.h +-rw-r--r-- root/root usr/include/celt/celt_header.h +-rw-r--r-- root/root usr/include/celt/celt_types.h drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libcelt051.a --rwxr-xr-x root/root usr/lib/libcelt051.la -lrwxrwxrwx root/root usr/lib/libcelt051.so -> libcelt051.so.0.0.0 -lrwxrwxrwx root/root usr/lib/libcelt051.so.0 -> libcelt051.so.0.0.0 --rwxr-xr-x root/root usr/lib/libcelt051.so.0.0.0 +-rw-r--r-- root/root usr/lib/libcelt.a +-rwxr-xr-x root/root usr/lib/libcelt.la +lrwxrwxrwx root/root usr/lib/libcelt.so -> libcelt.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libcelt.so.0 -> libcelt.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libcelt.so.0.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/celt051.pc +-rw-r--r-- root/root usr/lib/pkgconfig/celt.pc diff --git a/celt51/.md5sum b/celt51/.md5sum index 41d0f309a..8a24a394b 100644 --- a/celt51/.md5sum +++ b/celt51/.md5sum @@ -1 +1 @@ -67e7b5e45db57a6f1f0a6962f5ecb190 celt-0.5.1.3.tar.gz +6672ce9c8ef6d2879a9b1dc9fed1fb70 celt-0.5.2.tar.gz diff --git a/celt51/Pkgfile b/celt51/Pkgfile index f9067ace6..736cc2d1e 100644 --- a/celt51/Pkgfile +++ b/celt51/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libogg name=celt51 -version=0.5.1.3 +version=0.5.2 release=1 source=(http://downloads.xiph.org/releases/celt/celt-$version.tar.gz) |