mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
changes as requested by waddlesplash
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
SUMMARY="A library for decoding mpeg-2 and mpeg-1 video"
|
||||
DESCRIPTION="A library for decoding mpeg-2 and mpeg-1 video."
|
||||
HOMEPAGE="http://www.libmpeg2.sourceforge.net"
|
||||
DESCRIPTION="
|
||||
A library for decoding mpeg-2 and mpeg-1 video.
|
||||
"
|
||||
HOMEPAGE="http://libmpeg2.sourceforge.net"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="
|
||||
Copyright (C) 2000-2003 Michel Lespinasse <walken@zoy.org>
|
||||
@@ -9,13 +11,13 @@ COPYRIGHT="
|
||||
SRC_URI="http://libmpeg2.sourceforge.net/files/libmpeg2-0.5.1.tar.gz"
|
||||
CHECKSUM_SHA256="dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 ?x86"
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
libmpeg2${secondaryArchSuffix} = $portVersion compat >= 0.5
|
||||
lib:libmpeg2${secondaryArchSuffix} = 0.5.1 compat >= 0.5
|
||||
lib:libmpeg2convert${secondaryArchSuffix} = $portVersion
|
||||
lib:libmpeg2${secondaryArchSuffix} = $portVersion compat >= 0.5
|
||||
lib:libmpeg2convert${secondaryArchSuffix} = $portVersion compat >= 0.5
|
||||
cmd:mpeg2dec${secondaryArchSuffix} = $portVersion
|
||||
cmd:corrupt_mpeg2${secondaryArchSuffix} = $portVersion
|
||||
cmd:extract_mpeg2${secondaryArchSuffix} = $portVersion
|
||||
@@ -65,8 +67,8 @@ INSTALL()
|
||||
|
||||
PROVIDES_devel="
|
||||
libmpeg2${secondaryArchSuffix}_devel = $portVersion compat >= 0.5
|
||||
devel:libmpeg2${secondaryArchSuffix} = 0.5.1 compat >= 0.5
|
||||
devel:libmpeg2convert${secondaryArchSuffix} = $portVersion
|
||||
devel:libmpeg2${secondaryArchSuffix} = $portVersion compat >= 0.5
|
||||
devel:libmpeg2convert${secondaryArchSuffix} = $portVersion compat >= 0.5
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libmpeg2${secondaryArchSuffix} == $portVersion base
|
||||
|
||||
Reference in New Issue
Block a user