From 1c6c5e57dd4650f0189db7df9682e85ce489302b Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:33:14 +0100 Subject: [PATCH] update to 0.4.1 [release 0.4.1-1mamba;Sun Sep 24 2023] --- gst123.spec | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/gst123.spec b/gst123.spec index 75adaf4..1508d2f 100644 --- a/gst123.spec +++ b/gst123.spec @@ -1,44 +1,42 @@ Name: gst123 -Version: 0.3.5 -Release: 2mamba +Version: 0.4.1 +Release: 1mamba Summary: a flexible command line player in the spirit of ogg123 and mpg123 Group: Applications/Multimedia Vendor: openmamba Distribution: openmamba -Packager: Ercole 'ercolinux' Carpanetto +Packager: Silvan Calarco URL: https://space.twc.de/~stefan/gst123.php -Source: https://space.twc.de/~stefan/gst123/gst123-%{version}.tar.bz2 +Source: https://github.com/swesterfeld/gst123/releases/download/%{version}/gst123-%{version}.tar.bz2 License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libatk-devel +BuildRequires: libX11-devel +BuildRequires: libat-spi2-core-devel BuildRequires: libcairo-devel -BuildRequires: libfontconfig-devel -BuildRequires: libfreetype-devel BuildRequires: libgcc BuildRequires: libgdk-pixbuf-devel BuildRequires: libglib-devel BuildRequires: libgst-plugins-base-devel BuildRequires: libgstreamer-devel -BuildRequires: libgtk2-devel +BuildRequires: libgtk3-devel +BuildRequires: libharfbuzz-devel BuildRequires: libncurses-devel BuildRequires: libpango-devel BuildRequires: libstdc++6-devel -BuildRequires: libX11-devel -BuildRequires: libxml2-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root - -%debug_package %description The program gst123 is designed to be a more flexible command line player in the spirit of ogg123 and mpg123, based on gstreamer. It plays all file formats gstreamer understands, so if you have a music collection which contains different file formats, like flac, ogg and mp3, you can use gst123 to play all your music files. It support watching videos too; however gst123 should run fine in situations where no X11 display is available; videos can be played without X11 display, too (-x, --novideo); in this case, only the audio stream will be played. +%debug_package + %prep %setup -q %build %configure + %make %install @@ -51,10 +49,13 @@ The program gst123 is designed to be a more flexible command line player in the %files %defattr(-,root,root) %{_bindir}/gst123 -%{_mandir}/man1/gst123.1.gz +%{_mandir}/man1/gst123.1* %doc AUTHORS COPYING %changelog +* Sun Sep 24 2023 Silvan Calarco 0.4.1-1mamba +- update to 0.4.1 + * Fri Feb 26 2021 Ercole 'ercolinux' Carpanetto 0.3.5-2mamba - Fixed URLs