summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-07-20 21:37:29 -0400
committerMatt Turner <mattst88@gentoo.org>2022-07-20 21:58:28 -0400
commitdbdcec9dd1851972ce181635ad374dcb570bf834 (patch)
tree6177d35b7cbcef94367701b45ce53dcc783c4741 /media-video
parentmedia-sound/rhythmbox: Drop old versions (diff)
downloadgentoo-dbdcec9dd1851972ce181635ad374dcb570bf834.tar.gz
gentoo-dbdcec9dd1851972ce181635ad374dcb570bf834.tar.bz2
gentoo-dbdcec9dd1851972ce181635ad374dcb570bf834.zip
media-video/pitivi: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/pitivi/Manifest1
-rw-r--r--media-video/pitivi/files/pitivi-0.999-gst-0.18.patch39
-rw-r--r--media-video/pitivi/files/pitivi-0.999-metainfo.patch12
-rw-r--r--media-video/pitivi/files/pitivi-0.999-optional-tests.patch18
-rw-r--r--media-video/pitivi/files/pitivi-0.999-python38.patch49
-rw-r--r--media-video/pitivi/pitivi-0.999-r5.ebuild121
6 files changed, 0 insertions, 240 deletions
diff --git a/media-video/pitivi/Manifest b/media-video/pitivi/Manifest
index 2e4f61471475..c68de366d021 100644
--- a/media-video/pitivi/Manifest
+++ b/media-video/pitivi/Manifest
@@ -1,3 +1,2 @@
-DIST pitivi-0.999.tar.xz 12296928 BLAKE2B 16736fef4f2d16c02b64f8eba56f8c9ddb26f49742ee577da4e4c47077f8d5d71ce653dba366a041ba523153532728c5eb37cb2b76e11e9c51827efb990bd99d SHA512 663db84a00634f0e83f0c1dd80a4f3a6603a50826905adb24fdd567c6e8bb58e20de04c7753fa04a36692cdcf5bbbcc9a87327fd3b56ebb70caffcff13835fc8
DIST pitivi-2021.05.tar.xz 11303884 BLAKE2B f87f16cc1ab7ea0f97bc92cdd9f1d5993051ed67b26473748aeb327a4cb51bb32510c845e1665ec3eb3b67c3f0f113c05a514076bad4e13d0fadbd725bcb6bb6 SHA512 3ecb571d501b634ca3a369d4020954cc0b2bc101ceb12bee74d6b38c9ca8f2bf15fe94030421c43503870128d8218548feca7d32cf25b4afcf610365784ca9bb
DIST pitivi-2022.06.tar.xz 11352412 BLAKE2B f7d14f9bff136a8b50c0ce82e66fad92ba7df429d8cf588c526ae04f673617d882a0cc024c5a21c97471d2b31cb0001cefdeb8e32c9f62e1c6600d9500d1e428 SHA512 649c8e61d9545cbf35a0a0c8f648490c14c8bfb6c6637794887c03bffd6998c63cb2cc22102cd2f7a59974f79488a13f29beceadab29ddd1c1c01abff33a85fa
diff --git a/media-video/pitivi/files/pitivi-0.999-gst-0.18.patch b/media-video/pitivi/files/pitivi-0.999-gst-0.18.patch
deleted file mode 100644
index 13d375f3a4e5..000000000000
--- a/media-video/pitivi/files/pitivi-0.999-gst-0.18.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-https://gitlab.gnome.org/GNOME/pitivi/-/commit/51ae6533ee26ffd47e453eb5f5ad8cd46f57d15e.patch (rebased)
-https://bugs.gentoo.org/804945
-
---- a/meson.build
-+++ b/meson.build
-@@ -22,7 +22,6 @@ if get_option('build-gst')
- 'gst-plugins-base:disable_gtkdoc=true',
- 'gstreamer:disable_gtkdoc=true',
- ])
-- subproject('gst-transcoder')
- endif
-
- gst_dep = dependency('gstreamer-1.0', version : '>= 1.14.2',
-@@ -30,9 +29,6 @@ gst_dep = dependency('gstreamer-1.0', version : '>= 1.14.2',
- cairo_dep = dependency('cairo')
- pycairo_dep = dependency('py3cairo')
-
--gst_transcoder_dep = dependency('gst-transcoder-1.0', version : '>= 1.8.1',
-- fallback : ['gst-transcoder', 'gst_transcoder_dep'])
--
- pkgdatadir = join_paths(get_option('datadir'), meson.project_name())
-
- git = find_program('git', required : false)
---- a/tests/__init__.py
-+++ b/tests/__init__.py
-@@ -59,12 +59,7 @@ def setup():
-
- # Make available the compiled C code.
- sys.path.append(configure.BUILDDIR)
-- subproject_paths = os.path.join(configure.BUILDDIR, "subprojects", "gst-transcoder")
--
-- _prepend_env_paths(LD_LIBRARY_PATH=subproject_paths,
-- GST_PLUGIN_PATH=subproject_paths,
-- GI_TYPELIB_PATH=subproject_paths,
-- GST_PRESET_PATH=[os.path.join(pitivi_dir, "data", "videopresets"),
-+ _prepend_env_paths(GST_PRESET_PATH=[os.path.join(pitivi_dir, "data", "videopresets"),
- os.path.join(pitivi_dir, "data", "audiopresets")],
- GST_ENCODING_TARGET_PATH=[os.path.join(pitivi_dir, "tests", "test-encoding-targets"),
- os.path.join(pitivi_dir, "data", "encoding-profiles")])
diff --git a/media-video/pitivi/files/pitivi-0.999-metainfo.patch b/media-video/pitivi/files/pitivi-0.999-metainfo.patch
deleted file mode 100644
index 830a246e60dd..000000000000
--- a/media-video/pitivi/files/pitivi-0.999-metainfo.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --unified --new-file --recursive --show-c-function '--color=auto' pitivi-0.999/data/meson.build pitivi-0.999-fix/data/meson.build
---- pitivi-0.999/data/meson.build 2018-08-29 16:05:21.000000000 +0200
-+++ pitivi-0.999-fix/data/meson.build 2021-04-18 09:10:56.067231216 +0200
-@@ -18,7 +18,7 @@ custom_target('org.pitivi.Pitivi.appdata
- input : 'org.pitivi.Pitivi.appdata.xml.in',
- command : [intltool_merge, '--xml-style', podir, '@INPUT@', '@OUTPUT@'],
- install : true,
-- install_dir : join_paths(get_option('datadir'), 'appdata'))
-+ install_dir : join_paths(get_option('datadir'), 'metainfo'))
-
- install_data('org.pitivi.Pitivi-mime.xml',
- install_dir : join_paths(get_option('datadir'), 'mime/packages'))
diff --git a/media-video/pitivi/files/pitivi-0.999-optional-tests.patch b/media-video/pitivi/files/pitivi-0.999-optional-tests.patch
deleted file mode 100644
index 50a62188f8e3..000000000000
--- a/media-video/pitivi/files/pitivi-0.999-optional-tests.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/meson_options.txt~ 2018-08-29 15:33:20.000000000 +0200
-+++ b/meson_options.txt 2019-03-31 13:14:19.542837289 +0200
-@@ -1,2 +1,3 @@
- option('disable-help', type : 'boolean', value : false)
- option('build-gst', type : 'boolean', value : false)
-+option('enable-tests', type : 'boolean', value : false)
---- a/meson.build~ 2018-08-29 15:33:20.000000000 +0200
-+++ b/meson.build 2019-03-31 13:14:56.299216758 +0200
-@@ -84,5 +84,7 @@
- if not get_option('disable-help')
- subdir('help')
- endif
--subdir('tests')
--subdir('tests/validate-tests')
-+if get_option('enable-tests')
-+ subdir('tests')
-+ subdir('tests/validate-tests')
-+endif
diff --git a/media-video/pitivi/files/pitivi-0.999-python38.patch b/media-video/pitivi/files/pitivi-0.999-python38.patch
deleted file mode 100644
index 3c240d949112..000000000000
--- a/media-video/pitivi/files/pitivi-0.999-python38.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From 3c2c03828efb986e66ba2a35e341127e8161c799 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Alexandru=20B=C4=83lu=C8=9B?= <alexandru.balut@gmail.com>
-Date: Tue, 28 Jan 2020 22:34:40 +0100
-Subject: [PATCH] meson: Support Python 3.8
-
-To link to Python we need to use python-3.8-embed.
----
- meson.build | 13 ++++++++++---
- meson_options.txt | 3 ++-
- 2 files changed, 12 insertions(+), 4 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index 17a7312d..289e0086 100644
---- a/meson.build
-+++ b/meson.build
-@@ -1,11 +1,18 @@
--project('pitivi', 'c', version : '0.999', meson_version : '>= 0.41.0')
-+project('pitivi', 'c', version : '0.999', meson_version : '>= 0.46.0')
-
--python = find_program('python3')
- intltool_merge = find_program('intltool-merge')
- itstool = find_program('itstool')
- msgfmt = find_program('msgfmt')
-
--python_dep = dependency('python3', version : '>= 3.3')
-+pymod = import('python')
-+python = pymod.find_installation(get_option('python'))
-+pythonver = python.language_version()
-+# Workaround for https://github.com/mesonbuild/meson/issues/5629
-+# https://gitlab.freedesktop.org/gstreamer/gst-python/issues/28
-+python_dep = dependency('python-@0@-embed'.format(pythonver), version: '>= 3.3', required: false)
-+if not python_dep.found()
-+ python_dep = python.dependency('python3', version: '>= 3.3')
-+endif
-
- if get_option('build-gst')
- subproject('gst-build', default_options: ['enable_python=true',
-diff --git a/meson_options.txt b/meson_options.txt
-index c6590dd1..7d6bad29 100644
---- a/meson_options.txt
-+++ b/meson_options.txt
-@@ -1,2 +1,3 @@
--option('disable-help', type : 'boolean', value : false)
- option('build-gst', type : 'boolean', value : false)
-+option('disable-help', type : 'boolean', value : false)
-+option('python', type : 'string', value : 'python3')
---
-2.26.2
-
diff --git a/media-video/pitivi/pitivi-0.999-r5.ebuild b/media-video/pitivi/pitivi-0.999-r5.ebuild
deleted file mode 100644
index 83d852fe9823..000000000000
--- a/media-video/pitivi/pitivi-0.999-r5.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
-PYTHON_REQ_USE="sqlite"
-
-inherit gnome.org meson python-single-r1 virtualx xdg
-
-DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework"
-HOMEPAGE="http://www.pitivi.org"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="v4l test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# XXX: recommends gst-plugins-libav and frei0r-plugins
-
-# Do not forget to check pitivi/check.py for dependencies!!!
-# pycanberra, libav, libnotify and liwnck are optional
-GST_VER="1.14.2"
-
-COMMON_DEPEND="
- ${PYTHON_DEPS}
- $(python_gen_cond_dep '
- >=dev-python/pycairo-1.10[${PYTHON_USEDEP}]
- ')
- >=x11-libs/cairo-1.10
-
- >=media-libs/gstreamer-${GST_VER}:1.0[introspection]
- >media-libs/gst-plugins-bad-1.18
-"
-RDEPEND="${COMMON_DEPEND}
- >=dev-libs/glib-2.30.0:2
-
- >=dev-libs/gobject-introspection-1.34:=
- $(python_gen_cond_dep '
- dev-python/dbus-python[${PYTHON_USEDEP}]
- >=dev-python/gst-python-1.4:1.0[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- >=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}]
- ')
-
- gnome-base/librsvg:=
- >=media-libs/gsound-1.0
-
- >=media-libs/gstreamer-editing-services-${GST_VER}:1.0[introspection]
- >=media-libs/gst-plugins-base-${GST_VER}:1.0[introspection,theora]
- >=media-libs/gst-plugins-bad-${GST_VER}:1.0
- >=media-plugins/gst-plugins-gtk-${GST_VER}:1.0
- >=media-libs/gst-plugins-good-${GST_VER}:1.0
- >=media-plugins/gst-plugins-libav-${GST_VER}:1.0
- >=media-plugins/gst-plugins-gdkpixbuf-${GST_VER}:1.0
-
- >=x11-libs/libnotify-0.7[introspection]
- x11-libs/libwnck:3[introspection]
- >=x11-libs/gtk+-3.20.0:3[introspection]
-
- v4l? ( >=media-plugins/gst-plugins-v4l2-${GST_VER}:1.0 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- app-text/yelp-tools
- dev-python/setuptools
- >=dev-util/intltool-0.35.5
- dev-util/itstool
- sys-devel/gettext
- virtual/pkgconfig
- test? (
- $(python_gen_cond_dep '
- dev-python/nose2[${PYTHON_USEDEP}]
- ')
- )
-"
-
-PATCHES=(
- # https://gitlab.gnome.org/GNOME/pitivi/-/merge_requests/245
- # support python 3.8
- "${FILESDIR}"/${P}-python38.patch
-
- # use /usr/share/metainfo
- "${FILESDIR}"/${P}-metainfo.patch
-
- # Make tests optional, bug #594096
- # https://gitlab.gnome.org/GNOME/pitivi/issues/2303
- "${FILESDIR}"/${P}-optional-tests.patch
-
- # Backport upstream commit to allow building w/ newer gst
- # bug #804945 and bug #830123
- "${FILESDIR}"/${P}-gst-0.18.patch
-)
-
-src_prepare() {
- default
-
- # Drop bundled gst, just in case
- rm -r "${S}"/subprojects/gst-transcoder || die
-}
-
-src_configure() {
- local emesonargs=(
- -Denable-tests=$(usex test true false)
- -Dbuild-gst=false
- )
- meson_src_configure
-}
-
-src_test() {
- export PITIVI_TOP_LEVEL_DIR="${S}"
- virtx meson_src_test
-}
-
-src_install() {
- meson_src_install
- python_fix_shebang "${D}"
-}