1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

update totem to 3.38

and totem-pl-parser to 3.26.5
This commit is contained in:
Baptiste Daroussin 2020-09-29 15:07:46 +00:00
parent 01bb00126a
commit 38ae40f5da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550518
8 changed files with 761 additions and 368 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= totem-pl-parser
PORTVERSION= 3.26.1
PORTVERSION= 3.26.5
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1529610555
SHA256 (gnome2/totem-pl-parser-3.26.1.tar.xz) = 6ae2c4b8acaf052af21b8db256b6314385de031ba721a2dbdb361e90d4b4b74c
SIZE (gnome2/totem-pl-parser-3.26.1.tar.xz) = 1312628
TIMESTAMP = 1601391576
SHA256 (gnome2/totem-pl-parser-3.26.5.tar.xz) = 5370de46f2e848221779275479b96ac39115b1efd2b0293d4afa87e22c8c528c
SIZE (gnome2/totem-pl-parser-3.26.5.tar.xz) = 1318700

View File

@ -1,11 +1,11 @@
--- totem-plparser.pc.in.orig 2013-07-08 07:28:46.000000000 +0000
+++ totem-plparser.pc.in 2014-03-11 09:24:22.359591337 +0000
@@ -7,7 +7,7 @@
--- totem-plparser.pc.in.orig 2020-02-28 16:16:58 UTC
+++ totem-plparser.pc.in
@@ -7,7 +7,7 @@ Name: totem-plparser
Description: Totem Playlist Parser library
Version: @VERSION@
Requires: glib-2.0 gobject-2.0 gio-2.0
-Requires.private: gthread-2.0 libxml-2.0 @GMIME@ @ARCHIVE@
+Requires.private: gthread-2.0 libxml-2.0 @GMIME@
-Requires.private: gthread-2.0 libxml-2.0 @ARCHIVE@
+Requires.private: gthread-2.0 libxml-2.0
Libs: -L${libdir} -ltotem-plparser
Libs.private: @LIBGCRYPT_LIBS@
Cflags: -I${includedir}/totem-pl-parser/1/plparser @LIBGCRYPT_CFLAGS@

View File

@ -6,13 +6,13 @@ include/totem-pl-parser/1/plparser/totem-pl-playlist.h
lib/girepository-1.0/TotemPlParser-1.0.typelib
lib/libtotem-plparser-mini.so
lib/libtotem-plparser-mini.so.18
lib/libtotem-plparser-mini.so.18.1.2
lib/libtotem-plparser-mini.so.18.3.4
lib/libtotem-plparser.so
lib/libtotem-plparser.so.18
lib/libtotem-plparser.so.18.1.2
lib/libtotem-plparser.so.18.3.4
libdata/pkgconfig/totem-plparser-mini.pc
libdata/pkgconfig/totem-plparser.pc
%%QUVI%%libexec/totem-pl-parser/99-totem-pl-parser-videosite
%%QUVI%%libexec/totem-pl-parser/99-totem-pl-parser-videosite-quvi
share/gir-1.0/TotemPlParser-1.0.gir
share/locale/af/LC_MESSAGES/totem-pl-parser.mo
share/locale/am/LC_MESSAGES/totem-pl-parser.mo
@ -69,6 +69,7 @@ share/locale/lt/LC_MESSAGES/totem-pl-parser.mo
share/locale/lv/LC_MESSAGES/totem-pl-parser.mo
share/locale/mai/LC_MESSAGES/totem-pl-parser.mo
share/locale/mg/LC_MESSAGES/totem-pl-parser.mo
share/locale/mjw/LC_MESSAGES/totem-pl-parser.mo
share/locale/mk/LC_MESSAGES/totem-pl-parser.mo
share/locale/ml/LC_MESSAGES/totem-pl-parser.mo
share/locale/mn/LC_MESSAGES/totem-pl-parser.mo

View File

@ -2,11 +2,10 @@
# $FreeBSD$
PORTNAME= totem
PORTVERSION= 3.26.2
PORTREVISION= 2
PORTVERSION= 3.38.0
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gstreamer-based video player for the GNOME 3 Desktop

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1544365286
SHA256 (gnome3/totem-3.26.2.tar.xz) = cf8c49941f37e326353e5ede621350f78d2658f7cef73bf92aeedfa1a98e9ed2
SIZE (gnome3/totem-3.26.2.tar.xz) = 3281260
TIMESTAMP = 1601391448
SHA256 (gnome/totem-3.38.0.tar.xz) = a829f2b5aa0435aa431816153193d5547fade9eb8d489f56be22afbe651c432f
SIZE (gnome/totem-3.38.0.tar.xz) = 2235672

View File

@ -1,21 +0,0 @@
From 251de75543d2909ca9389800b41f6c493db5d988 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Wed, 3 Apr 2019 13:43:03 +0200
Subject: [PATCH] build: Fix meson error about subdir keyword
src/meson.build:83:0: ERROR: Subdir keyword must not be an absolute path.
---
src/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- src/meson.build.orig 2018-07-24 13:29:49 UTC
+++ src/meson.build
@@ -86,7 +86,7 @@ headers = files(
install_headers(
headers,
- subdir: join_paths(totem_includedir, totem_api_path)
+ subdir: totem_api_path
)
libtotem_player_sources = files(

File diff suppressed because it is too large Load Diff