media-tv/droidcam: version bump 1.7.3

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2021-05-04 10:33:22 +02:00
parent f03df52623
commit 863b6671ca
3 changed files with 6 additions and 9 deletions

View File

@@ -1 +1 @@
DIST droidcam-1.7.2.tar.gz 82690 BLAKE2B 3b7312f081dff747ccc9f8fab9a81bee079f697fa6bf8eb6982efa443a300751b9e8ebaa196950fc2c543e9abda3d9d7d26edc986cc916c36dcbccf9f6db0102 SHA512 0515760b3705abcb46acae5bbc05bba1d82416853c6438f776f6170e7469372d4d4236aae3500d409e572ae4e5289d3bd7416ed2729ea929e21146994c2de51c
DIST droidcam-1.7.3.tar.gz 83146 BLAKE2B b79d210a7d6a3cee7322b373cd92b2c1a326dd9887dff1df752e9818f9e7ed88dfdfd4a33a22ccb39c601df81c4e9538b1efa8029a9ad56f39d400fc50bc746b SHA512 39d6947b66f1be7896c56aa01d471cbd025deaeb2d2359f9434e5ea91e4302f4c16ee31486bb04fab1dfc7f6d8b2de3f6800ead665b7b3d366b01b25297beaba

View File

@@ -134,7 +134,7 @@ pkg_postinst() {
linux-mod_pkg_postinst
readme.gentoo_print_elog
elog "Links to the Android/iPhone/iPad apps can be reached at"
elog "Links to the Android/iPhone/iPad apps can be found at"
elog "https://www.dev47apps.com/"
}

View File

@@ -1,8 +1,8 @@
diff --git a/Makefile b/Makefile
index 54738f5..bcb5800 100644
index b5f696c..bcb5800 100644
--- a/Makefile
+++ b/Makefile
@@ -6,25 +6,25 @@
@@ -6,7 +6,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Use at your own risk. See README file for more details.
@@ -11,11 +11,8 @@ index 54738f5..bcb5800 100644
JPEG_INCLUDE ?= $(JPEG_DIR)/include
JPEG_LIB ?= $(JPEG_DIR)/lib`getconf LONG_BIT`
CXX = g++
CXXFLAGS = -std=c++11 -Wall -fPIC -no-pie
GTK = `pkg-config --libs --cflags gtk+-3.0` `pkg-config --libs x11`
-#GTK += `pkg-config --cflags --libs appindicator3-0.1`
+GTK += `pkg-config --cflags --libs appindicator3-0.1`
@@ -16,15 +16,15 @@ GTK = `pkg-config --libs --cflags gtk+-3.0` `pkg-config --libs x11`
GTK += `pkg-config --cflags --libs appindicator3-0.1`
LIBAV = `pkg-config --libs --cflags libswscale libavutil`
LIBS = -lspeex -lasound -lpthread -lm
-JPEG = -I$(JPEG_INCLUDE) $(JPEG_LIB)/libturbojpeg.a