gvfs ver. bump fuse3
This commit is contained in:
@@ -31,4 +31,4 @@ def install():
|
||||
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
|
||||
|
||||
shelltools.cd("..")
|
||||
pisitools.dodoc("COPYING*", "AUTHORS", "NEWS", "README")
|
||||
pisitools.dodoc("COPYING*", "NEWS*", "README*")
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
From 13551f3f40d41f1357126ac5a26d0fa012cd8123 Mon Sep 17 00:00:00 2001
|
||||
From: Bastien Nocera <hadess@hadess.net>
|
||||
Date: Tue, 16 Jun 2020 13:28:35 +0200
|
||||
Subject: [PATCH] afc: Add support for libplist-2.2
|
||||
|
||||
Which changed name from libplist to libplist-2.0 to embed its API
|
||||
version number in the library name.
|
||||
---
|
||||
meson.build | 5 ++++-
|
||||
1 file changed, 4 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index 1750f65c..187bfd55 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -357,7 +357,10 @@ config_h.set('HAVE_LOGIND', enable_logind)
|
||||
enable_afc = get_option('afc')
|
||||
if enable_afc
|
||||
libimobiledevice_dep = dependency('libimobiledevice-1.0', version: '>= 1.2')
|
||||
- libplist_dep = dependency('libplist', version: '>= 0.15')
|
||||
+ libplist_dep = dependency('libplist-2.0', required: false)
|
||||
+ if not libplist_dep.found()
|
||||
+ libplist_dep = dependency('libplist', version: '>= 0.15')
|
||||
+ endif
|
||||
endif
|
||||
|
||||
# *** Check if we should build with GOA volume monitor ***
|
||||
--
|
||||
2.26.2
|
||||
|
||||
@@ -13,12 +13,12 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>New generation gnome-virtual-file-system</Summary>
|
||||
<Description>GVFS is a userspace virtual filesystem designed to work with the I/O abstractions, especially HAL. It supports fuse for directly access for GVFS mounts. It installs several modules and backends that are automatically used by applications.</Description>
|
||||
<Archive sha1sum="acfe3412e77c49501e3de2e9567d286a4cf58cfb" type="tarxz">http://ftp.gnome.org/mirror/gnome.org/sources/gvfs/1.36/gvfs-1.36.3.tar.xz</Archive>
|
||||
<Archive sha1sum="a3d21bd3a0f7f8af4a1c66698fc1e92c377d6ec7" type="tarxz">http://ftp.gnome.org/mirror/gnome.org/sources/gvfs/1.45/gvfs-1.45.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>fuse-devel</Dependency>
|
||||
<Dependency>fuse3-devel</Dependency>
|
||||
<Dependency>avahi-devel</Dependency>
|
||||
<Dependency>gconf-devel</Dependency>
|
||||
<Dependency>libmtp-devel</Dependency>
|
||||
@@ -49,12 +49,13 @@
|
||||
<Dependency>libgnome-keyring</Dependency>
|
||||
<Dependency>polkit-devel</Dependency>
|
||||
<Dependency>libcap-devel</Dependency>
|
||||
<Dependency>gsettings-desktop-schemas-devel</Dependency>
|
||||
<Dependency versionFrom="4.0.7">samba-devel</Dependency>
|
||||
<Dependency versionFrom="0.90">libcdio-devel</Dependency>
|
||||
<Dependency versionFrom="1.1.5">libimobiledevice-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">gvfs-archive-integration.patch</Patch> -->
|
||||
<Patch level="1">0001-afc-Add-support-for-libplist-2.2.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -128,7 +129,7 @@
|
||||
<Name>gvfs-fuse</Name>
|
||||
<Summary>FUSE backend for GVFS</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>fuse</Dependency>
|
||||
<Dependency>fuse3</Dependency>
|
||||
<Dependency release="current">gvfs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -298,6 +299,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2020-06-24</Date>
|
||||
<Version>1.45.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>1.36.3</Version>
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
mesontools.configure("-Dexamples=false")
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
pisitools.removeDir("/dev")
|
||||
pisitools.removeDir("/etc")
|
||||
|
||||
# Make compat symlinks into /usr/bin
|
||||
pisitools.dosym("/usr/bin/fusermount3", "/bin/fusermount3")
|
||||
pisitools.dosym("/usr/sbin/mount.fuse3", "/sbin/mount.fuse3")
|
||||
|
||||
pisitools.dosym("/usr/lib/libfuse3.so", "/lib/libfuse3.so")
|
||||
pisitools.dosym("/usr/lib/libfuse3.so", "/lib/libfuse3.so.3")
|
||||
pisitools.dosym("/usr/lib/libfuse3.so", "/lib/libfuse3.so.3.9.2")
|
||||
|
||||
# Move pkgconfig file to /usr/lib
|
||||
#pisitools.domove("/lib/pkgconfig", "/usr/lib/")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog*", "README*")
|
||||
@@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>fuse3</Name>
|
||||
<Homepage>http://fuse.sourceforge.net</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>An interface for filesystems implemented in userspace</Summary>
|
||||
<Description>fuse is a backend allowing regular users to (un)mount filesystems for their own use.</Description>
|
||||
<Archive sha1sum="b1ca11c790716ed0271cedcbb99dd945d322facd" type="tarxz">https://github.com/libfuse/libfuse/releases/download/fuse-3.9.2/fuse-3.9.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>eudev-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>fuse3</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glibc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/bin</Path>
|
||||
<Path fileType="executable">/sbin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/lib</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>fuse3-devel</Name>
|
||||
<PartOf>system.devel</PartOf>
|
||||
<Summary>Development files for fuse3</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">fuse3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-06-24</Date>
|
||||
<Version>3.9.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>fuse3</Name>
|
||||
<Summary xml:lang="tr">Kullanıcı düzeyinde dosya sistemi oluştumaya yarayan kitaplık</Summary>
|
||||
<Description xml:lang="tr">FUSE, kullanıcıların kendileri için dosya sistemleri oluşturmasına, bağlamasına ve bağı koparmasına imkân veren bir arkauç kitaplıktır.</Description>
|
||||
<Summary xml:lang="fr">Interface implémentée dans l'environnement utilisateur (userpace) pour les systèmes de fichier.</Summary>
|
||||
<Summary xml:lang="es">Una interfaz para sistemas de archivos implementados en el espacio de usuario</Summary>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>fuse3-devel</Name>
|
||||
<Summary xml:lang="tr">fuse3 için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
+139
-21
@@ -94318,6 +94318,8 @@ to create header files and sources from protocol files.</Description>
|
||||
<Archive type="tarbz2" sha1sum="5b5f692fef880d714dad71aa21e1737258fa878c" name="libgpod-0.8.3.tar.bz2">mirrors://sourceforge/gtkpod/libgpod-0.8.3.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>libusb-devel</Dependency>
|
||||
<Dependency>sqlite-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
@@ -94335,6 +94337,8 @@ to create header files and sources from protocol files.</Description>
|
||||
<Patch level="1">0001-323-Segmentation-fault-when-opening-ipod.patch</Patch>
|
||||
<Patch level="1">libgpod-0.8.2-pkgconfig_overlinking.patch</Patch>
|
||||
<Patch level="1">libgpod-fixswig.patch</Patch>
|
||||
<Patch>libgpod-udev.patch</Patch>
|
||||
<Patch level="1">0001-configure.ac-Add-support-for-libplist-2.2.patch</Patch>
|
||||
</Patches>
|
||||
<SourceURI>hardware/misc/libgpod/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
@@ -94344,6 +94348,7 @@ to create header files and sources from protocol files.</Description>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>sqlite</Dependency>
|
||||
<Dependency>libusb</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>libplist</Dependency>
|
||||
<Dependency>sg3_utils</Dependency>
|
||||
@@ -94853,6 +94858,71 @@ to create header files and sources from protocol files.</Description>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>fuse3</Name>
|
||||
<Homepage>http://fuse.sourceforge.net</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>hardware.misc</PartOf>
|
||||
<Summary xml:lang="fr">Interface implémentée dans l'environnement utilisateur (userpace) pour les systèmes de fichier.</Summary>
|
||||
<Summary xml:lang="en">An interface for filesystems implemented in userspace</Summary>
|
||||
<Summary xml:lang="tr">Kullanıcı düzeyinde dosya sistemi oluştumaya yarayan kitaplık</Summary>
|
||||
<Summary xml:lang="es">Una interfaz para sistemas de archivos implementados en el espacio de usuario</Summary>
|
||||
<Description xml:lang="en">fuse is a backend allowing regular users to (un)mount filesystems for their own use.</Description>
|
||||
<Description xml:lang="tr">FUSE, kullanıcıların kendileri için dosya sistemleri oluşturmasına, bağlamasına ve bağı koparmasına imkân veren bir arkauç kitaplıktır.</Description>
|
||||
<Archive type="tarxz" sha1sum="b1ca11c790716ed0271cedcbb99dd945d322facd" name="fuse-3.9.2.tar.xz">https://github.com/libfuse/libfuse/releases/download/fuse-3.9.2/fuse-3.9.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>eudev-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>hardware/misc/fuse3/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>fuse3</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glibc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/bin</Path>
|
||||
<Path fileType="executable">/sbin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/lib</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>fuse3-devel</Name>
|
||||
<Summary xml:lang="en">Development files for fuse3</Summary>
|
||||
<Summary xml:lang="tr">fuse3 için geliştirme dosyaları</Summary>
|
||||
<PartOf>system.devel</PartOf>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">fuse3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-06-24</Date>
|
||||
<Version>3.9.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libieee1284</Name>
|
||||
@@ -95165,7 +95235,7 @@ to create header files and sources from protocol files.</Description>
|
||||
<Summary xml:lang="tr">Apple ikili dosyaları ve XML özellik listeleri üzerindeki işlemler için kütüphane</Summary>
|
||||
<Description xml:lang="en">libplist is a library for manipulating Apple Binary and XML Property Lists.</Description>
|
||||
<Description xml:lang="tr">libplist, Apple ikili dosyaları ve XML özellik listeleri üzerindeki işlemler için gerekli bir kütüphanedir.</Description>
|
||||
<Archive type="tarbz2" sha1sum="e333202d00d6b1e742903d67bda753970957b508" name="libplist-2.0.0.tar.bz2">http://www.libimobiledevice.org/downloads/libplist-2.0.0.tar.bz2</Archive>
|
||||
<Archive type="tarbz2" sha1sum="a92830a3286442f9ea2eac02db81fcfb149a0812" name="libplist-2.2.0.tar.bz2">http://www.libimobiledevice.org/downloads/libplist-2.2.0.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
@@ -95184,6 +95254,7 @@ to create header files and sources from protocol files.</Description>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
@@ -95191,7 +95262,7 @@ to create header files and sources from protocol files.</Description>
|
||||
<Summary xml:lang="en">Development files for libplist</Summary>
|
||||
<Summary xml:lang="tr">libplist için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="6">libplist</Dependency>
|
||||
<Dependency release="7">libplist</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -95201,6 +95272,13 @@ to create header files and sources from protocol files.</Description>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-06-24</Date>
|
||||
<Version>2.2.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-02-01</Date>
|
||||
<Version>2.0.0</Version>
|
||||
@@ -95260,7 +95338,7 @@ to create header files and sources from protocol files.</Description>
|
||||
<PartOf>hardware.mobile</PartOf>
|
||||
<Summary xml:lang="en">Library for connecting to mobile devices</Summary>
|
||||
<Description xml:lang="en">libimobiledevice is a library for connecting to mobile devices including phones and music players</Description>
|
||||
<Archive type="tarbz2" sha1sum="a8e3f21180b1d6df754d04a4080a29cf6891e701" name="libimobiledevice-1.2.0.tar.bz2">http://www.libimobiledevice.org/downloads/libimobiledevice-1.2.0.tar.bz2</Archive>
|
||||
<Archive type="tarbz2" sha1sum="783e928dd77f53a259da6a40fc43506ae0c42de6" name="libimobiledevice-1.3.0.tar.bz2">http://www.libimobiledevice.org/downloads/libimobiledevice-1.3.0.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gnutls-devel</Dependency>
|
||||
<Dependency>libusbmuxd-devel</Dependency>
|
||||
@@ -95268,9 +95346,6 @@ to create header files and sources from protocol files.</Description>
|
||||
<Dependency>libtasn1-devel</Dependency>
|
||||
<Dependency>libgcrypt-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>gnutls-3.4.patch</Patch>
|
||||
</Patches>
|
||||
<SourceURI>hardware/mobile/libimobiledevice/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
@@ -95298,7 +95373,7 @@ to create header files and sources from protocol files.</Description>
|
||||
<Dependency>libplist-devel</Dependency>
|
||||
<Dependency>libtasn1-devel</Dependency>
|
||||
<Dependency>libgcrypt-devel</Dependency>
|
||||
<Dependency release="6">libimobiledevice</Dependency>
|
||||
<Dependency release="7">libimobiledevice</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -95306,6 +95381,13 @@ to create header files and sources from protocol files.</Description>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-06-24</Date>
|
||||
<Version>1.3.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-02-01</Date>
|
||||
<Version>1.2.0</Version>
|
||||
@@ -95365,7 +95447,7 @@ to create header files and sources from protocol files.</Description>
|
||||
<Summary xml:lang="tr">Apple iPhone ve iPod touch cihazlarını bağlama aracı</Summary>
|
||||
<Description xml:lang="en">ifuse, a fuse filesystem for mounting iPhone and iPod touch devices.</Description>
|
||||
<Description xml:lang="tr">ifuse, Apple iPhone ve iPod touch cihazlarını sisteme bağlamak için gerekli araçları içerir.</Description>
|
||||
<Archive type="tarbz2" sha1sum="d186dd713bbff8e15cd8cbb5f7f2c5b5be62d594" name="ifuse-1.1.3.tar.bz2">http://www.libimobiledevice.org/downloads/ifuse-1.1.3.tar.bz2</Archive>
|
||||
<Archive type="tarbz2" sha1sum="eecac3d3aee59d2c1f956652f5705b713d160078" name="ifuse-1.1.4.tar.bz2">http://www.libimobiledevice.org/downloads/ifuse-1.1.4.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libimobiledevice-devel</Dependency>
|
||||
<Dependency>fuse-devel</Dependency>
|
||||
@@ -95389,6 +95471,13 @@ to create header files and sources from protocol files.</Description>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-06-24</Date>
|
||||
<Version>1.1.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2020-02-01</Date>
|
||||
<Version>1.1.3</Version>
|
||||
@@ -95434,7 +95523,7 @@ to create header files and sources from protocol files.</Description>
|
||||
<PartOf>hardware.mobile</PartOf>
|
||||
<Summary xml:lang="en">Daemon for communicating with Apple's iPod Touch and iPhone</Summary>
|
||||
<Description xml:lang="en">libusbmuxd is a daemon used for communicating with Apple's iPod Touch and iPhone devices. It allows multiple services on the device to be accessed simultaneously.</Description>
|
||||
<Archive type="tarbz2" sha1sum="9d4ce8ac058cfea66e6785d2bad5bb9c93681b16" name="libusbmuxd-1.0.10.tar.bz2">http://www.libimobiledevice.org/downloads/libusbmuxd-1.0.10.tar.bz2</Archive>
|
||||
<Archive type="tarbz2" sha1sum="e3c2c846471ba7c171c01d87cb37d379d53d5f02" name="libusbmuxd-2.0.2.tar.bz2">http://www.libimobiledevice.org/downloads/libusbmuxd-2.0.2.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libplist-devel</Dependency>
|
||||
<Dependency>libusb-devel</Dependency>
|
||||
@@ -95453,13 +95542,14 @@ to create header files and sources from protocol files.</Description>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="data">/lib/udev/rules.d</Path>
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libusbmuxd-devel</Name>
|
||||
<Summary xml:lang="en">Development files for libusbmuxd</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="3">libusbmuxd</Dependency>
|
||||
<Dependency release="4">libusbmuxd</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -95467,6 +95557,13 @@ to create header files and sources from protocol files.</Description>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2020-06-24</Date>
|
||||
<Version>2.0.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2020-02-01</Date>
|
||||
<Version>1.0.10</Version>
|
||||
@@ -95507,7 +95604,7 @@ to create header files and sources from protocol files.</Description>
|
||||
<Summary xml:lang="tr">Apple iPod Touch ve iPhone iletişim hizmeti</Summary>
|
||||
<Description xml:lang="en">usbmuxd is a daemon used for communicating with Apple's iPod Touch and iPhone devices. It allows multiple services on the device to be accessed simultaneously.</Description>
|
||||
<Description xml:lang="tr">usbmuxd, Apple iPod Touch ve iPhone cihazlarıyla iletişim kurmak için gerekli bir sistem hizmetidir. Aynı anda, birden fazla cihaza bağlanma imkanı sağlar.</Description>
|
||||
<Archive type="targz" sha1sum="bb9060845e680935b354c94156cf9b265044d04e" name="1.1.0">https://codeload.github.com/libimobiledevice/usbmuxd/tar.gz/1.1.0</Archive>
|
||||
<Archive type="targz" sha1sum="21f68d496c31e383ab3cfdfb9925e3771579d75f" name="1.1.1">https://codeload.github.com/libimobiledevice/usbmuxd/tar.gz/1.1.1</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>eudev-devel</Dependency>
|
||||
<Dependency>libplist-devel</Dependency>
|
||||
@@ -95529,10 +95626,18 @@ to create header files and sources from protocol files.</Description>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="data">/lib/udev/rules.d</Path>
|
||||
<Path fileType="man">/usr/share/man/man8/usbmuxd.8</Path>
|
||||
<Path fileType="man">/usr/share/man/man1/usbmuxd.1</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2020-06-24</Date>
|
||||
<Version>1.1.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2020-02-01</Date>
|
||||
<Version>1.1.0</Version>
|
||||
@@ -95764,6 +95869,8 @@ to create header files and sources from protocol files.</Description>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">add-tr.patch</Patch>
|
||||
<Patch level="1">0001-linux-Add-support-for-iPhone-XR-XS-models.patch</Patch>
|
||||
<Patch level="1">0001-build-Use-a-newer-libplist-if-available.patch</Patch>
|
||||
</Patches>
|
||||
<SourceURI>hardware/powermanagement/upower/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
@@ -145787,12 +145894,12 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Summary xml:lang="tr">Yeni nesil GNOME sanal dosya sistemi</Summary>
|
||||
<Description xml:lang="en">GVFS is a userspace virtual filesystem designed to work with the I/O abstractions, especially HAL. It supports fuse for directly access for GVFS mounts. It installs several modules and backends that are automatically used by applications.</Description>
|
||||
<Description xml:lang="tr">GVFS I/O soyutlamaları, özellikle HAL, için geliştirilmiş, sistem tabanlı bir sanal dosya sistemidir. Doğrudan fuse ile birlikle kendi bağlamlarına erişmesini destekler. GVFS, birçok modül ve sitem servisini uygulamaların otomatik kullanması için yükler.</Description>
|
||||
<Archive type="tarxz" sha1sum="acfe3412e77c49501e3de2e9567d286a4cf58cfb" name="gvfs-1.36.3.tar.xz">http://ftp.gnome.org/mirror/gnome.org/sources/gvfs/1.36/gvfs-1.36.3.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="a3d21bd3a0f7f8af4a1c66698fc1e92c377d6ec7" name="gvfs-1.45.2.tar.xz">http://ftp.gnome.org/mirror/gnome.org/sources/gvfs/1.45/gvfs-1.45.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>fuse-devel</Dependency>
|
||||
<Dependency>fuse3-devel</Dependency>
|
||||
<Dependency>avahi-devel</Dependency>
|
||||
<Dependency>gconf-devel</Dependency>
|
||||
<Dependency>libmtp-devel</Dependency>
|
||||
@@ -145823,10 +145930,14 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Dependency>libgnome-keyring</Dependency>
|
||||
<Dependency>polkit-devel</Dependency>
|
||||
<Dependency>libcap-devel</Dependency>
|
||||
<Dependency>gsettings-desktop-schemas-devel</Dependency>
|
||||
<Dependency versionFrom="4.0.7">samba-devel</Dependency>
|
||||
<Dependency versionFrom="0.90">libcdio-devel</Dependency>
|
||||
<Dependency versionFrom="1.1.5">libimobiledevice-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">0001-afc-Add-support-for-libplist-2.2.patch</Patch>
|
||||
</Patches>
|
||||
<SourceURI>desktop/gnome/base/gvfs/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
@@ -145836,7 +145947,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<RuntimeDependencies>
|
||||
<Dependency>polkit</Dependency>
|
||||
<Dependency>libplist</Dependency>
|
||||
<Dependency release="9">gvfs</Dependency>
|
||||
<Dependency release="10">gvfs</Dependency>
|
||||
<Dependency versionFrom="1.1.5">libimobiledevice</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -145853,7 +145964,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libsecret</Dependency>
|
||||
<Dependency>libgcrypt</Dependency>
|
||||
<Dependency release="9">gvfs</Dependency>
|
||||
<Dependency release="10">gvfs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/gvfs/gvfsd-afp</Path>
|
||||
@@ -145869,7 +145980,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Summary xml:lang="tr">GVFS sıkıştırma arkaucu</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libarchive</Dependency>
|
||||
<Dependency release="9">gvfs</Dependency>
|
||||
<Dependency release="10">gvfs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/libexec/gvfsd-archive</Path>
|
||||
@@ -145883,7 +145994,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Summary xml:lang="tr">GVFS dijital kamera arkaucu</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgphoto2</Dependency>
|
||||
<Dependency release="9">gvfs</Dependency>
|
||||
<Dependency release="10">gvfs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/libexec/gvfs-gphoto2-volume-monitor</Path>
|
||||
@@ -145898,8 +146009,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Summary xml:lang="en">FUSE backend for GVFS</Summary>
|
||||
<Summary xml:lang="tr">GVFS FUSE arkaucu</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>fuse</Dependency>
|
||||
<Dependency release="9">gvfs</Dependency>
|
||||
<Dependency>fuse3</Dependency>
|
||||
<Dependency release="10">gvfs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/libexec/gvfsd-fuse</Path>
|
||||
@@ -145910,7 +146021,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Summary xml:lang="en">Samba backend for GVFS</Summary>
|
||||
<Summary xml:lang="tr">GVFS Samba arkaucu</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="9">gvfs</Dependency>
|
||||
<Dependency release="10">gvfs</Dependency>
|
||||
<Dependency versionFrom="4.0.7">samba</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -145928,7 +146039,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libmtp</Dependency>
|
||||
<Dependency>libusb</Dependency>
|
||||
<Dependency release="9">gvfs</Dependency>
|
||||
<Dependency release="10">gvfs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/libexec/gvfsd-mtp</Path>
|
||||
@@ -146052,6 +146163,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2020-06-24</Date>
|
||||
<Version>1.45.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>1.36.3</Version>
|
||||
|
||||
@@ -1 +1 @@
|
||||
4cea9d555a496f030a5ac34d97eeca3755338ac3
|
||||
f4e8a54898cf595fa0e9697cca41d265e4f937bc
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
2f11eea705e7cf28e8c8997878ba719e34fcb3e9
|
||||
de6e3f942a592a21ea5ada19514e0d2b7f69d4e3
|
||||
Reference in New Issue
Block a user