drop RCS Ids
This commit is contained in:
parent
c715eab9a5
commit
7f61407556
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2022/02/23 21:48:09 sthen Exp $
|
||||
|
||||
COMMENT= Alliance for Open Media AV1 video codec
|
||||
|
||||
GH_ACCOUNT= jbeich
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-CMakeLists_txt,v 1.1 2022/01/03 08:10:50 rsadowski Exp $
|
||||
|
||||
Index: CMakeLists.txt
|
||||
--- CMakeLists.txt.orig
|
||||
+++ CMakeLists.txt
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-aom_ports_arm_cpudetect_c,v 1.3 2021/04/23 21:12:07 sthen Exp $
|
||||
|
||||
Allow ARM CPU runtime detection code to build on OpenBSD.
|
||||
|
||||
Index: aom_ports/arm_cpudetect.c
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-aom_ports_ppc_cpudetect_c,v 1.2 2019/09/22 08:45:58 ajacoutot Exp $
|
||||
|
||||
Allow PowerPC CPU runtime detection code to build on OpenBSD.
|
||||
|
||||
Index: aom_ports/ppc_cpudetect.c
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-build_cmake_aom_configure_cmake,v 1.6 2021/04/23 21:12:07 sthen Exp $
|
||||
|
||||
ARM uses compiler intrinsics, so don't require GNU as.
|
||||
|
||||
Index: build/cmake/aom_configure.cmake
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2022/01/03 08:10:50 rsadowski Exp $
|
||||
@bin bin/aomdec
|
||||
@bin bin/aomenc
|
||||
include/aom/
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2021/07/04 14:35:05 tb Exp $
|
||||
|
||||
COMMENT = open asset import library
|
||||
CATEGORIES = multimedia
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-assimpTargets-debug_cmake_in,v 1.1 2021/03/21 16:03:51 rsadowski Exp $
|
||||
|
||||
Index: assimpTargets-debug.cmake.in
|
||||
--- assimpTargets-debug.cmake.in.orig
|
||||
+++ assimpTargets-debug.cmake.in
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-assimpTargets-release_cmake_in,v 1.1 2021/03/21 16:03:51 rsadowski Exp $
|
||||
|
||||
Index: assimpTargets-release.cmake.in
|
||||
--- assimpTargets-release.cmake.in.orig
|
||||
+++ assimpTargets-release.cmake.in
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2019/11/24 19:48:08 bcallah Exp $
|
||||
@bin bin/assimp
|
||||
include/assimp/
|
||||
include/assimp/BaseImporter.h
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2021/07/25 22:53:09 cwen Exp $
|
||||
|
||||
COMMENT= read and set MPEG-4/3GPP metadata tags
|
||||
|
||||
GH_ACCOUNT= wez
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-src_AtomicParsley_h,v 1.1 2021/07/25 22:53:09 cwen Exp $
|
||||
|
||||
Fix potential bug on unsigned char archs
|
||||
See https://github.com/wez/atomicparsley/pull/41
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
$OpenBSD: patch-src_CDtoc_cpp,v 1.2 2021/07/25 22:53:09 cwen Exp $
|
||||
Index: src/CDtoc.cpp
|
||||
--- src/CDtoc.cpp.orig
|
||||
+++ src/CDtoc.cpp
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-src_parsley_cpp,v 1.1 2021/07/25 22:53:09 cwen Exp $
|
||||
|
||||
Fix potential bug on unsigned char archs
|
||||
See https://github.com/wez/atomicparsley/pull/41
|
||||
|
||||
|
@ -1,2 +1 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/11/06 14:29:14 sthen Exp $
|
||||
@bin bin/AtomicParsley
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2019/07/12 20:47:55 sthen Exp $
|
||||
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
CATEGORIES = multimedia
|
||||
COMMENT = closed caption subtitles extractor
|
||||
|
@ -1,4 +1,3 @@
|
||||
$OpenBSD: patch-src_ccextractor_h,v 1.1.1.1 2011/08/16 14:12:58 espie Exp $
|
||||
--- src/ccextractor.h.orig Sun Jul 31 14:43:33 2011
|
||||
+++ src/ccextractor.h Sun Jul 31 14:43:41 2011
|
||||
@@ -32,6 +32,15 @@ typedef int64_t LLONG;
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/08/16 14:12:58 espie Exp $
|
||||
@bin bin/ccextractor
|
||||
share/doc/ccextractor/
|
||||
share/doc/ccextractor/BINARY_FILE_FORMAT.TXT
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2021/09/11 18:16:04 rsadowski Exp $
|
||||
|
||||
COMMENT= small and fast AV1 decoder
|
||||
|
||||
VER= 0.9.2
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2020/07/05 07:36:19 ajacoutot Exp $
|
||||
@bin bin/dav1d
|
||||
include/dav1d/
|
||||
include/dav1d/common.h
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.53 2021/11/02 00:01:37 sthen Exp $
|
||||
|
||||
COMMENT= video DVDs and CDs creation tool
|
||||
|
||||
MODPY_EGG_VERSION= ${GH_TAGNAME}
|
||||
|
@ -1,4 +1,3 @@
|
||||
$OpenBSD: patch-setup_py,v 1.4 2017/07/22 15:18:24 ajacoutot Exp $
|
||||
Index: setup.py
|
||||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
|
@ -1,4 +1,3 @@
|
||||
$OpenBSD: patch-src_devedeng_configuration_data_py,v 1.4 2017/07/22 15:18:24 ajacoutot Exp $
|
||||
Index: src/devedeng/configuration_data.py
|
||||
--- src/devedeng/configuration_data.py.orig
|
||||
+++ src/devedeng/configuration_data.py
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.21 2018/06/27 21:03:57 espie Exp $
|
||||
bin/copy_files_verbose.py
|
||||
bin/devede
|
||||
bin/devede_ng.py
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2019/07/12 20:47:55 sthen Exp $
|
||||
|
||||
COMMENT= creates DVD file structures
|
||||
|
||||
DISTNAME= dvdauthor-0.7.2
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2017/07/22 19:11:31 ajacoutot Exp $
|
||||
@bin bin/dvdauthor
|
||||
bin/dvddirdel
|
||||
@bin bin/dvdunauthor
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2019/07/12 20:47:55 sthen Exp $
|
||||
|
||||
COMMENT= DVD ripper
|
||||
|
||||
DISTNAME= dvdbackup-0.1.1
|
||||
|
@ -1,4 +1,3 @@
|
||||
$OpenBSD: patch-src_dvdbackup_c,v 1.3 2009/07/30 19:10:28 jakemsr Exp $
|
||||
--- src/dvdbackup.c.orig Sun Aug 4 23:08:39 2002
|
||||
+++ src/dvdbackup.c Mon Jul 13 16:58:47 2009
|
||||
@@ -30,6 +30,7 @@
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/11/03 07:46:02 jakemsr Exp $
|
||||
bin/dvdbackup
|
||||
share/doc/dvdbackup/
|
||||
share/doc/dvdbackup/README
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.46 2021/02/27 06:58:09 ajacoutot Exp $
|
||||
|
||||
COMMENT= DVD authoring application
|
||||
|
||||
DISTNAME= DVDStyler-3.1
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-src_Menu_cpp,v 1.1 2021/02/27 06:58:09 ajacoutot Exp $
|
||||
|
||||
Fix build with wxWidgets-gtk3 >=3.1.X
|
||||
|
||||
Index: src/Menu.cpp
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-src_Pgc_h,v 1.1 2021/02/27 06:58:09 ajacoutot Exp $
|
||||
|
||||
Fix build with wxWidgets-gtk3 >=3.1.X
|
||||
|
||||
Index: src/Pgc.h
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-src_TitlePropDlg_cpp,v 1.1 2021/02/27 06:58:09 ajacoutot Exp $
|
||||
|
||||
Fix build with wxWidgets-gtk3 >=3.1.X
|
||||
|
||||
Index: src/TitlePropDlg.cpp
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-src_TitlesetManager_cpp,v 1.1 2021/02/27 06:58:09 ajacoutot Exp $
|
||||
|
||||
Fix build with wxWidgets-gtk3 >=3.1.X
|
||||
|
||||
Index: src/TitlesetManager.cpp
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-src_Vob_cpp,v 1.1 2021/02/27 06:58:09 ajacoutot Exp $
|
||||
|
||||
Fix build with wxWidgets-gtk3 >=3.1.X
|
||||
|
||||
Index: src/Vob.cpp
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-wxVillaLib_Thumbnails_cpp,v 1.1 2021/02/27 06:58:09 ajacoutot Exp $
|
||||
|
||||
Fix build with wxWidgets-gtk3 >=3.1.X
|
||||
|
||||
Index: wxVillaLib/Thumbnails.cpp
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.13 2021/02/27 06:58:09 ajacoutot Exp $
|
||||
@bin bin/dvdstyler
|
||||
@man man/man1/dvdstyler.1
|
||||
share/applications/dvdstyler.desktop
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2020/03/07 15:09:49 cwen Exp $
|
||||
|
||||
COMMENT = minimalistic plugin API for video effects
|
||||
CATEGORIES = graphics multimedia
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2020/03/04 20:00:56 rapha Exp $
|
||||
include/frei0r.h
|
||||
lib/frei0r-1/
|
||||
@so lib/frei0r-1/3dflippo.so
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2022/01/03 09:12:34 op Exp $
|
||||
|
||||
COMMENT = editor for text-based subtitle files
|
||||
|
||||
MODPY_EGG_VERSION = 1.10.1
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/09/06 09:40:47 bentley Exp $
|
||||
bin/gaupol
|
||||
lib/python${MODPY_VERSION}/site-packages/aeidon/
|
||||
lib/python${MODPY_VERSION}/site-packages/aeidon/__init__.py
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.36 2020/03/22 18:13:36 naddy Exp $
|
||||
|
||||
COMMENT= download flash video files from various sites
|
||||
|
||||
V= 1.25.99
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.13 2018/02/28 14:08:36 nigel Exp $
|
||||
bin/get_flash_videos
|
||||
${P5SITE}/FlashVideo/
|
||||
${P5SITE}/FlashVideo/DASHDownloader.pm
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2020/09/12 19:36:59 phessler Exp $
|
||||
|
||||
BROKEN = twitch changed their API
|
||||
|
||||
COMMENT = desktop Twitch.tv client
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-print_git_version_py,v 1.1.1.1 2017/10/15 11:32:43 bcallah Exp $
|
||||
|
||||
Don't do this git stuff.
|
||||
|
||||
Index: print_git_version.py
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2018/07/06 06:04:43 espie Exp $
|
||||
@bin bin/gnome-twitch
|
||||
include/gnome-twitch/
|
||||
include/gnome-twitch/gt-log.h
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2020/10/28 15:42:14 ajacoutot Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += core
|
||||
SUBDIR += mm
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.73 2022/02/05 14:49:40 ajacoutot Exp $
|
||||
|
||||
# Most frequent usage of the GStreamer packages:
|
||||
# core base library
|
||||
# plugins-base minimal set: audio (sndio), gio, playback, Ogg Vorbis
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.67 2022/02/05 14:49:40 ajacoutot Exp $
|
||||
|
||||
COMMENT= framework for streaming media
|
||||
|
||||
DISTNAME= gstreamer-${V}
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.30 2022/02/05 14:49:40 ajacoutot Exp $
|
||||
@bin bin/gst-inspect-${API}
|
||||
@bin bin/gst-launch-${API}
|
||||
@bin bin/gst-stats-${API}
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2022/02/03 09:35:18 ajacoutot Exp $
|
||||
|
||||
COMMENT= C++ bindings for GStreamer
|
||||
|
||||
GNOME_PROJECT= gstreamermm
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-gstreamer_gstreamermm_register_h,v 1.1 2021/05/09 08:55:41 ajacoutot Exp $
|
||||
|
||||
Fix build with GLib >=2.68
|
||||
|
||||
Index: gstreamer/gstreamermm/register.h
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2022/02/03 09:35:18 ajacoutot Exp $
|
||||
include/gstreamermm-${API}/
|
||||
include/gstreamermm-${API}/gstreamermm/
|
||||
include/gstreamermm-${API}/gstreamermm.h
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.88 2022/02/05 14:59:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= bad elements for GStreamer
|
||||
|
||||
DISTNAME= gst-plugins-bad-${V}
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.35 2022/02/05 14:59:10 ajacoutot Exp $
|
||||
@bin bin/gst-transcoder-${API}
|
||||
include/gstreamer-${API}/gst/audio/audio-bad-prelude.h
|
||||
include/gstreamer-${API}/gst/audio/gstnonstreamaudiodecoder.h
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.84 2022/02/05 14:49:40 ajacoutot Exp $
|
||||
|
||||
COMMENT= base elements for GStreamer
|
||||
|
||||
DISTNAME= gst-plugins-base-${V}
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-ext_cdparanoia_gstcdparanoiasrc_c,v 1.5 2022/02/05 14:49:40 ajacoutot Exp $
|
||||
|
||||
XXX old cdparanoia-3.a9.8 (cdparanoia-III-9.8) does not have cache control.
|
||||
|
||||
Index: ext/cdparanoia/gstcdparanoiasrc.c
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-ext_meson_build,v 1.1 2019/04/21 08:49:42 ajacoutot Exp $
|
||||
|
||||
Index: ext/meson.build
|
||||
--- ext/meson.build.orig
|
||||
+++ ext/meson.build
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-gst_tcp_gstmultihandlesink_c,v 1.6 2020/09/14 06:03:13 ajacoutot Exp $
|
||||
|
||||
gstmultihandlesink.c:542: error: field 'sa' has incomplete type
|
||||
gstmultihandlesink.c:544: error: field 'sa_stor' has incomplete type
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-meson_options_txt,v 1.2 2020/09/14 06:03:13 ajacoutot Exp $
|
||||
|
||||
Index: meson_options.txt
|
||||
--- meson_options.txt.orig
|
||||
+++ meson_options.txt
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.21 2022/02/05 14:49:40 ajacoutot Exp $
|
||||
@conflict gstreamer1-plugins-bad-<1.14.0
|
||||
@bin bin/gst-device-monitor-${API}
|
||||
@bin bin/gst-discoverer-${API}
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.74 2022/02/05 14:49:41 ajacoutot Exp $
|
||||
|
||||
# Reenable that port on non-rust archs at the cost of pulseaudio support:
|
||||
# pulseaudio -> [...] -> spidermonkey>=78 -> rust
|
||||
ONLY_FOR_ARCHS-pulse= ${RUST_ARCHS}
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-ext_soup_gstsouploader_c,v 1.1 2022/02/05 14:49:41 ajacoutot Exp $
|
||||
|
||||
Index: ext/soup/gstsouploader.c
|
||||
--- ext/soup/gstsouploader.c.orig
|
||||
+++ ext/soup/gstsouploader.c
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-sys_v4l2_v4l2_calls_c,v 1.3 2022/02/05 14:49:41 ajacoutot Exp $
|
||||
|
||||
Index: sys/v4l2/v4l2_calls.c
|
||||
--- sys/v4l2/v4l2_calls.c.orig
|
||||
+++ sys/v4l2/v4l2_calls.c
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.21 2022/02/05 14:49:41 ajacoutot Exp $
|
||||
@conflict gstreamer1-plugins-bad-<1.14.0
|
||||
@conflict gstreamer1-plugins-ugly-<1.14.0
|
||||
@so lib/gstreamer-${API}/libgstalaw.so
|
||||
|
@ -1,2 +1 @@
|
||||
@comment $OpenBSD: PLIST-pulse,v 1.4 2019/12/08 10:16:18 ajacoutot Exp $
|
||||
@so lib/gstreamer-${API}/libgstpulseaudio.so
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.45 2019/12/08 10:16:18 ajacoutot Exp $
|
||||
|
||||
COMMENT= ffmpeg elements for GStreamer
|
||||
|
||||
DISTNAME= gst-libav-${V}
|
||||
|
@ -1,2 +1 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2019/12/08 10:16:18 ajacoutot Exp $
|
||||
@so lib/gstreamer-${API}/libgstlibav.so
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.42 2022/02/05 14:49:41 ajacoutot Exp $
|
||||
|
||||
COMMENT= ugly elements for GStreamer
|
||||
|
||||
DISTNAME= gst-plugins-ugly-${V}
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.16 2022/02/05 14:49:41 ajacoutot Exp $
|
||||
@so lib/gstreamer-${API}/libgstasf.so
|
||||
@so lib/gstreamer-${API}/libgstcdio.so
|
||||
@so lib/gstreamer-${API}/libgstdvdlpcmdec.so
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2022/02/03 09:35:19 ajacoutot Exp $
|
||||
|
||||
COMMENT= overrides for the gobject-introspection-based pygst bindings
|
||||
|
||||
DISTNAME= gst-python-${V}
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2022/02/05 14:49:41 ajacoutot Exp $
|
||||
@pkgpath multimedia/gstreamer1/py-gstreamer
|
||||
@so lib/gstreamer-${API}/libgstpython.so
|
||||
lib/python${MODPY_VERSION}/site-packages/gi/overrides/Gst.py
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2021/03/07 02:30:46 daniel Exp $
|
||||
|
||||
V = 1.3.3
|
||||
COMMENT = open source video transcoder
|
||||
DISTNAME = HandBrake-${V}-source
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-gtk_configure_ac,v 1.4 2020/05/20 14:57:18 bcallah Exp $
|
||||
|
||||
Get the proper library directory for -lhandbrake.
|
||||
No -ldl on OpenBSD.
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-gtk_src_callbacks_c,v 1.2 2019/12/16 17:23:58 bcallah Exp $
|
||||
|
||||
We need this include too.
|
||||
|
||||
Index: gtk/src/callbacks.c
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-libhb_decsrtsub_c,v 1.2 2019/12/16 17:23:58 bcallah Exp $
|
||||
|
||||
iconv* => libiconv* for use with our libiconv
|
||||
|
||||
Index: libhb/decsrtsub.c
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-libhb_fifo_c,v 1.3 2020/02/01 01:03:51 bcallah Exp $
|
||||
|
||||
Add OpenBSD where appropriate.
|
||||
|
||||
Index: libhb/fifo.c
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-make_configure_py,v 1.3 2020/05/20 14:57:18 bcallah Exp $
|
||||
|
||||
Add OpenBSD to the configure args we need.
|
||||
Do not look for CMake; we don't need it.
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-make_include_gcc_defs,v 1.2 2019/12/16 17:23:58 bcallah Exp $
|
||||
|
||||
Remove hardcoded optimization flags.
|
||||
Proper -I and -L dirs.
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-make_include_main_defs,v 1.2 2019/12/16 17:23:58 bcallah Exp $
|
||||
|
||||
Rip out all the optional dependencies.
|
||||
We'll let the ports tree handle it.
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-make_variant_freebsd_defs,v 1.1 2019/08/07 19:23:10 bcallah Exp $
|
||||
|
||||
Index: make/variant/freebsd.defs
|
||||
--- make/variant/freebsd.defs.orig
|
||||
+++ make/variant/freebsd.defs
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2020/06/20 21:12:38 bcallah Exp $
|
||||
bin/HandBrake
|
||||
@bin bin/HandBrakeCLI
|
||||
@bin bin/ghb
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2019/07/12 20:47:56 sthen Exp $
|
||||
|
||||
V= 20140604
|
||||
COMMENT= HDHomeRun Config CLI utility & firmware
|
||||
FW= hdhomerun_atsc_firmware_$V.bin \
|
||||
|
@ -1,4 +1,3 @@
|
||||
$OpenBSD: patch-Makefile,v 1.7 2014/07/19 21:09:19 sthen Exp $
|
||||
--- Makefile.orig Thu Sep 30 12:41:44 2010
|
||||
+++ Makefile Tue Aug 21 09:03:15 2012
|
||||
@@ -11,10 +11,10 @@ LIBSRCS += hdhomerun_pkt.c
|
||||
|
@ -1,4 +1,3 @@
|
||||
$OpenBSD: patch-hdhomerun_os_posix_h,v 1.3 2014/07/19 21:09:19 sthen Exp $
|
||||
--- hdhomerun_os_posix.h.orig Fri Jul 18 13:52:20 2014
|
||||
+++ hdhomerun_os_posix.h Fri Jul 18 13:52:52 2014
|
||||
@@ -30,7 +30,6 @@
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2014/07/19 21:09:19 sthen Exp $
|
||||
@bin bin/hdhomerun_config
|
||||
share/hdhomerun/
|
||||
share/hdhomerun/hdhomerun3_atsc_firmware_${V}.bin
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2019/07/12 20:47:56 sthen Exp $
|
||||
|
||||
COMMENT = lightweight and simple DVD slide show maker
|
||||
DISTNAME = imagination-3.0
|
||||
REVISION = 12
|
||||
|
@ -1,4 +1,3 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2013/04/16 16:18:03 giovanni Exp $
|
||||
--- Makefile.in.orig Sun Mar 6 21:06:48 2011
|
||||
+++ Makefile.in Mon Apr 15 16:34:39 2013
|
||||
@@ -276,7 +276,7 @@ target_alias = @target_alias@
|
||||
|
@ -1,4 +1,3 @@
|
||||
$OpenBSD: patch-src_audio_c,v 1.1.1.1 2013/04/16 16:18:03 giovanni Exp $
|
||||
--- src/audio.c.orig Mon Apr 15 16:00:27 2013
|
||||
+++ src/audio.c Mon Apr 15 16:00:43 2013
|
||||
@@ -17,6 +17,7 @@
|
||||
|
@ -1,4 +1,3 @@
|
||||
$OpenBSD: patch-src_callbacks_c,v 1.2 2013/04/17 13:00:26 giovanni Exp $
|
||||
--- src/callbacks.c.orig Mon Apr 15 16:00:51 2013
|
||||
+++ src/callbacks.c Mon Apr 15 16:01:08 2013
|
||||
@@ -19,6 +19,7 @@
|
||||
|
@ -1,4 +1,3 @@
|
||||
$OpenBSD: patch-src_main-window_c,v 1.1.1.1 2013/04/16 16:18:03 giovanni Exp $
|
||||
--- src/main-window.c.orig Mon Apr 15 16:01:14 2013
|
||||
+++ src/main-window.c Mon Apr 15 16:01:30 2013
|
||||
@@ -23,6 +23,7 @@
|
||||
|
@ -1,4 +1,3 @@
|
||||
$OpenBSD: patch-src_support_h,v 1.1.1.1 2013/04/16 16:18:03 giovanni Exp $
|
||||
--- src/support.h.orig Mon Apr 15 15:59:33 2013
|
||||
+++ src/support.h Mon Apr 15 16:03:37 2013
|
||||
@@ -20,7 +20,7 @@
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2018/06/29 22:16:18 espie Exp $
|
||||
@bin bin/imagination
|
||||
lib/imagination/
|
||||
lib/imagination/bar_wipe.so
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2020/03/23 18:01:13 rsadowski Exp $
|
||||
|
||||
COMMENT = guitar tab editor
|
||||
|
||||
GH_ACCOUNT = pavelliavonau
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-kguitar_global_h,v 1.1 2017/10/31 21:23:01 rsadowski Exp $
|
||||
|
||||
Index: kguitar/global.h
|
||||
--- kguitar/global.h.orig
|
||||
+++ kguitar/global.h
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-kguitar_shell_org_kde_kguitar_desktop,v 1.1 2017/10/31 21:23:01 rsadowski Exp $
|
||||
|
||||
fix: Could not parse file "org.kde.kguitar.desktop":
|
||||
Key file does not have group ?Desktop Entry?
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-kguitar_songview_cpp,v 1.1 2020/03/14 14:24:35 rsadowski Exp $
|
||||
|
||||
Index: kguitar/songview.cpp
|
||||
--- kguitar/songview.cpp.orig
|
||||
+++ kguitar/songview.cpp
|
||||
|
@ -1,5 +1,3 @@
|
||||
$OpenBSD: patch-kguitar_trackview_cpp,v 1.1 2020/03/14 14:24:35 rsadowski Exp $
|
||||
|
||||
Index: kguitar/trackview.cpp
|
||||
--- kguitar/trackview.cpp.orig
|
||||
+++ kguitar/trackview.cpp
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2020/03/23 18:01:13 rsadowski Exp $
|
||||
@bin bin/kguitar
|
||||
@so lib/qt5/plugins/libkguitarpart.so
|
||||
share/applications/org.kde.kguitar.desktop
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2021/11/02 00:01:38 sthen Exp $
|
||||
|
||||
COMMENT = multimedia files tag editor
|
||||
DISTNAME = kid3-3.8.5
|
||||
CATEGORIES = multimedia x11
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user