From 6388191e73e9a1ccb97e83d4256dd17a9205ae33 Mon Sep 17 00:00:00 2001 From: Joseph Flynn Date: Sun, 29 Apr 2012 21:24:03 -0400 Subject: Initial commit. --- diff --git a/build b/build new file mode 100644 index 0000000..e880345 --- /dev/null +++ b/build @@ -0,0 +1,14 @@ +#! /usr/bin/make -f + +libav libavheaders: libav.buildstamp + + cd src &&\ + ./configure --disable-yasm --prefix=/usr &&\ + make && make DESTDIR=$$(pwd)/../dest install + oh-installfiles libav libavheaders + oh-installdocs libav + oh-gencontrol libav libavheaders + oh-buildopk libav libavheaders + touch libav.buildstamp + + diff --git a/changelog b/changelog new file mode 100644 index 0000000..048fec4 --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +libav (0.8.1) + + * Inital Release + -- Joseph Flynn Sun, 29 Apr 2012 20:58:07 -0400 + diff --git a/control b/control new file mode 100644 index 0000000..b33bad1 --- /dev/null +++ b/control @@ -0,0 +1,3 @@ +Source: libav +Version: 0.8.1 +Maintainer: Joseph Flynn diff --git a/copyright b/copyright new file mode 100644 index 0000000..2060673 --- /dev/null +++ b/copyright @@ -0,0 +1,42 @@ +Upstream Source +=============== + +Location: + +Libav +----- + +Most files in Libav are under the GNU Lesser General Public License version 2.1 +or later (LGPL v2.1+). Read the file COPYING.LGPLv2.1 for details. Some other +files have MIT/X11/BSD-style licenses. In combination the LGPL v2.1+ applies to +Libav. + +Some optional parts of Libav are licensed under the GNU General Public License +version 2 or later (GPL v2+). See the file COPYING.GPLv2 for details. None of +these parts are used by default, you have to explicitly pass --enable-gpl to +configure to activate them. In this case, Libav's license changes to GPL v2+. + +Specifically, the GPL parts of Libav are + +- libpostproc +- optional x86 optimizations in the files + libavcodec/x86/idct_mmx.c +- the X11 grabber in libavdevice/x11grab.c + +Distribution Packaging +====================== + +Copyright (C) 2012 Joseph Flynn + +his program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +On this system, a copy of the GNU General Public License may be found at +. diff --git a/format b/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/format @@ -0,0 +1 @@ +1.0 diff --git a/libav.pkg/control b/libav.pkg/control new file mode 100644 index 0000000..73ba503 --- /dev/null +++ b/libav.pkg/control @@ -0,0 +1,4 @@ +Package: libav +Architecture: any +Description: libav is cross-platform solution for multimedia + Libav is a cross-platform solution to convert and stream audio. diff --git a/libav.pkg/install b/libav.pkg/install new file mode 100644 index 0000000..74e4e23 --- /dev/null +++ b/libav.pkg/install @@ -0,0 +1 @@ +/usr diff --git a/libavheaders.pkg/control b/libavheaders.pkg/control new file mode 100644 index 0000000..f55d0a1 --- /dev/null +++ b/libavheaders.pkg/control @@ -0,0 +1,4 @@ +Package: libavheaders +Architecture: any +Description: This package contains headerfiles needed for libav. + This package will contain all of the headerfiles needed for libav to work. diff --git a/libavheaders.pkg/install b/libavheaders.pkg/install new file mode 100644 index 0000000..1e79a0a --- /dev/null +++ b/libavheaders.pkg/install @@ -0,0 +1 @@ +/include -- cgit v0.9.1