summaryrefslogtreecommitdiffstats
path: root/multimedia/wxcam
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/wxcam')
-rw-r--r--multimedia/wxcam/README10
-rw-r--r--multimedia/wxcam/wxcam.SlackBuild4
-rw-r--r--multimedia/wxcam/wxcam.info2
3 files changed, 9 insertions, 7 deletions
diff --git a/multimedia/wxcam/README b/multimedia/wxcam/README
index 60ab8a75ce..36fa0f0ef7 100644
--- a/multimedia/wxcam/README
+++ b/multimedia/wxcam/README
@@ -1,5 +1,5 @@
-wxCam is a webcam application for linux. It supports video recording (in an
-avi uncompressed and Xvid format), snapshot taking, and some special commands
-for philips webcams, so you can also use the program for astronomy purposes.
-It supports both video4linux 1 and 2 drivers, so it should work on a very
-large number of devices.
+wxCam is a webcam application for linux. It supports video recording
+(in an avi uncompressed and Xvid format), snapshot taking, and some
+special commands for philips webcams, so you can also use the program
+for astronomy purposes. It supports both video4linux 1 and 2 drivers,
+so it should work on a very large number of devices.
diff --git a/multimedia/wxcam/wxcam.SlackBuild b/multimedia/wxcam/wxcam.SlackBuild
index da4670d23e..65ff702a15 100644
--- a/multimedia/wxcam/wxcam.SlackBuild
+++ b/multimedia/wxcam/wxcam.SlackBuild
@@ -6,6 +6,7 @@
# Updated for version 1.0.4 27/07/2009
# Updated for version 1.0.7 01/01/2011
# Updated for version 1.1 18/03/2012
+# Modified by B. Watson (BUILD=2) 07/02/2022 (force use of wxPython).
#
# Copyright 2009-2012 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
# All rights reserved.
@@ -85,13 +86,14 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
+CXXFLAGS="$SLKCFLAGS -std=c++14" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-static \
+ --with-wx-config=/usr/lib$LIBDIRSUFFIX/wx/config/gtk2-unicode-release-2.8 \
--build=$ARCH-slackware-linux
make wxcamdocdir=/usr/doc/$PRGNAM-$VERSION
diff --git a/multimedia/wxcam/wxcam.info b/multimedia/wxcam/wxcam.info
index 31a732de30..1cef08d644 100644
--- a/multimedia/wxcam/wxcam.info
+++ b/multimedia/wxcam/wxcam.info
@@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="CImg mjpegtools wxPython xvidcore"
MAINTAINER="Edward W. Koenig"
-EMAIL="kingbeowulf@gmail.com"
+EMAIL="kingbeowulf@linuxgalaxy.org"