pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Remove imported openh264 packages.
Module Name: pkgsrc-wip
Committed By: nia <nia%NetBSD.org@localhost>
Pushed By: nee
Date: Tue Nov 16 16:01:43 2021 +0100
Changeset: 9421adceab7e704095fcd77ae21baef02e416174
Modified Files:
Makefile
Removed Files:
gst-plugins1-openh264/DESCR
gst-plugins1-openh264/Makefile
gst-plugins1-openh264/PLIST
openh264/DESCR
openh264/Makefile
openh264/PLIST
openh264/buildlink3.mk
openh264/distinfo
openh264/patches/patch-build_platform-bsd.mk
openh264/patches/patch-build_platform-darwin.mk
openh264/patches/patch-build_platform-linux.mk
openh264/patches/patch-codec_common_generate__version.sh
Log Message:
Remove imported openh264 packages.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9421adceab7e704095fcd77ae21baef02e416174
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 --
gst-plugins1-openh264/DESCR | 10 --------
gst-plugins1-openh264/Makefile | 13 ----------
gst-plugins1-openh264/PLIST | 2 --
openh264/DESCR | 2 --
openh264/Makefile | 29 ----------------------
openh264/PLIST | 10 --------
openh264/buildlink3.mk | 13 ----------
openh264/distinfo | 9 -------
openh264/patches/patch-build_platform-bsd.mk | 15 -----------
openh264/patches/patch-build_platform-darwin.mk | 15 -----------
openh264/patches/patch-build_platform-linux.mk | 15 -----------
.../patch-codec_common_generate__version.sh | 28 ---------------------
13 files changed, 163 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 189d12ea15..01a3573508 100644
--- a/Makefile
+++ b/Makefile
@@ -1412,7 +1412,6 @@ SUBDIR+= gsdpdf
SUBDIR+= gsmartcontrol
SUBDIR+= gst-inspector
SUBDIR+= gst-plugins1-opengl
-SUBDIR+= gst-plugins1-openh264
SUBDIR+= gst-plugins1-svt-vp9
SUBDIR+= gstat
SUBDIR+= gstreamer-plugins
@@ -2692,7 +2691,6 @@ SUBDIR+= openfmod
SUBDIR+= openfodder
SUBDIR+= openfodder-data
SUBDIR+= opengrok
-SUBDIR+= openh264
SUBDIR+= openjazz
SUBDIR+= openjdk16
SUBDIR+= openjdk8-openjfx-hg
diff --git a/gst-plugins1-openh264/DESCR b/gst-plugins1-openh264/DESCR
deleted file mode 100644
index 5f726c0299..0000000000
--- a/gst-plugins1-openh264/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-GStreamer is a library that allows the construction of graphs of
-media-handling components, ranging from simple mp3 playback to complex
-audio (mixing) and video (non-linear editing) processing.
-
-Applications can take advantage of advances in codec and filter technology
-transparently. Developers can add new codecs and filters by writing a
-simple plugin with a clean, generic interface.
-
-This package provides the OpenH264 plugin for GStreamer, which is an
-encoder and decoder for Advanced Video Coding (AVC, or H.264) video.
diff --git a/gst-plugins1-openh264/Makefile b/gst-plugins1-openh264/Makefile
deleted file mode 100644
index 30d709f29d..0000000000
--- a/gst-plugins1-openh264/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: Makefile,v 1.25 2021/04/21 11:42:19 adam Exp $
-
-PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-openh264/}
-CATEGORIES= multimedia gnome
-
-COMMENT= Open source multimedia framework - H.264/MPEG-4 decoder plugin
-
-GST_EXT_BUILD= # defined
-GST_PLUGINS+= openh264
-
-.include "../../wip/gst-plugins1-bad/Makefile.common"
-.include "../../wip/openh264/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/gst-plugins1-openh264/PLIST b/gst-plugins1-openh264/PLIST
deleted file mode 100644
index e1ee8528bb..0000000000
--- a/gst-plugins1-openh264/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-lib/gstreamer-1.0/libgstopenh264.so
diff --git a/openh264/DESCR b/openh264/DESCR
deleted file mode 100644
index cd9441b8d0..0000000000
--- a/openh264/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenH264 is a codec library which supports H.264 encoding and decoding.
-It is suitable for use in real time applications such as WebRTC.
diff --git a/openh264/Makefile b/openh264/Makefile
deleted file mode 100644
index 124d52d529..0000000000
--- a/openh264/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD$
-
-DISTNAME= openh264-2.1.1
-CATEGORIES= multimedia
-MASTER_SITES= ${MASTER_SITE_GITHUB:=cisco/}
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/cisco/openh264
-COMMENT= H.264 encoder/decoder library from Cisco
-LICENSE= 2-clause-bsd
-
-USE_TOOLS+= gmake pkg-config
-USE_LANGUAGES= c c++
-
-PKGCONFIG_OVERRIDE+= openh264.pc.in
-
-MAKE_FLAGS+= ENABLEPIC=Yes
-MAKE_FLAGS+= PREFIX=${PREFIX}
-MAKE_FLAGS+= ARCH=${MACHINE_ARCH}
-MAKE_FLAGS+= HAVE_GMP_API=No
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
-TOOL_DEPENDS+= nasm>=2.07:../../devel/nasm
-.endif
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/openh264/PLIST b/openh264/PLIST
deleted file mode 100644
index 55ef03f0d1..0000000000
--- a/openh264/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $NetBSD$
-include/wels/codec_api.h
-include/wels/codec_app_def.h
-include/wels/codec_def.h
-include/wels/codec_ver.h
-lib/libopenh264.a
-lib/libopenh264.so
-lib/libopenh264.so.${PKGVERSION}
-lib/libopenh264.so.6
-lib/pkgconfig/openh264.pc
diff --git a/openh264/buildlink3.mk b/openh264/buildlink3.mk
deleted file mode 100644
index d08b8379de..0000000000
--- a/openh264/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+= openh264
-
-.if !defined(OPENH264_BUILDLINK3_MK)
-OPENH264_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.openh264+= openh264>=1.5.0
-BUILDLINK_PKGSRCDIR.openh264?= ../../wip/openh264
-
-.endif # OPENH264_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -openh264
diff --git a/openh264/distinfo b/openh264/distinfo
deleted file mode 100644
index 6ea6ec290a..0000000000
--- a/openh264/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD$
-
-BLAKE2s (openh264-2.1.1.tar.gz) = f5fe24f48be8904ba3cf47772d815efce6cccabcb33a6f29918800fe842693fa
-SHA512 (openh264-2.1.1.tar.gz) = f9c2925fa902c6278da40f68b967d25e62db7ce3541e8f5e7a0ee174204b6ecc7026b5853885c361f48ca01d71bacd585fb5b91f01f0c054ece80943f1afcf79
-Size (openh264-2.1.1.tar.gz) = 60239654 bytes
-SHA1 (patch-build_platform-bsd.mk) = f641958f3fd878ff6e06ef361a7b2debb759cfb8
-SHA1 (patch-build_platform-darwin.mk) = e935c97831801e7f8fa21cd1df43b59d17ccb940
-SHA1 (patch-build_platform-linux.mk) = db176a29a2ff1f7c1100d25d535e24a74f5229c9
-SHA1 (patch-codec_common_generate__version.sh) = 5f0d3b33c6730e3da824acb503ceb4c84347a320
diff --git a/openh264/patches/patch-build_platform-bsd.mk b/openh264/patches/patch-build_platform-bsd.mk
deleted file mode 100644
index 8f4402a8e9..0000000000
--- a/openh264/patches/patch-build_platform-bsd.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Remove stack protector, let pkgsrc apply it itself.
-
---- build/platform-bsd.mk.orig 2020-05-21 08:30:24.000000000 +0000
-+++ build/platform-bsd.mk
-@@ -3,7 +3,7 @@ SHAREDLIBSUFFIX = so
- SHAREDLIBSUFFIXFULLVER=$(SHAREDLIBSUFFIX).$(FULL_VERSION)
- SHAREDLIBSUFFIXMAJORVER=$(SHAREDLIBSUFFIX).$(SHAREDLIB_MAJORVERSION)
- SHLDFLAGS = -Wl,-soname,$(LIBPREFIX)$(PROJECT_NAME).$(SHAREDLIBSUFFIXMAJORVER)
--CFLAGS += -fPIC -fstack-protector-all
-+CFLAGS += -fPIC
- LDFLAGS += -lpthread
- STATIC_LDFLAGS += -lpthread -lm
- ifeq ($(ASM_ARCH), x86)
diff --git a/openh264/patches/patch-build_platform-darwin.mk b/openh264/patches/patch-build_platform-darwin.mk
deleted file mode 100644
index 91036e49b0..0000000000
--- a/openh264/patches/patch-build_platform-darwin.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Remove stack protector, let pkgsrc apply it itself.
-
---- build/platform-darwin.mk.orig 2020-05-21 08:30:24.000000000 +0000
-+++ build/platform-darwin.mk
-@@ -10,7 +10,7 @@ SHLDFLAGS = -dynamiclib -twolevel_namesp
- $(SHAREDLIB_DIR)/$(LIBPREFIX)$(PROJECT_NAME).$(SHAREDLIBSUFFIXMAJORVER)
- SHARED = -dynamiclib
- SHARED += -current_version $(CURRENT_VERSION) -compatibility_version $(COMPATIBILITY_VERSION)
--CFLAGS += -Wall -fPIC -MMD -MP -fstack-protector-all
-+CFLAGS += -Wall -fPIC -MMD -MP
- ifeq ($(ASM_ARCH), x86)
- ASMFLAGS += -DPREFIX
- ifeq ($(ARCH), x86_64)
diff --git a/openh264/patches/patch-build_platform-linux.mk b/openh264/patches/patch-build_platform-linux.mk
deleted file mode 100644
index 86c09c7355..0000000000
--- a/openh264/patches/patch-build_platform-linux.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Remove stack protector, let pkgsrc apply it itself.
-
---- build/platform-linux.mk.orig 2020-05-21 08:30:24.000000000 +0000
-+++ build/platform-linux.mk
-@@ -3,7 +3,7 @@ SHAREDLIBSUFFIX = so
- SHAREDLIBSUFFIXFULLVER=$(SHAREDLIBSUFFIX).$(FULL_VERSION)
- SHAREDLIBSUFFIXMAJORVER=$(SHAREDLIBSUFFIX).$(SHAREDLIB_MAJORVERSION)
- SHLDFLAGS = -Wl,-soname,$(LIBPREFIX)$(PROJECT_NAME).$(SHAREDLIBSUFFIXMAJORVER)
--CFLAGS += -Wall -fno-strict-aliasing -fPIC -MMD -MP -fstack-protector-all
-+CFLAGS += -Wall -fno-strict-aliasing -fPIC -MMD -MP
- LDFLAGS += -lpthread
- STATIC_LDFLAGS += -lpthread -lm
- AR_OPTS = crD $@
diff --git a/openh264/patches/patch-codec_common_generate__version.sh b/openh264/patches/patch-codec_common_generate__version.sh
deleted file mode 100644
index d0a179d216..0000000000
--- a/openh264/patches/patch-codec_common_generate__version.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD$
-
-Avoid running git to determine the version.
-
---- codec/common/generate_version.sh.orig 2020-05-21 08:30:24.000000000 +0000
-+++ codec/common/generate_version.sh
-@@ -1,19 +1,7 @@
- #!/bin/bash
--git rev-list HEAD | sort > config.git-hash
- SRC_PATH=$1
--LOCALVER=`wc -l config.git-hash | awk '{print $1}'`
--if [ $LOCALVER \> 1 ] ; then
-- VER="$(git rev-list HEAD -n 1 | cut -c 1-7)"
-- if git status | grep -q "modified:" ; then
-- VER="${VER}+M"
-- fi
-- GIT_VERSION=$VER
--else
-- GIT_VERSION=
-- VER="x"
--fi
--GIT_VERSION='"'$GIT_VERSION'"'
--rm -f config.git-hash
-+GIT_VERSION='"(pkgsrc)"'
-+VER="x"
-
- mkdir -p codec/common/inc
- cat $SRC_PATH/codec/common/inc/version_gen.h.template | sed "s/\$FULL_VERSION/$GIT_VERSION/g" > codec/common/inc/version_gen.h.new
Home |
Main Index |
Thread Index |
Old Index