pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Works on linux only at the moment, read TODO, more fixes



Module Name:	pkgsrc-wip
Committed By:	andyb <andyb%m42.one@localhost>
Pushed By:	andyb
Date:		Wed Feb 27 15:22:23 2019 +0100
Changeset:	565affac7e4012baeee329bcaad1a0f1ec2cf492

Modified Files:
	spacefm/Makefile
	spacefm/TODO
	spacefm/options.mk

Log Message:
Works on linux only at the moment, read TODO, more fixes

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=565affac7e4012baeee329bcaad1a0f1ec2cf492

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 spacefm/Makefile   | 7 ++++++-
 spacefm/TODO       | 3 ++-
 spacefm/options.mk | 8 +-------
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs:
diff --git a/spacefm/Makefile b/spacefm/Makefile
index d0d6cd37c7..eeef9f8a41 100644
--- a/spacefm/Makefile
+++ b/spacefm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 0.3 2018/09/11 14:44:10 andyb Exp $
+# $NetBSD: Makefile,v 0.3 2019/02/27 15:15:10 andyb Exp $
 
 
 GITHUB_PROJECT=	spacefm
@@ -22,6 +22,8 @@ CONFIGURE_ARGS+= --disable-video-thumbnails
 
 USE_TOOLS+=	intltool msgfmt pkg-config automake autoconf gmake
 
+CFLAGS+=         -ludev
+
 DEPENDS+=	libX11-[0-9]*:../../x11/libX11
 DEPENDS+=	hal-[0-9]*:../../sysutils/hal
 DEPENDS+=	desktop-file-utils-[0-9]*:../../sysutils/desktop-file-utils
@@ -33,6 +35,9 @@ export LIBUDEV_CFLAGS=	-I/usr/lib/pkgconfig/
 export LIBUDEV_LIBS=	-L/usr/lib/pkgconfig/
 #edit me
 
+export FFMPEG_CFLAGS=   $(pkg-config --cflags libffmpegthumbnailer)
+export FFMPEG_LIBS=     $(pkg-config --libs libffmpegthumbnailer)
+
 .include "options.mk"
 .include "../../mk/bsd.pkg.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
diff --git a/spacefm/TODO b/spacefm/TODO
index 092d4ba16e..663361d2e8 100644
--- a/spacefm/TODO
+++ b/spacefm/TODO
@@ -1,4 +1,5 @@
-configures, but dont compile @the moment.
+Works only with linux at the moment, vidthumbsnails must be fixed
+Read more here
 
 #####
 You must edit in the Makefile in "wip/spacefm" between both "#edit me" lines, 
diff --git a/spacefm/options.mk b/spacefm/options.mk
index ffe98b264f..65faceddf9 100644
--- a/spacefm/options.mk
+++ b/spacefm/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 0.3 2018/09/11 14:44:10 andyb Exp $
+# $NetBSD: Makefile,v 0.3 2019/02/27 15:15:10 andyb Exp $
 
 PKG_OPTIONS_VAR=        PKG_OPTIONS.spacefm
 
@@ -14,9 +14,6 @@ PLIST_VARS+=            gtk3
 CONFIGURE_ARGS+=        --with-gtk2
 GTK_CFLAGS=      $(pkg-config --cflags gtk+-2.0)
 GTK_LIBS=	$(pkg-config --libs gtk+-2.0)
-CFLAGS+=		-ludev
-export FFMPEG_CFLAGS=   $(pkg-config --cflags libffmpegthumbnailer)
-export FFMPEG_LIBS=     $(pkg-config --libs libffmpegthumbnailer)
 
 .include "../../x11/gtk2/buildlink3.mk"
 .endif
@@ -25,9 +22,6 @@ export FFMPEG_LIBS=     $(pkg-config --libs libffmpegthumbnailer)
 CONFIGURE_ARGS+=        --with-gtk3
 GTK_CFLAGS=      $(pkg-config --cflags gtk+-3.0)
 GTK_LIBS=        $(pkg-config --libs gtk+-3.0)
-CFLAGS+=         -ludev
-export FFMPEG_CFLAGS=   $(pkg-config --cflags libffmpegthumbnailer)
-export FFMPEG_LIBS=     $(pkg-config --libs libffmpegthumbnailer)
 
 .include "../../x11/gtk3/buildlink3.mk"
 PLIST.gtk3=             yes


Home | Main Index | Thread Index | Old Index