123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>xfce4-mixer</Name>
- <Homepage>http://git.xfce.org/apps/xfce4-mixer</Homepage>
- <Packager>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Packager>
- <License>GPL-2</License>
- <IsA>app:gui</IsA>
- <Icon>xfce4-mixer</Icon>
- <Summary>Xfce sound mixer application.</Summary>
- <Description>Xfce4-mixer is a volume control application for the Xfce Desktop Environment. It provides both a volume control plugin for the Xfce Panel and a standalone mixer application. It supports all audio systems supported by GStreamer project.</Description>
- <Archive sha1sum="69d3b8d8862d0bff2ca822652cae2e6d021298b9" type="tarbz2">https://gitlab.xfce.org/apps/xfce4-mixer/-/archive/xfce4-mixer-4.18.1/xfce4-mixer-xfce4-mixer-4.18.1.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>intltool</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>cairo-devel</Dependency>
- <Dependency>xfconf-devel</Dependency>
- <Dependency>gettext-devel</Dependency>
- <Dependency>alsa-lib-devel</Dependency>
- <Dependency>libunique-devel</Dependency>
- <Dependency>keybinder-devel</Dependency>
- <Dependency>gstreamer-devel</Dependency>
- <Dependency>xfce4-dev-tools</Dependency>
- <Dependency>gdk-pixbuf-devel</Dependency>
- <Dependency>libxfce4ui-devel</Dependency>
- <Dependency>xfce4-panel-devel</Dependency>
- <Dependency>libxfce4util-devel</Dependency>
- <Dependency>pulseaudio-libs-devel</Dependency>
- <Dependency>gst-plugins-base-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1">Fix_obvious_build_errors.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>xfce4-mixer</Name>
- <RuntimeDependencies>
- <Dependency>gtk3</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>xfconf</Dependency>
- <Dependency>alsa-lib</Dependency>
- <Dependency>gstreamer</Dependency>
- <Dependency>keybinder</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- <Dependency>libxfce4ui</Dependency>
- <Dependency>xfce4-panel</Dependency>
- <Dependency>libxfce4util</Dependency>
- <Dependency>pulseaudio-libs</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/xfce4/panel/plugins</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="data">/usr/share/pixmaps</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/xfce4</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2023-05-01</Date>
- <Version>4.18.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2023-04-29</Date>
- <Version>4.18.0</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2022-04-14</Date>
- <Version>4.15.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2021-08-17</Date>
- <Version>4.15.0</Version>
- <Comment>First Beta release.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|