mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
taglib: bump version.
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
From d574f41680950f9e2608e4899bec9de94fb5854f Mon Sep 17 00:00:00 2001
|
||||
From: Markus Himmel <markus@himmel-villmar.de>
|
||||
Date: Mon, 28 Dec 2015 23:04:09 +0100
|
||||
Subject: [PATCH] Drop FORCE in CMake
|
||||
|
||||
---
|
||||
CMakeLists.txt | 8 ++++----
|
||||
1 file changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index f2455a7..631925f 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -32,10 +32,10 @@ set(TESTS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/tests/")
|
||||
|
||||
## the following are directories where stuff will be installed to
|
||||
set(LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)")
|
||||
-set(EXEC_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}" CACHE PATH "Base directory for executables and libraries" FORCE)
|
||||
-set(BIN_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/bin" CACHE PATH "The subdirectory to the binaries prefix (default prefix/bin)" FORCE)
|
||||
-set(LIB_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/lib${LIB_SUFFIX}" CACHE PATH "The subdirectory relative to the install prefix where libraries will be installed (default is /lib${LIB_SUFFIX})" FORCE)
|
||||
-set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "The subdirectory to the header prefix" FORCE)
|
||||
+set(EXEC_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}" CACHE PATH "Base directory for executables and libraries")
|
||||
+set(BIN_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/bin" CACHE PATH "The subdirectory to the binaries prefix (default prefix/bin)")
|
||||
+set(LIB_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/lib${LIB_SUFFIX}" CACHE PATH "The subdirectory relative to the install prefix where libraries will be installed (default is /lib${LIB_SUFFIX})")
|
||||
+set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "The subdirectory to the header prefix")
|
||||
|
||||
if(APPLE)
|
||||
option(BUILD_FRAMEWORK "Build an OS X framework" OFF)
|
||||
--
|
||||
2.2.2
|
||||
|
||||
@@ -5,21 +5,19 @@ edit all relevant metadata formats for audio files, including APEv2, ID3 and \
|
||||
Vorbis. It can find tags in multiple formats such as .mp3 .wma .wav .m4a \
|
||||
.flac etc. TagLib is platform independent."
|
||||
HOMEPAGE="http://github.com/taglib"
|
||||
COPYRIGHT="2002-2015 Scott Wheeler"
|
||||
COPYRIGHT="2002-2016 Scott Wheeler"
|
||||
LICENSE="GNU LGPL v2
|
||||
MPL v1.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://taglib.github.io/releases/taglib-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="24c32d50042cb0ddf162eb263f8ac75c5a158e12bf32ed534c1d5c71ee369baa"
|
||||
PATCHES="taglib-$portVersion.patchset"
|
||||
CHECKSUM_SHA256="ed4cabb3d970ff9a30b2620071c2b054c4347f44fc63546dbe06f97980ece288"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
taglib$secondaryArchSuffix = $portVersion
|
||||
cmd:taglib_config$secondaryArchSuffix
|
||||
lib:libtag$secondaryArchSuffix = 1.15.1 compat = 1
|
||||
lib:libtag$secondaryArchSuffix = 1.16.0 compat = 1
|
||||
lib:libtag_c$secondaryArchSuffix = 0.0.0 compat = 0
|
||||
"
|
||||
REQUIRES="
|
||||
@@ -28,9 +26,9 @@ REQUIRES="
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
taglib${secondaryArchSuffix}_devel = $portVersion compat >= 1.10
|
||||
cmd:taglib_config$secondaryArchSuffix = $portVersion compat >= 1.10
|
||||
devel:libtag$secondaryArchSuffix = 1.15.1 compat = 1
|
||||
taglib${secondaryArchSuffix}_devel = $portVersion
|
||||
cmd:taglib_config$secondaryArchSuffix
|
||||
devel:libtag$secondaryArchSuffix = 1.16.0 compat = 1
|
||||
devel:libtag_c$secondaryArchSuffix = 0.0.0 compat = 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
@@ -55,6 +53,7 @@ BUILD()
|
||||
-DBIN_INSTALL_DIR:PATH=$binDir \
|
||||
-DLIB_INSTALL_DIR:PATH=$libDir \
|
||||
-DINCLUDE_INSTALL_DIR:PATH=$includeDir \
|
||||
-DBUILD_SHARED_LIBS:BOOLEAN=TRUE \
|
||||
.
|
||||
make
|
||||
}
|
||||
Reference in New Issue
Block a user