audio/mpz: update the port to version 1.0.14.
Reported by: portscout
This commit is contained in:
parent
2e7eb53a71
commit
7415950cd0
3 changed files with 12 additions and 21 deletions
|
@ -1,8 +1,7 @@
|
|||
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||
|
||||
PORTNAME= mpz
|
||||
PORTVERSION= 1.0.13
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.14
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1615615716
|
||||
SHA256 (olegantonyan-mpz-1.0.13_GH0.tar.gz) = 0487ed25a4f5ca39b0e5f95eda33400de835228f7945dbc9873bc3ecd37d32f0
|
||||
SIZE (olegantonyan-mpz-1.0.13_GH0.tar.gz) = 2955155
|
||||
TIMESTAMP = 1629091983
|
||||
SHA256 (olegantonyan-mpz-1.0.14_GH0.tar.gz) = d1d3e824439b5701feec30547cf7ab584b1f1ba28053d497973ff949500fdf19
|
||||
SIZE (olegantonyan-mpz-1.0.14_GH0.tar.gz) = 3060334
|
||||
|
|
|
@ -1,24 +1,16 @@
|
|||
--- app/app.pro.orig 2020-10-08 17:36:49 UTC
|
||||
--- app/app.pro.orig 2021-08-16 05:33:03 UTC
|
||||
+++ app/app.pro
|
||||
@@ -7,8 +7,6 @@ CONFIG += c++11
|
||||
|
||||
TARGET = mpz
|
||||
|
||||
-DEFINES += TAGLIB_STATIC
|
||||
-
|
||||
win32: {
|
||||
CONFIG -= debug_and_release
|
||||
#CONFIG += static
|
||||
@@ -134,14 +132,14 @@ FORMS += \
|
||||
@@ -154,14 +154,14 @@ FORMS += \
|
||||
|
||||
# Libraries
|
||||
INCLUDEPATH += \
|
||||
- ../libs/taglib/taglib-1.11.1/taglib \
|
||||
- ../libs/taglib/taglib-1.12/taglib \
|
||||
- ../libs/taglib/taglib-1.12/taglib/toolkit \
|
||||
+ ${LOCALBASE}/include/taglib \
|
||||
../libs/taglib/taglib-1.11.1/taglib/toolkit \
|
||||
+ ${LOCALBASE}/include/taglib/toolkit \
|
||||
../libs/yaml-cpp/yaml-cpp-0.6.3/include \
|
||||
../libs/qtwaitingspinner \
|
||||
../libs/qhotkey/QHotkey-1.4.1
|
||||
../libs/qhotkey/QHotkey-1.4.2
|
||||
|
||||
LIBS += \
|
||||
- -L../libs/taglib -ltaglib \
|
||||
|
@ -26,8 +18,8 @@
|
|||
-L../libs/yaml-cpp -lyaml-cpp \
|
||||
-L../libs/qtwaitingspinner -lqtwaitingspinner \
|
||||
-L../libs/qhotkey -lqhotkey
|
||||
@@ -165,5 +163,5 @@ RESOURCES += \
|
||||
resources/resources.qrc
|
||||
@@ -185,5 +185,5 @@ RESOURCES += \
|
||||
../resources.qrc
|
||||
|
||||
# make install
|
||||
-target.path = /usr/bin/
|
||||
|
|
Loading…
Reference in a new issue