mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-24 17:18:51 +02:00
libmtp: bump version.
This commit is contained in:
@@ -9,9 +9,9 @@ COPYRIGHT="Richard Low
|
||||
Mariusz Woloszyn
|
||||
Marcus Meissner"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/libmtp/libmtp-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3a1c1c83af91de4052eb54feb795c141b4c04a252e0031954ebbf6175970cb0a"
|
||||
CHECKSUM_SHA256="1eee8d4c052fe29e58a408fedc08a532e28626fa3e232157abd8fca063c90305"
|
||||
PATCHES="libmtp-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
@@ -19,19 +19,41 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
libmtp$secondaryArchSuffix = $portVersion compat >= 1.0
|
||||
lib:libmtp$secondaryArchSuffix = 9.1.0 compat >= 9
|
||||
lib:libmtp$secondaryArchSuffix = 9.3.0 compat >= 9
|
||||
cmd:mtp_albumart$secondaryArchSuffix
|
||||
cmd:mtp_albums$secondaryArchSuffix
|
||||
cmd:mtp_connect$secondaryArchSuffix
|
||||
cmd:mtp_delfile$secondaryArchSuffix
|
||||
cmd:mtp_detect$secondaryArchSuffix
|
||||
cmd:mtp_emptyfolders$secondaryArchSuffix
|
||||
cmd:mtp_files$secondaryArchSuffix
|
||||
cmd:mtp_filetree$secondaryArchSuffix
|
||||
cmd:mtp_folders$secondaryArchSuffix
|
||||
cmd:mtp_format$secondaryArchSuffix
|
||||
cmd:mtp_getfile$secondaryArchSuffix
|
||||
cmd:mtp_getplaylist$secondaryArchSuffix
|
||||
cmd:mtp_newfolder$secondaryArchSuffix
|
||||
cmd:mtp_newplaylist$secondaryArchSuffix
|
||||
cmd:mtp_playlists$secondaryArchSuffix
|
||||
cmd:mtp_reset$secondaryArchSuffix
|
||||
cmd:mtp_sendfile$secondaryArchSuffix
|
||||
cmd:mtp_sendtr$secondaryArchSuffix
|
||||
cmd:mtp_thumb$secondaryArchSuffix
|
||||
cmd:mtp_tracks$secondaryArchSuffix
|
||||
cmd:mtp_trexist$secondaryArchSuffix
|
||||
"
|
||||
# add cmd provides
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libgcrypt$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libusb_1.0$secondaryArchSuffix
|
||||
# required by libgcrypt
|
||||
lib:libgpg_error$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libmtp${secondaryArchSuffix}_devel = $portVersion compat >= 1.0
|
||||
devel:libmtp$secondaryArchSuffix = 9.1.0 compat >= 9
|
||||
devel:libmtp$secondaryArchSuffix = 9.3.0 compat >= 9
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libmtp$secondaryArchSuffix == $portVersion base
|
||||
@@ -42,9 +64,11 @@ BUILD_REQUIRES="
|
||||
devel:libgcrypt$secondaryArchSuffix
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libusb_1.0$secondaryArchSuffix
|
||||
# required by libgcrypt
|
||||
devel:libgpg_error$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:aclocal >= 1.15
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
@@ -59,6 +83,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure ./configure # --enable-doxygen
|
||||
make $jobArgs
|
||||
}
|
||||
Reference in New Issue
Block a user