forked from ports/contrib
avidemux: initial release
This commit is contained in:
parent
0eb01b3863
commit
1e63d6663e
3
avidemux/.footprint
Normal file
3
avidemux/.footprint
Normal file
@ -0,0 +1,3 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/avidemux
|
1
avidemux/.md5sum
Normal file
1
avidemux/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
14c58c14fc9757d36e4d72498431da42 avidemux_2.3.0.tar.gz
|
27
avidemux/Pkgfile
Normal file
27
avidemux/Pkgfile
Normal file
@ -0,0 +1,27 @@
|
||||
# Description: avi editor
|
||||
# URL: http://fixounet.free.fr/avidemux/
|
||||
# Maintainer: Han Boetes <han@mijncomputer.nl>
|
||||
# Packager: Han Boetes <han@mijncomputer.nl>
|
||||
# Depends on: faac lame libsdl libvorbis libxvid
|
||||
|
||||
|
||||
# Not the binary version of firefox allas.
|
||||
|
||||
name=avidemux
|
||||
version=2.3.0
|
||||
release=1
|
||||
source="http://download.berlios.de/avidemux/avidemux_$version.tar.gz"
|
||||
|
||||
build()
|
||||
{
|
||||
cd ${name}_$version
|
||||
export LIBS='-L/usr/lib/firefox'
|
||||
export LD_RUN_PATH='/usr/lib/firefox'
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-nls \
|
||||
--with-jsapi-include=/usr/include/firefox/js
|
||||
make LDFLAGS='-rpath /usr/lib/firefox'
|
||||
make install DESTDIR=$PKG
|
||||
mv $PKG/usr/bin/avidemux{2,}
|
||||
}
|
27
avidemux/Pkgfile.orig
Normal file
27
avidemux/Pkgfile.orig
Normal file
@ -0,0 +1,27 @@
|
||||
# Description: avi editor
|
||||
# URL: http://fixounet.free.fr/avidemux/
|
||||
# Maintainer: Han Boetes <han@mijncomputer.nl>
|
||||
# Packager: Han Boetes <han@mijncomputer.nl>
|
||||
# Depends on: firefox gtk alsa-lib avidemux depends on alsa-lib atk cairo expat faac faad2 firefox fontconfig freetype gcc glib glibc glitz gtk lame libogg libpng libsdl libvorbis libxml2 libxvid pango xorg-libice xorg-libsm xorg-libx11 xorg-libxau xorg-libxcb xorg-libxcursor xorg-libxdmcp xorg-libxext xorg-libxfixes xorg-libxinerama xorg-libxrandr xorg-libxrender xorg-libxv zlib
|
||||
|
||||
|
||||
# Not the binary version of firefox allas.
|
||||
|
||||
name=avidemux
|
||||
version=2.3.0
|
||||
release=1
|
||||
source="http://download.berlios.de/avidemux/avidemux_$version.tar.gz"
|
||||
|
||||
build()
|
||||
{
|
||||
cd ${name}_$version
|
||||
export LIBS='-L/usr/lib/firefox'
|
||||
export LD_RUN_PATH='/usr/lib/firefox'
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-nls \
|
||||
--with-jsapi-include=/usr/include/firefox/js
|
||||
make LDFLAGS='-rpath /usr/lib/firefox'
|
||||
make install DESTDIR=$PKG
|
||||
mv $PKG/usr/bin/avidemux{2,}
|
||||
}
|
52
avidemux/index.html
Normal file
52
avidemux/index.html
Normal file
@ -0,0 +1,52 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<base href="http://www.xs4all.nl/~hanb/software/crux/han/avidemux/">
|
||||
<link rel="stylesheet" href="http://www.xs4all.nl/~hanb/.data/dir.css">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p> <a href="../">..</a>/<a href="">avidemux</a>/</p>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td class="nameh"><strong>Name</strong></td>
|
||||
<td class="sizeh" align="right"><strong>Size</strong></td>
|
||||
<td class="timeh"><strong>Time</strong></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="name"><a href="../"><img src="http://www.xs4all.nl/~hanb/.data/directory.gif" alt="prevdir">..</a></td>
|
||||
<td class="size" align="right"> </td>
|
||||
<td class="time"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="name"><a href=".footprint"><img src="http://www.xs4all.nl/~hanb/.data/file.gif" alt=".footprint">.footprint</a></td>
|
||||
<td class="size" align="right">94</td>
|
||||
<td class="time">2006-12-02 21:54 .footprint</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="name"><a href=".md5sum"><img src="http://www.xs4all.nl/~hanb/.data/file.gif" alt=".md5sum">.md5sum</a></td>
|
||||
<td class="size" align="right">56</td>
|
||||
<td class="time">2006-12-02 21:09 .md5sum</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="name"><a href="Pkgfile"><img src="http://www.xs4all.nl/~hanb/.data/file.gif" alt="Pkgfile">Pkgfile</a></td>
|
||||
<td class="size" align="right">709</td>
|
||||
<td class="time">2006-12-02 21:54 Pkgfile</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="name"><a href="Pkgfile.orig"><img src="http://www.xs4all.nl/~hanb/.data/file.gif" alt="Pkgfile.orig">Pkgfile.orig</a></td>
|
||||
<td class="size" align="right">1043</td>
|
||||
<td class="time">2006-12-02 21:53 Pkgfile.orig</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user