diff --git a/audio/clementine/Makefile b/audio/clementine/Makefile index 09c26a81d6c..e047b1de080 100644 --- a/audio/clementine/Makefile +++ b/audio/clementine/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.42 2020/03/29 09:31:45 sthen Exp $ +# $OpenBSD: Makefile,v 1.43 2021/01/19 06:54:01 rsadowski Exp $ COMMENT = music player @@ -6,7 +6,7 @@ GH_ACCOUNT = clementine-player GH_PROJECT = Clementine GH_TAGNAME = 1.4.0rc1 PKGNAME = clementine-${GH_TAGNAME} -REVISION= 0 +REVISION= 1 CATEGORIES = audio x11 diff --git a/audio/clementine/patches/patch-src_widgets_freespacebar_cpp b/audio/clementine/patches/patch-src_widgets_freespacebar_cpp new file mode 100644 index 00000000000..596efe1919d --- /dev/null +++ b/audio/clementine/patches/patch-src_widgets_freespacebar_cpp @@ -0,0 +1,13 @@ +$OpenBSD: patch-src_widgets_freespacebar_cpp,v 1.1 2021/01/19 06:54:01 rsadowski Exp $ + +Index: src/widgets/freespacebar.cpp +--- src/widgets/freespacebar.cpp.orig ++++ src/widgets/freespacebar.cpp +@@ -20,6 +20,7 @@ + + #include + #include ++#include + + const int FreeSpaceBar::kBarHeight = 20; + const int FreeSpaceBar::kBarBorderRadius = 8; diff --git a/audio/clementine/patches/patch-src_widgets_osdpretty_cpp b/audio/clementine/patches/patch-src_widgets_osdpretty_cpp new file mode 100644 index 00000000000..ca3b015736b --- /dev/null +++ b/audio/clementine/patches/patch-src_widgets_osdpretty_cpp @@ -0,0 +1,13 @@ +$OpenBSD: patch-src_widgets_osdpretty_cpp,v 1.1 2021/01/19 06:54:01 rsadowski Exp $ + +Index: src/widgets/osdpretty.cpp +--- src/widgets/osdpretty.cpp.orig ++++ src/widgets/osdpretty.cpp +@@ -29,6 +29,7 @@ + #include + #include + #include ++#include + + #include + diff --git a/audio/clementine/patches/patch-src_widgets_sliderwidget_cpp b/audio/clementine/patches/patch-src_widgets_sliderwidget_cpp new file mode 100644 index 00000000000..c46d8cf8f0d --- /dev/null +++ b/audio/clementine/patches/patch-src_widgets_sliderwidget_cpp @@ -0,0 +1,13 @@ +$OpenBSD: patch-src_widgets_sliderwidget_cpp,v 1.1 2021/01/19 06:54:01 rsadowski Exp $ + +Index: src/widgets/sliderwidget.cpp +--- src/widgets/sliderwidget.cpp.orig ++++ src/widgets/sliderwidget.cpp +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + #include + #include + #include