Radix cross Linux 3pp sources

RcL sources – is a tree of Third Party and Radix source tarballs

343 Commits   0 Branches   0 Tags
author: kx <kx@radix.pro> 2023-05-31 02:57:00 +0300 committer: kx <kx@radix.pro> 2023-05-31 02:57:00 +0300 commit: 2d90db94c4b47d666d87b97c71ad6f2419b36c23 parent: b45df40ad6182e22aafda643a7c7c5e78c15c614
Commit Summary:
move gphoto2 to media
Diffstat:
5 files changed, 2 insertions, 42 deletions
diff --git a/packages/a/Makefile b/packages/a/Makefile
index 4e8046a..1147be1 100644
--- a/packages/a/Makefile
+++ b/packages/a/Makefile
@@ -55,7 +55,6 @@ SUBDIRS := CLooG                  \
            genpower-debian        \
            ghostscript            \
            ghostscript-fonts-std  \
-           gphoto2                \
            gpm                    \
            gptfdisk               \
            gutenprint             \
diff --git a/packages/l/Makefile b/packages/l/Makefile
index 19410cb..d2e87f4 100644
--- a/packages/l/Makefile
+++ b/packages/l/Makefile
@@ -65,7 +65,6 @@ SUBDIRS := aalib               \
            libedit             \
            libevent            \
            libffi              \
-           libgphoto2          \
            libical             \
            libieee1284         \
            libiodbc            \
diff --git a/packages/l/libgphoto2/Makefile b/packages/l/libgphoto2/Makefile
deleted file mode 100644
index 7e61ea3..0000000
--- a/packages/l/libgphoto2/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# Project Home:
-# ============
-# https://www.gphoto.org
-#
-# Downloads:
-# =========
-# https://downloads.sourceforge.net/project/gphoto/libgphoto/${VERSION}
-#
-
-url         = https://downloads.sourceforge.net/project/gphoto/libgphoto
-
-versions    = 2.5.2 2.5.5 2.5.5.1 2.5.9
-
-pkgname     = libgphoto2
-suffix      = tar.bz2
-sign_suffix = asc
-
-tarballs    = $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(versions)))
-signatures  = $(addsuffix .$(sign_suffix), $(tarballs))
-sha1s       = $(addsuffix .sha1sum, $(tarballs))
-
-
-all: $(tarballs) $(signatures) $(sha1s)
-
-.PHONY: downloads_clean
-
-$(tarballs):
-	@echo -e "\n======= Downloading source tarballs =======\n"
-	@for tarball in $(tarballs) ; do \
-	  version=`echo $$tarball | sed 's/\([a-zA-Z0-9-]*\)\([0-9][.0-9]*[.0-9]*\)\(\..*\)/\2/'` ; \
-	  wget -N $(url)/$$version/$$tarball ; \
-	done
-
-$(signatures): %.$(suffix).$(sign_suffix) : %.$(suffix)
-	@for signature in $@ ; do \
-	  echo -e "\n======= Downloading '$$signature' signature =======\n" ; \
-	  version=`echo $$signature | sed 's/\([a-zA-Z0-9-]*\)\([0-9][.0-9]*[.0-9]*\)\(\..*\)/\2/'` ; \
-	  wget -N $(url)/$$version/$$signature ; \
-	  touch $$signature ; \
-	done
-
-$(sha1s): %.$(suffix).sha1sum : %.$(suffix)
-	@for tarball in $< ; do \
-	  echo -e "\n======= Calculation the '$$tarball' sha1sum =======\n" ; \
-	  sha1sum --binary $$tarball > $$tarball.sha1sum ; \
-	done
-
-downloads_clean:
-	@rm -rf $(tarballs) $(signatures) $(sha1s)
diff --git a/packages/m/Makefile b/packages/m/Makefile
index 68bfe49..c4fb313 100644
--- a/packages/m/Makefile
+++ b/packages/m/Makefile
@@ -15,6 +15,7 @@ SUBDIRS := OpenMAX      \
            dcadec       \
            fb           \
            ffmpeg       \
+           gphoto2      \
            gsm          \
            jackaudio    \
            ladspa       \
diff --git a/packages/a/gphoto2/Makefile b/packages/m/gphoto2/Makefile
similarity index 96%
rename from packages/a/gphoto2/Makefile
rename to packages/m/gphoto2/Makefile
index 8323108..5ab4779 100644
--- a/packages/a/gphoto2/Makefile
+++ b/packages/m/gphoto2/Makefile
@@ -10,7 +10,7 @@
 
 url         = https://downloads.sourceforge.net/project/gphoto/gphoto
 
-versions    = 2.5.2 2.5.5 2.5.9 2.5.26 2.5.27 2.5.28
+versions    = 2.5.28
 
 pkgname     = gphoto2
 suffix      = tar.bz2