summaryrefslogtreecommitdiff
path: root/libmpeg2
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2018-02-21 20:43:20 +1100
committerDanny Rawlins <monster.romster@gmail.com>2018-02-21 21:07:46 +1100
commit7e16ca288dba62be639209a68dee0033ce6fdd89 (patch)
tree0950c8d187166e3102fef0d6b636210cc088364e /libmpeg2
parent3cf6b1110b9e145767884f206c1eb09fa20f12de (diff)
downloadopt-7e16ca288dba62be639209a68dee0033ce6fdd89.tar.gz
opt-7e16ca288dba62be639209a68dee0033ce6fdd89.tar.xz
libmpeg2: move man pages
Diffstat (limited to 'libmpeg2')
-rw-r--r--libmpeg2/.footprint9
-rw-r--r--libmpeg2/.signature6
-rw-r--r--libmpeg2/Pkgfile5
3 files changed, 10 insertions, 10 deletions
diff --git a/libmpeg2/.footprint b/libmpeg2/.footprint
index 7be605129..71a118388 100644
--- a/libmpeg2/.footprint
+++ b/libmpeg2/.footprint
@@ -21,7 +21,8 @@ lrwxrwxrwx root/root usr/lib/libmpeg2convert.so.0 -> libmpeg2convert.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libmpeg2.pc
-rw-r--r-- root/root usr/lib/pkgconfig/libmpeg2convert.pc
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/extract_mpeg2.1.gz
--rw-r--r-- root/root usr/man/man1/mpeg2dec.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/extract_mpeg2.1.gz
+-rw-r--r-- root/root usr/share/man/man1/mpeg2dec.1.gz
diff --git a/libmpeg2/.signature b/libmpeg2/.signature
index e0c7cd7be..cbedf4779 100644
--- a/libmpeg2/.signature
+++ b/libmpeg2/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/cNSSWcd8H24NldR9On7YLW9Pcc3m2m3s566EbY5IndtLJ4SH1IsLD4/fehsUZ8hWra9QrfSTk4mn4xfJOMbGgg=
-SHA256 (Pkgfile) = b01958eb9aee4ac75648ab3cf36f6537495f3b8557203735662bfa35e1b3cf90
-SHA256 (.footprint) = 8c188ce0f25e17859a243ad329bdb688eb977663f07505757027f919cff5baba
+RWSE3ohX2g5d/bo0lxnN6WBeKFiDAQ//dhPR/ElLYqFxORAKQMJCUx9BQ4Uo1MNzW3WaY8YonwtlEAT0C1wAlNWqOaDM5ykvRQQ=
+SHA256 (Pkgfile) = 0a5fbc7a13b3c50fe9dfb435138920f7359d7954c9a286c75dc20884e40c2863
+SHA256 (.footprint) = 5af8c3c55d5f1657f7b702312b66af262d35b820ad9495766fb669f6ed92f9f7
SHA256 (libmpeg2-0.5.1.tar.gz) = dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4
diff --git a/libmpeg2/Pkgfile b/libmpeg2/Pkgfile
index 1c5d0ad76..eb7fe92ac 100644
--- a/libmpeg2/Pkgfile
+++ b/libmpeg2/Pkgfile
@@ -1,8 +1,7 @@
# Description: MPEG1/MPEG2 decoder (includes libmpeg2)
# URL: http://libmpeg2.sourceforge.net/
-# Packager: acrux, acrux at linuxmail dot org
# Maintainer: Thomas Penteker, tek at serverop dot de
-# Depends on: libsdl
+# Depends on: libsdl
name=libmpeg2
version=0.5.1
@@ -11,7 +10,7 @@ source=(http://$name.sourceforge.net/files/$name-$version.tar.gz)
build () {
cd $name-$version
- ./configure --prefix=/usr --mandir=/usr/man \
+ ./configure --prefix=/usr \
--with-gnu-ld --enable-shared \
--disable-nls
make

Generated by cgit