summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbase/liba52/Pkgfile4
-rwxr-xr-xextra/python/Pkgfile2
2 files changed, 3 insertions, 3 deletions
diff --git a/base/liba52/Pkgfile b/base/liba52/Pkgfile
index e23910cd9..533e80034 100755
--- a/base/liba52/Pkgfile
+++ b/base/liba52/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://liba52.sourceforge.net/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on:
+# Depends on: libtool
name=liba52
version=0.7.4
@@ -17,7 +17,7 @@ build() {
./configure --prefix=/usr \
--mandir=/usr/share/man \
--enable-shared
- make -j3
+ make -j5
make DESTDIR=$PKG install
# required for xine-lib
install -m644 liba52/a52_internal.h $PKG/usr/include/a52dec/
diff --git a/extra/python/Pkgfile b/extra/python/Pkgfile
index b9ab9d1b0..6b16ffba4 100755
--- a/extra/python/Pkgfile
+++ b/extra/python/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://www.python.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: pth, sqlite3, tk
+# Depends on: pth, sqlite3
name=python
version=2.6.5