diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpeg/Makefile | 2 | ||||
-rw-r--r-- | multimedia/ffmpeg4/Makefile | 2 | ||||
-rw-r--r-- | multimedia/obs-studio/Makefile | 1 | ||||
-rw-r--r-- | multimedia/rav1e/Makefile | 2 | ||||
-rw-r--r-- | multimedia/totem/Makefile | 38 | ||||
-rw-r--r-- | multimedia/totem/distinfo | 6 | ||||
-rw-r--r-- | multimedia/totem/pkg-plist | 5 |
7 files changed, 24 insertions, 32 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index ed9904807654..5548ff728515 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -1,6 +1,6 @@ PORTNAME= ffmpeg PORTVERSION= 6.1.2 -PORTREVISION= 14 +PORTREVISION= 15 PORTEPOCH= 1 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ diff --git a/multimedia/ffmpeg4/Makefile b/multimedia/ffmpeg4/Makefile index eac9ea7b6396..60493c9a5b0c 100644 --- a/multimedia/ffmpeg4/Makefile +++ b/multimedia/ffmpeg4/Makefile @@ -1,6 +1,6 @@ PORTNAME= ffmpeg PORTVERSION= 4.4.4 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ PKGNAMESUFFIX= 4 diff --git a/multimedia/obs-studio/Makefile b/multimedia/obs-studio/Makefile index 0f4330e6004e..76af6a21a134 100644 --- a/multimedia/obs-studio/Makefile +++ b/multimedia/obs-studio/Makefile @@ -14,7 +14,6 @@ WWW= https://obsproject.com/ \ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= fails due to incompability of devel/boost-libs>=1.87 and devel/websocketpp<=0.82_2, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287916 BROKEN_armv7= compilation fails: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat] (32-builds aren't supported, see issue 10481) BROKEN_i386= link fails: relocation R_386_PC32 cannot be used against symbol 'strlist_split'; recompile with -fPIC, see https://github.com/obsproject/obs-studio/issues/10481 diff --git a/multimedia/rav1e/Makefile b/multimedia/rav1e/Makefile index c15637c97eca..962b528ab0ed 100644 --- a/multimedia/rav1e/Makefile +++ b/multimedia/rav1e/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 0.8.1 PORTREVISION?= 0 CATEGORIES= multimedia -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fast and safe AV1 encoder WWW= https://github.com/xiph/rav1e diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index ca460bb2fac6..1b1ccd2459a9 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -1,40 +1,33 @@ PORTNAME= totem -PORTVERSION= 43.1 -PORTREVISION= 2 +PORTVERSION= 43.2 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org -COMMENT= Gstreamer-based video player for the GNOME 3 Desktop +COMMENT= Gstreamer-based video player for the GNOME Desktop WWW= https://apps.gnome.org/Totem/ -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \ - pylint:devel/pylint@${PY_FLAVOR} \ - appstream-glib>=0:devel/appstream-glib \ - itstool:textproc/itstool \ - grilo-plugins>=0:net/grilo-plugins -LIB_DEPENDS= libgdata.so:devel/libgdata \ - libpeas-1.0.so:devel/libpeas1 \ - libjson-glib-1.0.so:devel/json-glib \ +BUILD_DEPENDS= iso-codes>0:misc/iso-codes \ + itstool:textproc/itstool +LIB_DEPENDS= libpeas-1.0.so:devel/libpeas1 \ libgrilo-0.3.so:net/grilo \ libtotem-plparser.so:multimedia/totem-pl-parser \ libhandy-1.so:x11-toolkits/libhandy \ - libportal-gtk3.so:deskutils/libportal-gtk3 -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \ - ${PYTHON_PKGNAMEPREFIX}libpeas1>=0:devel/py-libpeas1@${PY_FLAVOR} \ - gnome-settings-daemon>=2.91.0:sysutils/gnome-settings-daemon \ - gnome-icon-theme-symbolic>=2.91.0:x11-themes/gnome-icon-theme-symbolic \ + libportal.so:deskutils/libportal \ + libportal-gtk3.so:deskutils/libportal-gtk3 \ + libepoxy.so:graphics/libepoxy +RUN_DEPENDS= iso-codes>0:misc/iso-codes \ + gnome-settings-daemon>0:sysutils/gnome-settings-daemon \ grilo-plugins>=0:net/grilo-plugins -PORTSCOUT= limitw:1,even - USES= compiler desktop-file-utils gettext gl gnome gstreamer localbase meson \ - pkgconfig python tar:xz xorg -USE_GNOME= cairo gtk30 intlhack introspection libxml2 pygobject3 gnomedesktop3 + perl5 pkgconfig python tar:xz xorg +USE_GNOME= cairo gtk30 introspection libxml2 pygobject3 gnomedesktop3 +USE_PERL5= build USE_XORG= x11 xorgproto xtst ice sm USE_GSTREAMER= core good bad soup ugly gtk USE_GL= egl @@ -42,6 +35,9 @@ USE_LDCONFIG= yes BINARY_ALIAS= python3=${PYTHON_VERSION} +MESON_ARGS= -Denable-easy-codec-installation=no \ + -Dui-tests=false + GLIB_SCHEMAS= org.gnome.totem.enums.xml \ org.gnome.totem.gschema.xml \ org.gnome.totem.plugins.opensubtitles.gschema.xml \ diff --git a/multimedia/totem/distinfo b/multimedia/totem/distinfo index 170258c624c4..c5b40d6ae0d9 100644 --- a/multimedia/totem/distinfo +++ b/multimedia/totem/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741164631 -SHA256 (gnome/totem-43.1.tar.xz) = 5668291e9c6444985cb3ffe4ea4f0212f54c2bbe60dd01114c1a950f94759e6d -SIZE (gnome/totem-43.1.tar.xz) = 2545240 +TIMESTAMP = 1747932838 +SHA256 (gnome/totem-43.2.tar.xz) = 0b007d30fbb93b95a604f14848a497f57fc333a75c2e638a249972e99c01e6a4 +SIZE (gnome/totem-43.2.tar.xz) = 2552500 diff --git a/multimedia/totem/pkg-plist b/multimedia/totem/pkg-plist index 9d63a0a41394..d09da859b7db 100644 --- a/multimedia/totem/pkg-plist +++ b/multimedia/totem/pkg-plist @@ -8,8 +8,6 @@ lib/girepository-1.0/Totem-1.0.typelib lib/libtotem.so lib/libtotem.so.0 lib/libtotem.so.0.0.0 -lib/totem/plugins/apple-trailers/apple-trailers.plugin -lib/totem/plugins/apple-trailers/libapple-trailers.so lib/totem/plugins/autoload-subtitles/autoload-subtitles.plugin lib/totem/plugins/autoload-subtitles/libautoload-subtitles.so lib/totem/plugins/im-status/libtotem-im-status.so @@ -41,8 +39,6 @@ lib/totem/plugins/skipto/libskipto.so lib/totem/plugins/skipto/skipto.plugin lib/totem/plugins/variable-rate/libvariable-rate.so lib/totem/plugins/variable-rate/variable-rate.plugin -lib/totem/plugins/vimeo/libvimeo.so -lib/totem/plugins/vimeo/vimeo.plugin libdata/pkgconfig/totem.pc libexec/totem-gallery-thumbnailer share/GConf/gsettings/opensubtitles.convert @@ -974,6 +970,7 @@ share/locale/th/LC_MESSAGES/totem.mo share/locale/tr/LC_MESSAGES/totem.mo share/locale/ug/LC_MESSAGES/totem.mo share/locale/uk/LC_MESSAGES/totem.mo +share/locale/uz/LC_MESSAGES/totem.mo share/locale/vi/LC_MESSAGES/totem.mo share/locale/wa/LC_MESSAGES/totem.mo share/locale/xh/LC_MESSAGES/totem.mo |