1
0
forked from ports/contrib

schroedinger: initial import

This commit is contained in:
Danny Rawlins 2012-01-25 22:14:11 +11:00
parent 4dc493b354
commit fc6d9363a8
3 changed files with 67 additions and 0 deletions

47
schroedinger/.footprint Normal file
View File

@ -0,0 +1,47 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/schroedinger-1.0/
drwxr-xr-x root/root usr/include/schroedinger-1.0/schroedinger/
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schro-stdint.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schro.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schroanalysis.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schroarith.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schroasync.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schrobitstream.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schrobuffer.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schrobufferlist.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schrodebug.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schrodecoder.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schrodomain.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schroencoder.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schroengine.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schrofft.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schrofilter.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schroframe.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schrohistogram.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schrolimits.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schrolist.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schrometric.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schromotion.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schromotionest.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schropack.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schroparams.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schroparse.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schrophasecorrelation.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schroqueue.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schrossim.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schrotables.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schrounpack.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schroutils.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schroversion.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schrovideoformat.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schrovirtframe.h
-rw-r--r-- root/root usr/include/schroedinger-1.0/schroedinger/schrowavelet.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libschroedinger-1.0.a
-rwxr-xr-x root/root usr/lib/libschroedinger-1.0.la
lrwxrwxrwx root/root usr/lib/libschroedinger-1.0.so -> libschroedinger-1.0.so.0.11.0
lrwxrwxrwx root/root usr/lib/libschroedinger-1.0.so.0 -> libschroedinger-1.0.so.0.11.0
-rwxr-xr-x root/root usr/lib/libschroedinger-1.0.so.0.11.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/schroedinger-1.0.pc

1
schroedinger/.md5sum Normal file
View File

@ -0,0 +1 @@
da6af08e564ca1157348fb8d92efc891 schroedinger-1.0.11.tar.gz

19
schroedinger/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: schroedinger-tools is a small collection tools to code YUV files and decode raw dirac bytestreams
# URL: http://www.diracvideo.org/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Falcony, falcony at users dot sourceforge dot net
# Depends on: orc
name=schroedinger
version=1.0.11
release=1
source=(http://www.diracvideo.org/download/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
rmdir $PKG/usr/share
}