Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (84e21c5e034166ec27b3938a2e1ce2f70f7624c2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (84e21c5e034166ec27b3938a2e1ce2f70f7624c2)
  • Date: Sun, 28 Oct 2018 12:05:26 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

devel/ccache/DETAILS | 2 +-
devel/ccache/HISTORY | 3 +++
video/v4l-utils/DEPENDS | 6 ++++--
video/v4l-utils/DETAILS | 2 +-
video/v4l-utils/HISTORY | 5 +++++
video/v4l-utils/INSTALL | 3 ---
video/v4l-utils/PRE_BUILD | 11 +++++++++++
7 files changed, 25 insertions(+), 7 deletions(-)

New commits:
commit 84e21c5e034166ec27b3938a2e1ce2f70f7624c2
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ccache: => 3.5

commit c51aa1c63a0601c0076b7edd113506d824503787
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

v4l-utils: => 1.16.1

diff --git a/devel/ccache/DETAILS b/devel/ccache/DETAILS
index 3f65b2f..8951d04 100755
--- a/devel/ccache/DETAILS
+++ b/devel/ccache/DETAILS
@@ -1,5 +1,5 @@
SPELL=ccache
- VERSION=3.4.3
+ VERSION=3.5
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/devel/ccache/HISTORY b/devel/ccache/HISTORY
index b8632cb..04d5410 100644
--- a/devel/ccache/HISTORY
+++ b/devel/ccache/HISTORY
@@ -1,3 +1,6 @@
+2018-10-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.5
+
2018-09-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.4.3
* DEPENDS: delete gnupg
diff --git a/video/v4l-utils/DEPENDS b/video/v4l-utils/DEPENDS
index ad744d8..c8b54ea 100755
--- a/video/v4l-utils/DEPENDS
+++ b/video/v4l-utils/DEPENDS
@@ -3,9 +3,11 @@ depends pkgconfig &&
depends libx11 &&
depends OPENGL &&
depends glu &&
-depends gettext &&
+depends LIBELF &&
+optional_depends gettext '' '--disable-nls' 'NLS support' &&
optional_depends alsa-lib '' '' 'ALSA support' &&
optional_depends JPEG '' '--without-jpeg' 'JPEG support' &&
optional_depends qtbase '--enable-qv4l2' '' 'qt5 support' &&
optional_depends qt4 '--enable-qv4l2' '' 'qt4 support' &&
-optional_depends DEVICE-MANAGER '--with-libudev' '' 'UDEV support'
+optional_depends DEVICE-MANAGER '' '' 'UDEV support' &&
+optional_depends sdl2 '' '' 'SDL2 support'
diff --git a/video/v4l-utils/DETAILS b/video/v4l-utils/DETAILS
index 5a26dcd..dc1965a 100755
--- a/video/v4l-utils/DETAILS
+++ b/video/v4l-utils/DETAILS
@@ -1,5 +1,5 @@
SPELL=v4l-utils
- VERSION=1.14.2
+ VERSION=1.16.1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=https://linuxtv.org/downloads/$SPELL/$SOURCE
SOURCE2=$SOURCE.asc
diff --git a/video/v4l-utils/HISTORY b/video/v4l-utils/HISTORY
index 4094eeb..ae00759 100644
--- a/video/v4l-utils/HISTORY
+++ b/video/v4l-utils/HISTORY
@@ -1,3 +1,8 @@
+2018-10-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.16.1
+ * DEPENDS : add sdl2, LIBELF; gettext optional
+ * INSTALL: deleted
+
2018-08-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.14.2

diff --git a/video/v4l-utils/INSTALL b/video/v4l-utils/INSTALL
deleted file mode 100755
index 9d9a4c0..0000000
--- a/video/v4l-utils/INSTALL
+++ /dev/null
@@ -1,3 +0,0 @@
-make_single &&
-default_install &&
-make_normal
diff --git a/video/v4l-utils/PRE_BUILD b/video/v4l-utils/PRE_BUILD
new file mode 100644
index 0000000..588fc8d
--- /dev/null
+++ b/video/v4l-utils/PRE_BUILD
@@ -0,0 +1,11 @@
+default_pre_build &&
+#mk_source_dir $SOURCE_DIRECTORY &&
+#cd $SOURCE_DIRECTORY &&
+#sed -i '/update_xdg_mimetypes/D' CMakeLists.txt
+# autoreconf -f -i --symlink
+#unpack_file
+#patch -p0 < $SPELL_DIRECTORY/xxx.diff
+
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+apply_patch_dir patches



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (84e21c5e034166ec27b3938a2e1ce2f70f7624c2), Treeve Jelbert, 10/28/2018

Archive powered by MHonArc 2.6.24.

Top of Page