Skip to content

Commit

Permalink
audio/mpz: update the port to version 1.0.19.
Browse files Browse the repository at this point in the history
Not reported by:	portscout :(
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Dec 11, 2021
1 parent 45526ec commit 685d62d
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 7 deletions.
2 changes: 1 addition & 1 deletion audio/mpz/Makefile
@@ -1,7 +1,7 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>

PORTNAME= mpz
PORTVERSION= 1.0.18
PORTVERSION= 1.0.19
CATEGORIES= audio

MAINTAINER= danfe@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions audio/mpz/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1638087173
SHA256 (olegantonyan-mpz-1.0.18_GH0.tar.gz) = 61e45e7c321bcaf62ba65bb2cb2d0291525361923811f5dcf56d00d1033f867a
SIZE (olegantonyan-mpz-1.0.18_GH0.tar.gz) = 2699813
TIMESTAMP = 1638963522
SHA256 (olegantonyan-mpz-1.0.19_GH0.tar.gz) = 2496d849d953eaae911a7bfb10006d7e31118df33666fe01a9fbb6fae1a5f697
SIZE (olegantonyan-mpz-1.0.19_GH0.tar.gz) = 2700174
7 changes: 4 additions & 3 deletions audio/mpz/files/patch-app_app.pro
@@ -1,11 +1,12 @@
--- app/app.pro.orig 2021-08-24 08:46:31 UTC
--- app/app.pro.orig 2021-12-08 11:38:42 UTC
+++ app/app.pro
@@ -154,15 +154,12 @@ FORMS += \
@@ -171,16 +171,12 @@ contains(DEFINES, MPRIS_ENABLE) {

# Libraries
INCLUDEPATH += \
- ../libs/taglib/taglib-1.12/taglib \
- ../libs/taglib/taglib-1.12/taglib/toolkit \
- ../libs/taglib/taglib-1.12/taglib/mpeg/id3v2 \
- ../libs/yaml-cpp/yaml-cpp-0.7.0/include \
+ ${LOCALBASE}/include/taglib \
../libs/qtwaitingspinner \
Expand All @@ -18,7 +19,7 @@
-L../libs/qtwaitingspinner -lqtwaitingspinner \
-L../libs/qhotkey -lqhotkey

@@ -185,5 +182,5 @@ RESOURCES += \
@@ -191,5 +187,5 @@ RESOURCES += \
../resources.qrc

# make install
Expand Down
25 changes: 25 additions & 0 deletions audio/mpz/files/patch-app_coverart_embedded.cpp
@@ -0,0 +1,25 @@
--- app/coverart/embedded.cpp.orig 2021-12-08 11:38:42 UTC
+++ app/coverart/embedded.cpp
@@ -1,14 +1,14 @@
#include "coverart/embedded.h"

#include "tag.h"
-#include "mp4/mp4file.h"
-#include "mpeg/id3v2/id3v2.h"
-#include "mpeg/id3v2/id3v2frame.h"
-#include "mpeg/id3v2/frames/attachedpictureframe.h"
-#include "mpeg/id3v2/id3v2tag.h"
-#include "mpeg/mpegfile.h"
-#include "flac/flacfile.h"
-#include"flac/flacpicture.h"
+#include "mp4file.h"
+#include "id3v2.h"
+#include "id3v2frame.h"
+#include "attachedpictureframe.h"
+#include "id3v2tag.h"
+#include "mpegfile.h"
+#include "flacfile.h"
+#include "flacpicture.h"
#include "fileref.h"
#include "tag.h"
#include "tpropertymap.h"

0 comments on commit 685d62d

Please sign in to comment.