mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libaacs: bump version
This commit is contained in:
@@ -15,7 +15,7 @@ COPYRIGHT="
|
||||
"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
SRC_URI="http://downloads.videolan.org/pub/videolan/libaacs/$portVersion/libaacs-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="5e44545c7c4cb48bea49ff6b19d148416663593d6125ac8734776df21154ba94"
|
||||
CHECKSUM_SHA256="95c344a02c47c9753c50a5386fdfb8313f9e4e95949a5c523a452f0bcb01bbe8"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
@@ -25,12 +25,12 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
fi
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PATCHES="libaacs-$portVersion.patchset"
|
||||
#PATCHES="libaacs-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
libaacs$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:aacs_info${secondaryArchSuffix}
|
||||
lib:libaacs$secondaryArchSuffix = 0.5.0 compat >= 0
|
||||
lib:libaacs$secondaryArchSuffix = 0.5.1 compat >= 0
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -77,7 +77,7 @@ INSTALL()
|
||||
|
||||
PROVIDES_devel="
|
||||
libaacs${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:libaacs$secondaryArchSuffix = 0.5.0 compat >= 0
|
||||
devel:libaacs$secondaryArchSuffix = 0.5.1 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libaacs$secondaryArchSuffix == $portVersion base
|
||||
@@ -1,31 +0,0 @@
|
||||
From 211cd0ae2564544fab867c89d8e5edfd86fa16a5 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Duval <jerome.duval@gmail.com>
|
||||
Date: Mon, 9 Feb 2015 18:53:59 +0000
|
||||
Subject: haiku fixes
|
||||
|
||||
|
||||
diff --git a/src/file/mmc_device_linux.c b/src/file/mmc_device_linux.c
|
||||
index 90aaf90..e98a6f0 100644
|
||||
--- a/src/file/mmc_device_linux.c
|
||||
+++ b/src/file/mmc_device_linux.c
|
||||
@@ -31,6 +31,7 @@
|
||||
#include "util/macro.h"
|
||||
#include "util/strutl.h"
|
||||
|
||||
+#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
@@ -180,8 +181,8 @@ MMCDEV *device_open(const char *path)
|
||||
} else {
|
||||
BD_DEBUG(DBG_MMC | DBG_CRIT, "Error opening /proc/mounts\n");
|
||||
}
|
||||
-#endif
|
||||
}
|
||||
+#endif
|
||||
|
||||
if (fd >= 0) {
|
||||
dev = calloc(1, sizeof(MMCDEV));
|
||||
--
|
||||
1.8.3.4
|
||||
|
||||
0
media-libs/libaacs/patches/libaacs-0.8.1.patchset
Normal file
0
media-libs/libaacs/patches/libaacs-0.8.1.patchset
Normal file
Reference in New Issue
Block a user