summaryrefslogtreecommitdiffstats
path: root/extra/libmpeg3
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /extra/libmpeg3
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'extra/libmpeg3')
-rw-r--r--extra/libmpeg3/.footprint.i68612
-rw-r--r--extra/libmpeg3/.footprint.x86_6412
-rw-r--r--extra/libmpeg3/.md5sum.i6862
-rw-r--r--extra/libmpeg3/.md5sum.x86_642
-rwxr-xr-xextra/libmpeg3/Pkgfile25
5 files changed, 0 insertions, 53 deletions
diff --git a/extra/libmpeg3/.footprint.i686 b/extra/libmpeg3/.footprint.i686
deleted file mode 100644
index 086443de1..000000000
--- a/extra/libmpeg3/.footprint.i686
+++ /dev/null
@@ -1,12 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/mpeg3cat
--rwxr-xr-x root/root usr/bin/mpeg3dump
--rwxr-xr-x root/root usr/bin/mpeg3peek
--rwxr-xr-x root/root usr/bin/mpeg3toc
-drwxr-xr-x root/root usr/include/
--rw-r--r-- root/root usr/include/libmpeg3.h
--rw-r--r-- root/root usr/include/mpeg3private.h
--rw-r--r-- root/root usr/include/mpeg3protos.h
-drwxr-xr-x root/root usr/lib/
--rw-r--r-- root/root usr/lib/libmpeg3.a
diff --git a/extra/libmpeg3/.footprint.x86_64 b/extra/libmpeg3/.footprint.x86_64
deleted file mode 100644
index 086443de1..000000000
--- a/extra/libmpeg3/.footprint.x86_64
+++ /dev/null
@@ -1,12 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/mpeg3cat
--rwxr-xr-x root/root usr/bin/mpeg3dump
--rwxr-xr-x root/root usr/bin/mpeg3peek
--rwxr-xr-x root/root usr/bin/mpeg3toc
-drwxr-xr-x root/root usr/include/
--rw-r--r-- root/root usr/include/libmpeg3.h
--rw-r--r-- root/root usr/include/mpeg3private.h
--rw-r--r-- root/root usr/include/mpeg3protos.h
-drwxr-xr-x root/root usr/lib/
--rw-r--r-- root/root usr/lib/libmpeg3.a
diff --git a/extra/libmpeg3/.md5sum.i686 b/extra/libmpeg3/.md5sum.i686
deleted file mode 100644
index 8568750ee..000000000
--- a/extra/libmpeg3/.md5sum.i686
+++ /dev/null
@@ -1,2 +0,0 @@
-ab1464d771485e2b8cb35eded271d519 libmpeg3-1.8-makefile_fixes-1.patch
-a9d0d34e8941a4437eb8e7dfe559eca1 libmpeg3-1.8-src.tar.bz2
diff --git a/extra/libmpeg3/.md5sum.x86_64 b/extra/libmpeg3/.md5sum.x86_64
deleted file mode 100644
index 8568750ee..000000000
--- a/extra/libmpeg3/.md5sum.x86_64
+++ /dev/null
@@ -1,2 +0,0 @@
-ab1464d771485e2b8cb35eded271d519 libmpeg3-1.8-makefile_fixes-1.patch
-a9d0d34e8941a4437eb8e7dfe559eca1 libmpeg3-1.8-src.tar.bz2
diff --git a/extra/libmpeg3/Pkgfile b/extra/libmpeg3/Pkgfile
deleted file mode 100755
index 67d6c8139..000000000
--- a/extra/libmpeg3/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Description: Supporte l'édition avancée et la manipulation des flux MPEG
-# URL: http://www.heroinewarrior.com/libmpeg3.php3
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: nasm
-# Run on: nasm
-
-name=libmpeg3
-version=1.8
-release=1
-source=( http://prdownloads.sourceforge.net/heroines/$name-$version-src.tar.bz2\
- http://www.linuxfromscratch.org/patches/blfs/svn/$name-$version-makefile_fixes-1.patch)
-
-
-build() {
- cd $name-$version
- patch -Np1 -i ../$name-$version-makefile_fixes-1.patch
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make
- make PREFIX=$PKG/usr install
- rm -rf $PKG/usr/share
-}
-