public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/files/
@ 2019-03-31 23:30 Pacho Ramos
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos @ 2019-03-31 23:30 UTC (permalink / raw
  To: gentoo-commits

commit:     6d2ac57559f8cb4f3db21eabae381141e4b71638
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 23:30:07 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 23:30:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2ac575

media-video/pitivi: Add patch missed in previous commit

Bug: https://bugs.gentoo.org/659332
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../pitivi/files/pitivi-0.999-optional-tests.patch     | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/media-video/pitivi/files/pitivi-0.999-optional-tests.patch b/media-video/pitivi/files/pitivi-0.999-optional-tests.patch
new file mode 100644
index 00000000000..50a62188f8e
--- /dev/null
+++ b/media-video/pitivi/files/pitivi-0.999-optional-tests.patch
@@ -0,0 +1,18 @@
+--- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/files/
@ 2022-10-15 19:34 Conrad Kostecki
  0 siblings, 0 replies; 2+ messages in thread
From: Conrad Kostecki @ 2022-10-15 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     237abb2cec820bb70c181e881076596e96f3cd84
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Oct 15 07:58:42 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 19:33:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237abb2c

media-video/pitivi: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/27790
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../pitivi/files/pitivi-2021.05-python-collections.patch    | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/media-video/pitivi/files/pitivi-2021.05-python-collections.patch b/media-video/pitivi/files/pitivi-2021.05-python-collections.patch
deleted file mode 100644
index fc04cd8d8726..000000000000
--- a/media-video/pitivi/files/pitivi-2021.05-python-collections.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://src.fedoraproject.org/rpms/pitivi/raw/rawhide/f/collections.patch
---- a/pitivi/utils/loggable.py
-+++ b/pitivi/utils/loggable.py
-@@ -14,7 +14,7 @@
- #
- # You should have received a copy of the GNU Lesser General Public
- # License along with this program; if not, see <http://www.gnu.org/licenses/>.
--import collections
-+import collections.abc as collections
- import errno
- import fnmatch
- import os
-


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-15 19:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-15 19:34 [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/files/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2019-03-31 23:30 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox