media-video/pitivi: Remove old
authorDavid Seifert <soap@gentoo.org>
Fri, 13 Dec 2019 20:45:03 +0000 (21:45 +0100)
committerDavid Seifert <soap@gentoo.org>
Fri, 13 Dec 2019 20:45:03 +0000 (21:45 +0100)
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
media-video/pitivi/Manifest
media-video/pitivi/files/pitivi-0.97.1-optional-tests.patch [deleted file]
media-video/pitivi/files/pitivi-0.98.1-optional-tests.patch [deleted file]
media-video/pitivi/pitivi-0.97.1.ebuild [deleted file]
media-video/pitivi/pitivi-0.98.1.ebuild [deleted file]

index c5e225a905290ac4041ea5f9aa11d3e7282d76f4..4c40a41dfd053750ac82b0d383315e73d6718a75 100644 (file)
@@ -1,3 +1 @@
-DIST pitivi-0.97.1.tar.xz 5096672 BLAKE2B 010b7ef80e0b57f83fe4e7d201a2839f65e2c8b62019d4271cd0d6d49edb44a5083024abdf13e735f94d7e681a77ef45e1d876cf6e5c20e6cc1b1876da5b3a99 SHA512 be5fcf5148349f685f0ee23a82b36d90fe0b7ff6d1d8cdcaf73272b8e5c29ddfe1d6c21353eb95f2d786fe4922a93c747403e5e27141d815f5b46f846a1d95ba
-DIST pitivi-0.98.1.tar.xz 5112280 BLAKE2B 9269163a5c964a6a2b3fd094262594a38bfff4dd052ea0f3673f2ac195f197eb9b888de673e62f884137d056fba2b853d11cf7300e2f81d71c6e49402350cc40 SHA512 b6530b1b5429c4379699d7492c31ec60ddc514c94a003fe240f7e390b6349093d2f4f72abb1edb4253bd938620c73dfb361abf21915d36ff3b75332e8612bcb3
 DIST pitivi-0.999.tar.xz 12296928 BLAKE2B 16736fef4f2d16c02b64f8eba56f8c9ddb26f49742ee577da4e4c47077f8d5d71ce653dba366a041ba523153532728c5eb37cb2b76e11e9c51827efb990bd99d SHA512 663db84a00634f0e83f0c1dd80a4f3a6603a50826905adb24fdd567c6e8bb58e20de04c7753fa04a36692cdcf5bbbcc9a87327fd3b56ebb70caffcff13835fc8
diff --git a/media-video/pitivi/files/pitivi-0.97.1-optional-tests.patch b/media-video/pitivi/files/pitivi-0.97.1-optional-tests.patch
deleted file mode 100644 (file)
index cfc86dc..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-make tests optional
-
---- a/meson_options.txt        2016-09-19 23:35:54.944511834 +0200
-+++ b/meson_options.txt        2016-09-19 23:36:10.693485976 +0200
-@@ -1,2 +1,3 @@
- option('enable-xunit', type : 'boolean', value : false)
- option('disable-help', type : 'boolean', value : false)
-+option('enable-tests', type : 'boolean', value : false)
---- a/meson.build      2016-09-19 23:35:06.694590798 +0200
-+++ b/meson.build      2016-09-19 23:35:45.092527990 +0200
-@@ -57,7 +57,9 @@
- if not get_option('disable-help')
-     subdir('help')
- endif
--subdir('tests')
-+if get_option('enable-tests')
-+    subdir('tests')
-+endif
- archiver = find_program('git-archive-all', required : false)
- if archiver.found()
diff --git a/media-video/pitivi/files/pitivi-0.98.1-optional-tests.patch b/media-video/pitivi/files/pitivi-0.98.1-optional-tests.patch
deleted file mode 100644 (file)
index e5f55ff..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-Make tests optional
-
---- a/meson_options.txt        2016-09-19 23:35:54.944511834 +0200
-+++ b/meson_options.txt        2016-09-19 23:36:10.693485976 +0200
-@@ -1,2 +1,3 @@
- option('enable-xunit', type : 'boolean', value : false)
- option('disable-help', type : 'boolean', value : false)
-+option('enable-tests', type : 'boolean', value : false)
---- a/meson.build      2017-09-03 22:52:39.681974053 +0200
-+++ b/meson.build      2017-09-03 22:53:29.934556188 +0200
-@@ -71,8 +71,10 @@
- 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
- archiver = find_program('git-archive-all', required : false)
- if archiver.found()
diff --git a/media-video/pitivi/pitivi-0.97.1.ebuild b/media-video/pitivi/pitivi-0.97.1.ebuild
deleted file mode 100644 (file)
index 6d819f6..0000000
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python3_5 )
-PYTHON_REQ_USE="sqlite"
-
-inherit gnome2 python-single-r1 virtualx
-
-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, gnome-desktop, libav, libnotify and liwnck are optional
-GST_VER="1.8.2"
-
-COMMON_DEPEND="
-       ${PYTHON_DEPS}
-       >=dev-python/pycairo-1.10[${PYTHON_USEDEP}]
-       >=x11-libs/cairo-1.10
-
-       >=media-libs/gstreamer-${GST_VER}:1.0[introspection]
-       >=media-plugins/gst-transcoder-1.8.2-r1
-"
-RDEPEND="${COMMON_DEPEND}
-       >=dev-libs/glib-2.30.0:2
-
-       >=dev-libs/gobject-introspection-1.34:=
-       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/pycanberra[${PYTHON_USEDEP}]
-       >=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}]
-
-       gnome-base/librsvg:=
-       gnome-base/gnome-desktop:3=[introspection]
-
-       >=media-libs/gstreamer-editing-services-${GST_VER}:1.0[introspection]
-       >=media-libs/gst-plugins-base-${GST_VER}:1.0[introspection]
-       >=media-libs/gst-plugins-bad-${GST_VER}:1.0[gtk]
-       >=media-libs/gst-plugins-good-${GST_VER}:1.0
-       >=media-plugins/gst-plugins-libav-${GST_VER}:1.0
-
-       x11-libs/libnotify[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}
-       app-text/yelp-tools
-       dev-python/setuptools
-       >=dev-util/intltool-0.35.5
-       >=dev-util/meson-0.28.0
-       dev-util/itstool
-       sys-devel/gettext
-       virtual/pkgconfig
-       test? ( dev-python/nose[${PYTHON_USEDEP}] )
-"
-
-PATCHES=(
-       # Make tests optional, bug #594096
-       "${FILESDIR}"/${P}-optional-tests.patch
-)
-
-src_configure() {
-       # Not a normal configure
-       # --buildtype=plain needed for honoring CFLAGS/CXXFLAGS and not
-       # defaulting to debug
-       ./configure \
-               --prefix="${EPREFIX}/usr" \
-               --buildtype=plain \
-               --libdir="$(get_libdir)" \
-               -Denable-tests=$(usex test true false) \
-               || die
-}
-
-src_compile() {
-       # We cannot use 'make' as it won't allow us to build verbosely
-       cd mesonbuild && ninja -v
-}
-
-src_test() {
-       export PITIVI_TOP_LEVEL_DIR="${S}"
-       virtx emake check
-}
-
-src_install() {
-       gnome2_src_install
-       python_fix_shebang "${D}"
-}
diff --git a/media-video/pitivi/pitivi-0.98.1.ebuild b/media-video/pitivi/pitivi-0.98.1.ebuild
deleted file mode 100644 (file)
index 987aa9e..0000000
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{3_5,3_6} )
-PYTHON_REQ_USE="sqlite"
-
-inherit gnome.org meson python-single-r1 virtualx
-
-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.10.2"
-
-COMMON_DEPEND="
-       ${PYTHON_DEPS}
-       >=dev-python/pycairo-1.10[${PYTHON_USEDEP}]
-       >=x11-libs/cairo-1.10
-
-       >=media-libs/gstreamer-${GST_VER}:1.0[introspection]
-       >=media-plugins/gst-transcoder-1.8.2-r1
-"
-RDEPEND="${COMMON_DEPEND}
-       >=dev-libs/glib-2.30.0:2
-
-       >=dev-libs/gobject-introspection-1.34:=
-       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/pycanberra[${PYTHON_USEDEP}]
-       >=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}]
-
-       gnome-base/librsvg:=
-
-       >=media-libs/gstreamer-editing-services-${GST_VER}:1.0[introspection]
-       >=media-libs/gst-plugins-base-${GST_VER}:1.0[introspection]
-       >=media-libs/gst-plugins-bad-${GST_VER}:1.0[gtk]
-       >=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[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}
-       app-text/yelp-tools
-       dev-python/setuptools
-       >=dev-util/intltool-0.35.5
-       dev-util/itstool
-       sys-devel/gettext
-       virtual/pkgconfig
-       test? ( dev-python/nose2[${PYTHON_USEDEP}] )
-"
-
-PATCHES=(
-       # Make tests optional, bug #594096
-       "${FILESDIR}"/${P}-optional-tests.patch
-)
-
-src_configure() {
-       local emesonargs=(
-               -Denable-tests=$(usex test true false)
-       )
-       meson_src_configure
-}
-
-src_compile() {
-       meson_src_compile
-}
-
-src_test() {
-       export PITIVI_TOP_LEVEL_DIR="${S}"
-       virtx meson_src_test
-}
-
-src_install() {
-       meson_src_install
-       python_fix_shebang "${D}"
-}