# HG changeset patch # User Aleksej Bobylev # Date 1501106204 -10800 # Node ID 0e8dadf052b902b7594daf0ac01fb35ea2758245 # Parent 3f2372059c9e2664320b3dcc901c57fe7c386b45 gstreamer0, gst0-* are for version 0.10; while gstreamer1, gst1-* are for version 1.0; up gparted and all its suggested dependencies... diff -r 3f2372059c9e -r 0e8dadf052b9 alarm-clock-applet/receipt --- a/alarm-clock-applet/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/alarm-clock-applet/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -10,8 +10,8 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://launchpad.net/alarm-clock/trunk/$VERSION/+download/$TARBALL" -DEPENDS="GConf gstreamer libnotify libunique notification-daemon" -BUILD_DEPENDS="libxml2-dev gtk+-dev gstreamer-dev GConf-dev gnome-icon-theme \ +DEPENDS="GConf gstreamer0 libnotify libunique notification-daemon" +BUILD_DEPENDS="libxml2-dev gtk+-dev gstreamer0-dev GConf-dev gnome-icon-theme \ libnotify-dev libunique-dev wget" # Rules to configure and make the package. diff -r 3f2372059c9e -r 0e8dadf052b9 alarm-clock/receipt --- a/alarm-clock/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/alarm-clock/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -13,8 +13,8 @@ WGET_URL="http://mirror.slitaz.org/sources/packages/a/$TARBALL" TAGS="clock reminder" -DEPENDS="gtk+ libunique libnotify gstreamer" -BUILD_DEPENDS="$DEPENDS gtk+-dev libunique-dev libnotify-dev gstreamer-dev \ +DEPENDS="gtk+ libunique libnotify gstreamer0" +BUILD_DEPENDS="$DEPENDS gtk+-dev libunique-dev libnotify-dev gstreamer0-dev \ intltool" # Rules to configure and make the package. diff -r 3f2372059c9e -r 0e8dadf052b9 beaver-plugins/receipt --- a/beaver-plugins/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="beaver-plugins" -VERSION="0.4.1" -CATEGORY="text" -SHORT_DESC="Simple and very light advanced text editor, plugins" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL2" -WEB_SITE="http://beaver-editor.sourceforge.net/" -GENERIC_PIXMAPS="no" -HOST_ARCH="i486 arm" - -WANTED="beaver" -DEPENDS="beaver" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - copy *.so -} diff -r 3f2372059c9e -r 0e8dadf052b9 beaver/receipt --- a/beaver/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/beaver/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,4 +1,4 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="beaver" VERSION="0.4.1" @@ -7,33 +7,43 @@ MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="http://beaver-editor.sourceforge.net/" +HOST_ARCH="i486 arm" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="$SF_MIRROR/$PACKAGE-editor/$TARBALL" -TAGS="text-editor" -HOST_ARCH="i486 arm" -GENERIC_PIXMAPS="no" +WGET_URL="$SF_MIRROR/beaver-editor/$TARBALL" -DEPENDS="gtk+ xorg-libXdamage" -BUILD_DEPENDS="gtk+-dev xorg-xproto expat-dev" +BUILD_DEPENDS="intltool gtk+-dev" SPLIT="beaver-plugins" # Rules to configure and make the package. compile_rules() { sed -i 's|dir/po/\*\.po|& 2>/dev/null|' configure - patch -p1 -i $stuff/icon.patch - ./configure $CONFIGURE_ARGS && make && make install + ./configure $CONFIGURE_ARGS && make && make install && + + # Custom default configuration + cp $stuff/beaver.conf.default $install/usr/share/beaver/resource/ } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - copy beaver - cook_copy_icons - mkdir -p $fs/usr/share/beaver - cp -a $install/usr/share/beaver/resource $fs/usr/share/beaver - - # Custom default configuration - cp -a $stuff/beaver.conf.default $fs/usr/share/beaver/resource + case $PACKAGE in + beaver) + copy beaver resource/ + GENERIC_PIXMAPS="no" + cook_copy_icons + DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib gtk+ \ + libffi libharfbuzz liblzma libpng16 libxml2 pango pcre \ + util-linux-blkid util-linux-mount util-linux-uuid xorg-libX11 \ + xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender xorg-libxcb \ + xorg-pixman zlib" + TAGS="text-editor" + ;; + *-plugins) + copy *.so + CAT="text|plugins" + ;; + esac } diff -r 3f2372059c9e -r 0e8dadf052b9 beaver/stuff/icon.patch --- a/beaver/stuff/icon.patch Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ ---- a/src/interface.c -+++ b/src/interface.c -@@ -1922,7 +1922,7 @@ - - /* set the beaver logo as the default logo for - * all windows to be opened */ -- gtk_window_set_default_icon_from_file (ICON_DIR "/beaver.png", NULL); -+ gtk_window_set_default_icon_name ("beaver"); - - /* initialize settings */ - Settings = init_settings (); diff -r 3f2372059c9e -r 0e8dadf052b9 beaver/stuff/makefile.am.u --- a/beaver/stuff/makefile.am.u Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ ---- beaver0.4.0-ori/Makefile.am Sun Aug 16 15:53:32 2009 -+++ beaver0.4.0/Makefile.am Fri Jan 22 10:08:34 2010 -@@ -84,9 +84,9 @@ - - $(mkinstalldirs) $(mandir)/man1 - # $(INSTALL_DATA) beaver.1x.gz $(mandir)/man/man1 -- $(mkinstalldirs) $(datadir)/applications -- $(INSTALL_DATA) beaver.desktop $(datadir)/applications -- sed -i $(datadir)/applications/beaver.desktop -e "s/DESTDIR/`echo $(prefix) | sed -e 's/\//\\\\\//g'`/g" -+ $(mkinstalldirs) $(DESTDIR)$(datadir)/applications -+ $(INSTALL_DATA) beaver.desktop $(DESTDIR)$(datadir)/applications -+ sed -i $(DESTDIR)$(datadir)/applications/beaver.desktop -e "s/DESTDIR/`echo $(prefix) | sed -e 's/\//\\\\\//g'`/g" - - $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/include - $(INSTALL_DATA) plugins/Makefile $(DESTDIR)$(pkgdatadir)/include/Makefile -@@ -97,7 +97,7 @@ - if DEBUG - @echo "" - else -- $(STRIP) --strip-all $(bindir)/beaver$(EXEEXT) -+ $(STRIP) --strip-all $(DESTDIR)$(bindir)/beaver$(EXEEXT) - endif - - uninstall: diff -r 3f2372059c9e -r 0e8dadf052b9 beaver/stuff/patches/icon.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beaver/stuff/patches/icon.patch Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,11 @@ +--- a/src/interface.c ++++ b/src/interface.c +@@ -1922,7 +1922,7 @@ + + /* set the beaver logo as the default logo for + * all windows to be opened */ +- gtk_window_set_default_icon_from_file (ICON_DIR "/beaver.png", NULL); ++ gtk_window_set_default_icon_name ("beaver"); + + /* initialize settings */ + Settings = init_settings (); diff -r 3f2372059c9e -r 0e8dadf052b9 beaver/stuff/patches/series --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beaver/stuff/patches/series Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,1 @@ +icon.patch diff -r 3f2372059c9e -r 0e8dadf052b9 brasero/receipt --- a/brasero/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/brasero/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -10,9 +10,9 @@ WEB_SITE="http://www.gnome.org/projects/brasero" WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" -DEPENDS="glib gtk+ GConf gstreamer gst-plugins-base libxml2 libunique \ +DEPENDS="glib gtk+ GConf gstreamer0 gst-plugins-base libxml2 libunique \ dbus-glib cdrdao dvd+rw-tools libcanberra libvorbis libogg" -BUILD_DEPENDS="glib-dev gtk+-dev GConf-dev gstreamer-dev gst-plugins-base-dev \ +BUILD_DEPENDS="glib-dev gtk+-dev GConf-dev gstreamer0-dev gst-plugins-base-dev \ libxml2-dev libunique-dev dbus-glib-dev gnome-doc-utils-dev libxcb-dev \ libpthread-stubs xcb-util-dev ORBit2-dev dbus-dev libcanberra-dev \ gnome-doc-utils libxml2-python libvorbis-dev libogg-dev util-linux-uuid-dev \ diff -r 3f2372059c9e -r 0e8dadf052b9 clementine/receipt --- a/clementine/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/clementine/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -15,7 +15,7 @@ BUILD_DEPENDS="cmake libglu-mesa-dev libglw-mesa-dev libcrypto-dev lame-dev \ taglib-dev slitaz-toolchain binutils dbus-dev libcurl mesa-dev udisks-dev \ qca-dev libgpod-dev libplist-dev libusb-dev libmtp-dev \ -pulseaudio-dev libcdio-dev libcdio-utils gstreamer-dev gst-plugins-bad-dev \ +pulseaudio-dev libcdio-dev libcdio-utils gstreamer0-dev gst-plugins-bad-dev \ gst-plugins-base-dev gst-plugins-good-dev gst-plugins-ugly-dev libboost-dev \ gettext-base gettext-tools gettext Qt4-dev qt4 qt4-base automake autoconf gcc \ glib-dev dbus-glib-dev fftw-dev glew-dev json-glib json-glib-dev \ diff -r 3f2372059c9e -r 0e8dadf052b9 cryptsetup-dev/receipt --- a/cryptsetup-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="cryptsetup-dev" -VERSION="1.7.3" -CATEGORY="development" -SHORT_DESC="cryptsetup library development files." -MAINTAINER="b1+slitaz@nagel.org" -LICENSE="GPL2" -WANTED="cryptsetup" -WEB_SITE="https://gitlab.com/$PACKAGE/$PACKAGE" - -DEPENDS="cryptsetup pkg-config" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib -} diff -r 3f2372059c9e -r 0e8dadf052b9 cryptsetup/receipt --- a/cryptsetup/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/cryptsetup/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,33 +1,41 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="cryptsetup" -VERSION="1.7.3" +VERSION="1.7.5" CATEGORY="system-tools" SHORT_DESC="dm-crypt setup tool for encryption of block devices" MAINTAINER="b1+slitaz@nagel.org" LICENSE="GPL2" +WEB_SITE="https://gitlab.com/cryptsetup/cryptsetup" + TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="https://gitlab.com/$PACKAGE/$PACKAGE" -WGET_URL="https://www.kernel.org/pub/linux/utils/$PACKAGE/v${VERSION%.*}/$TARBALL" +WGET_URL="https://www.kernel.org/pub/linux/utils/cryptsetup/v${VERSION%.*}/$TARBALL" -DEPENDS="e2fsprogs popt libgcrypt libdevmapper" -BUILD_DEPENDS="e2fsprogs-dev popt-dev libgcrypt libgcrypt-dev libdevmapper \ -libdevmapper-dev util-linux-uuid util-linux-uuid-dev popt" +BUILD_DEPENDS="util-linux-uuid-dev libdevmapper-dev popt-dev libgcrypt-dev" +SPLIT="cryptsetup-dev" # Rules to configure and make the package. compile_rules() { ./configure \ - --prefix=/usr \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install + --disable-static \ + --enable-cryptsetup-reencrypt \ + $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - cp -a $install/usr/sbin $fs/usr - cp -a $install/usr/lib/*.so* $fs/usr/lib + case $PACKAGE in + cryptsetup) + copy @std + DEPENDS="libdevmapper libgcrypt libgpg-error popt util-linux-uuid" + ;; + *-dev) + copy @dev + DEPENDS="cryptsetup libdevmapper-dev libgcrypt-dev \ + libgpg-error-dev util-linux-uuid-dev" + ;; + esac } diff -r 3f2372059c9e -r 0e8dadf052b9 dmsetup/receipt --- a/dmsetup/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="dmsetup" -VERSION="2.02.98" -CATEGORY="system-tools" -SHORT_DESC="Linux device mapper setup tool." -MAINTAINER="b1+slitaz@nagel.org" -LICENSE="GPL2" -WEB_SITE="http://sourceware.org/dm/" -WANTED="lvm2" - -DEPENDS="libdevmapper" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/sbin - cp $install/usr/sbin/dmsetup $fs/usr/sbin -} diff -r 3f2372059c9e -r 0e8dadf052b9 dosfstools/receipt --- a/dosfstools/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/dosfstools/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,29 +1,28 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="dosfstools" -VERSION="3.0.28" +VERSION="4.1" CATEGORY="system-tools" -SHORT_DESC="Tools to create and check dos filesystems." +SHORT_DESC="Tools to create and check DOS filesystems" MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" -TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://www.daniel-baumann.ch/software/dosfstools" -WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL" +WEB_SITE="https://github.com/dosfstools/dosfstools/" HOST_ARCH="i486 arm" -BUILD_DEPENDS="wget" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="${WEB_SITE}releases/download/v$VERSION/$TARBALL" + +BUILD_DEPENDS="eudev-dev" # Rules to configure and make the package. compile_rules() { - make + ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/sbin - cp -a $src/mkfs.fat $fs/sbin - cp -a $src/fsck.fat $fs/sbin - cp -a $src/fatlabel $fs/sbin + copy @std + DEPENDS="eudev" } diff -r 3f2372059c9e -r 0e8dadf052b9 efl-dev/receipt --- a/efl-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/efl-dev/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -9,7 +9,7 @@ WANTED="efl" WEB_SITE="http://www.enlightenment.org/" -DEPENDS="efl gstreamer-dev gst-plugins-base-dev check-dev +DEPENDS="efl gstreamer0-dev gst-plugins-base-dev check-dev util-linux-mount-dev util-linux-blkid-dev udev-dev openssl-dev dbus-dev jpeg-dev fribidi-dev giflib-dev tiff-dev libsndfile-dev lua-dev xorg-libXp-dev xorg-printproto xorg-scrnsaverproto xorg-libXScrnSaver-dev diff -r 3f2372059c9e -r 0e8dadf052b9 efl/receipt --- a/efl/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/efl/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -11,12 +11,12 @@ WGET_URL="http://download.enlightenment.org/rel/libs/$PACKAGE/$TARBALL" TAGS="e enlightenment efl" -DEPENDS="gstreamer gst-plugins-base +DEPENDS="gstreamer0 gst-plugins-base util-linux-mount util-linux-blkid udev openssl dbus libjpeg fribidi giflib tiff libsndfile lua xorg-libXp xorg-libXScrnSaver mesa bullet util-linux-uuid" -BUILD_DEPENDS="gstreamer-dev gst-plugins-base-dev check-dev +BUILD_DEPENDS="gstreamer0-dev gst-plugins-base-dev check-dev util-linux-mount-dev util-linux-blkid-dev udev-dev openssl-dev dbus-dev jpeg-dev fribidi-dev giflib-dev tiff-dev libsndfile-dev lua-dev xorg-libXp-dev xorg-printproto xorg-scrnsaverproto xorg-libXScrnSaver-dev diff -r 3f2372059c9e -r 0e8dadf052b9 emotion-dev/receipt --- a/emotion-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/emotion-dev/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -11,7 +11,7 @@ HOST_ARCH="i486 arm" DEPENDS="edje-dev eio-dev eeze-dev xine-lib-dev pkg-config" -OPTIONAL_DEPENDS="gstreamer-dev gst-plugins-base-dev" +OPTIONAL_DEPENDS="gstreamer0-dev gst-plugins-base-dev" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 3f2372059c9e -r 0e8dadf052b9 emotion/receipt --- a/emotion/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/emotion/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -15,7 +15,7 @@ DEPENDS="eet evas ecore edje eio eeze embryo xine-lib lua" BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev eio-dev \ eeze-dev xine-lib-dev lua-dev" -OPTIONAL_DEPENDS="gstreamer-dev gst-plugins-base-dev" +OPTIONAL_DEPENDS="gstreamer0-dev gst-plugins-base-dev" # Rules to configure and make the package. compile_rules() diff -r 3f2372059c9e -r 0e8dadf052b9 evas_generic_loaders/receipt --- a/evas_generic_loaders/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/evas_generic_loaders/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -11,8 +11,8 @@ WGET_URL="http://download.enlightenment.org/releases/$TARBALL" TAGS="e enlightenment efl python" -DEPENDS="evas gstreamer gst-plugins-base poppler librsvg libraw" -BUILD_DEPENDS="evas-dev gstreamer-dev gst-plugins-base-dev poppler-dev +DEPENDS="evas gstreamer0 gst-plugins-base poppler librsvg libraw" +BUILD_DEPENDS="evas-dev gstreamer0-dev gst-plugins-base-dev poppler-dev librsvg-dev libraw-dev autoconf automake git subversion libtool" diff -r 3f2372059c9e -r 0e8dadf052b9 f2fs-tools/receipt --- a/f2fs-tools/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/f2fs-tools/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,32 +1,37 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="f2fs-tools" -VERSION="1.4.1" +VERSION="1.8.0" CATEGORY="system-tools" -SHORT_DESC="Userland tools for the f2fs filesystem." +SHORT_DESC="Userland tools for the Flash-Friendly File System (F2FS)" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git" -WGET_URL="git|git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git" +WEB_SITE="https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/about/" -DEPENDS="util-linux-uuid" -BUILD_DEPENDS="git autoconf automake libtool util-linux-uuid-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$TARBALL" + +BUILD_DEPENDS="automake libtool util-linux-uuid-dev" +SPLIT="f2fs-tools-dev" # Rules to configure and make the package. compile_rules() { - sh ./autogen.sh - ./configure --prefix=/usr \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install + autoreconf -fi && + ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr/ - cp -a $install/usr/sbin $fs/usr/ + case $PACKAGE in + *-tools) + copy @std + DEPENDS="util-linux-uuid" + ;; + *-dev) + copy @dev + DEPENDS="f2fs-tools util-linux-uuid-dev" + ;; + esac } diff -r 3f2372059c9e -r 0e8dadf052b9 faac-dev/receipt --- a/faac-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="faac-dev" -VERSION="1.28" -CATEGORY="development" -SHORT_DESC="FAAC is an open source MPEG-4 and MPEG-2 AAC encoder devel files." -MAINTAINER="paul@slitaz.org" -LICENSE="GPL2" -WEB_SITE="http://www.audiocoding.com" -WANTED="faac" - -DEPENDS="faac" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*.*a $fs/usr/lib -} diff -r 3f2372059c9e -r 0e8dadf052b9 faac/receipt --- a/faac/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/faac/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,37 +1,36 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="faac" VERSION="1.28" CATEGORY="multimedia" -SHORT_DESC="FAAC is an open source MPEG-4 and MPEG-2 AAC encoder." +SHORT_DESC="Open source MPEG-4 and MPEG-2 AAC encoder" MAINTAINER="paul@slitaz.org" LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.audiocoding.com" +WEB_SITE="http://www.audiocoding.com/" + +TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$SF_MIRROR/faac/$TARBALL" -TAGS="mp4 mpeg encoder" -DEPENDS="gcc-lib-base" +SPLIT="faac-dev" # Rules to configure and make the package. compile_rules() { - cd $src/common/mp4v2 - patch -p0 < $stuff/gcc44.patch || return 1 - cd ../.. + # http://www.linuxfromscratch.org/blfs/view/stable/multimedia/faac.html + sed -i -e '/obj-type/d' -e '/Long Term/d' frontend/main.c && + + CFLAGS=-std=c99 CXXFLAGS=-std=c++98 \ ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ + --disable-static \ $CONFIGURE_ARGS && - make && make DESTDIR=$DESTDIR install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/bin $fs/usr/lib - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib/*.so* $fs/usr/lib + case $PACKAGE in + faac) copy @std; TAGS="mp4 mpeg encoder";; + *-dev) copy @dev;; + esac } - diff -r 3f2372059c9e -r 0e8dadf052b9 faac/stuff/gcc44.patch --- a/faac/stuff/gcc44.patch Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ ---- mpeg4ip.h.old Mon Jan 26 22:42:35 2009 -+++ mpeg4ip.h Thu Aug 6 20:07:05 2009 -@@ -121,9 +121,9 @@ - #include - - #ifdef __cplusplus --extern "C" { -+extern "C++" { - #endif --char *strcasestr(const char *haystack, const char *needle); -+const char *strcasestr(const char *haystack, const char *needle); - #ifdef __cplusplus - } - #endif diff -r 3f2372059c9e -r 0e8dadf052b9 faac/stuff/patches/faac-1.28-glibc_fixes-1.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/faac/stuff/patches/faac-1.28-glibc_fixes-1.patch Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,25 @@ +Submitted By: Guy Dalziel +Date: 2009-08-04 +Initial Package Version: 1.28 +Origin: Guy Dalziel +Upstream Status: Not submitted. +Description: Fixes a function conflict between FAAC and Glibc. + +diff -Naur faac-1.28-orig/common/mp4v2/mpeg4ip.h faac-1.28/common/mp4v2/mpeg4ip.h +--- faac-1.28-orig/common/mp4v2/mpeg4ip.h 2009-01-26 22:42:35.000000000 +0000 ++++ faac-1.28/common/mp4v2/mpeg4ip.h 2009-08-04 13:45:47.728062591 +0100 +@@ -120,14 +120,6 @@ + #endif + #include + +-#ifdef __cplusplus +-extern "C" { +-#endif +-char *strcasestr(const char *haystack, const char *needle); +-#ifdef __cplusplus +-} +-#endif +- + #define OPEN_RDWR O_RDWR + #define OPEN_CREAT O_CREAT + #define OPEN_RDONLY O_RDONLY diff -r 3f2372059c9e -r 0e8dadf052b9 faac/stuff/patches/series --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/faac/stuff/patches/series Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,1 @@ +faac-1.28-glibc_fixes-1.patch diff -r 3f2372059c9e -r 0e8dadf052b9 firmware/receipt --- a/firmware/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/firmware/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,8 +1,8 @@ # SliTaz package receipt v2. PACKAGE="firmware" -VERSION="20170530" -COMMIT="2c9407690352b29206036b4502bcefc74f01063d" +VERSION="20170622" +COMMIT="7d2c913dcd1be083350d97a8cb1eba24cfacbc8a" CATEGORY="meta" SHORT_DESC="Firmware files for Linux" MAINTAINER="devel@slitaz.org" @@ -12,14 +12,15 @@ TARBALL="linux-firmware-$COMMIT.tar.gz" WGET_URL="$WEB_SITE/snapshot/$TARBALL" -SPLIT="firmware-atheros firmware-iwlwifi-100 firmware-iwlwifi-105 \ -firmware-iwlwifi-135 firmware-iwlwifi-1000 firmware-iwlwifi-2000 \ -firmware-iwlwifi-2030 firmware-iwlwifi-3160 firmware-iwlwifi-3168 \ -firmware-iwlwifi-3945 firmware-iwlwifi-4965 firmware-iwlwifi-5000 \ -firmware-iwlwifi-5150 firmware-iwlwifi-6000 firmware-iwlwifi-6000g2a \ -firmware-iwlwifi-6000g2b firmware-iwlwifi-6050 firmware-iwlwifi-7260 \ -firmware-iwlwifi-7265 firmware-iwlwifi-8000C firmware-iwlwifi-8265 \ -firmware-nvidia firmware-radeon firmware-rtlnic firmware-rtlwifi firmware-misc" +SPLIT="firmware-atheros firmware-iwlwifi-100 firmware-iwlwifi-105 \ +firmware-iwlwifi-135 firmware-iwlwifi-1000 firmware-iwlwifi-2000 \ +firmware-iwlwifi-2030 firmware-iwlwifi-3160 firmware-iwlwifi-3168 \ +firmware-iwlwifi-3945 firmware-iwlwifi-4965 firmware-iwlwifi-5000 \ +firmware-iwlwifi-5150 firmware-iwlwifi-6000 firmware-iwlwifi-6000g2a \ +firmware-iwlwifi-6000g2b firmware-iwlwifi-6050 firmware-iwlwifi-7260 \ +firmware-iwlwifi-7265 firmware-iwlwifi-8000C firmware-iwlwifi-8265 \ +firmware-nvidia firmware-radeon firmware-rt2x00 \ +firmware-rtlnic firmware-rtlwifi firmware-misc" # Rules to configure and make the package. compile_rules() @@ -77,12 +78,8 @@ DEPENDS="linux-wireless" ;; misc) - cp -a $install/* $fs - for i in $taz/*/files.list; do - while read j; do - rm $fs$j; rmdir $fs$(basename $j) - done < $i - done 2>/dev/null + copy @std + remove_already_packed CAT="non-free|misc blobs" ;; esac diff -r 3f2372059c9e -r 0e8dadf052b9 florence/receipt --- a/florence/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/florence/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -10,9 +10,9 @@ WEB_SITE="http://sourceforge.net/projects/florence/" WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION-gtk2/$TARBALL" -DEPENDS="gtk+ GConf librsvg at-spi2 at-spi2-atk gstreamer " +DEPENDS="gtk+ GConf librsvg at-spi2 at-spi2-atk gstreamer0" BUILD_DEPENDS="gtk+-dev GConf-dev librsvg-dev at-spi2 at-spi2-atk \ - gstreamer-dev libnotify-dev gnome-doc-utils-dev gnome-doc-utils" +gstreamer0-dev libnotify-dev gnome-doc-utils-dev gnome-doc-utils" # Rules to configure and make the package. compile_rules() diff -r 3f2372059c9e -r 0e8dadf052b9 gcolor2/receipt --- a/gcolor2/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/gcolor2/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,26 +1,23 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="gcolor2" VERSION="0.4" CATEGORY="graphics" -SHORT_DESC="Light and simple color selector." +SHORT_DESC="Light and simple color selector" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" +WEB_SITE="http://gcolor2.sourceforge.net/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://gcolor2.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -GENERIC_PIXMAPS="no" -DEPENDS="gtk+" -SUGGESTED="xorg-rgb" -BUILD_DEPENDS="gtk+-dev file" +BUILD_DEPENDS="gfortran intltool perl-xml-parser gtk+-dev file" # Rules to configure and make the package. compile_rules() { - patch -p1 -i $stuff/gcolor2.patch cp $stuff/*.po* $src/po - sed -i 's|@CATALOGS@|ru.gmo|' $src/po/Makefile.in.in + sed -i 's|@CATALOGS@|ru.gmo|' po/Makefile.in.in ./configure $CONFIGURE_ARGS && make && @@ -30,7 +27,11 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + copy bin/ + GENERIC_PIXMAPS="no" + DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib gtk+ libffi \ + libharfbuzz liblzma libpng16 libxml2 pango pcre util-linux-blkid \ + util-linux-mount util-linux-uuid xorg-libX11 xorg-libXau xorg-libXdmcp \ + xorg-libXext xorg-libXrender xorg-libxcb xorg-pixman zlib" + SUGGESTED="xorg-rgb" } - diff -r 3f2372059c9e -r 0e8dadf052b9 gcolor2/stuff/gcolor2.desktop --- a/gcolor2/stuff/gcolor2.desktop Sun Jul 23 13:55:19 2017 +0200 +++ b/gcolor2/stuff/gcolor2.desktop Thu Jul 27 00:56:44 2017 +0300 @@ -2,10 +2,10 @@ Type=Application Name=Gcolor2 Color Selector Name[es]=Probador de colores Gcolor2 -Name[fr]=Sélecteur de couleurs Gcolor2 +Name[fr]=Sélecteur de couleurs Gcolor2 Name[pt]=Seletor de Cores Gcolor2 +Name[pt_BR]=Seletor de Cores Gcolor2 Name[ru]=Выбор цвета Gcolor2 -Name[pt_BR]=Seletor de Cores Gcolor2 Name[zh_CN]=GColor2颜色选择 Exec=gcolor2 Icon=gcolor2 diff -r 3f2372059c9e -r 0e8dadf052b9 gcolor2/stuff/gcolor2.patch --- a/gcolor2/stuff/gcolor2.patch Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,287 +0,0 @@ ---- a/src/main.c -+++ b/src/main.c -@@ -17,7 +17,7 @@ - - void set_user_file () - { -- user_filename = g_strdup_printf ("%s/.rgb.txt", getenv ("HOME")); -+ user_filename = g_strconcat (g_get_user_data_dir(), "/.rgb.txt", NULL); - } - - gchar* get_user_file () -@@ -27,15 +27,9 @@ - - gboolean set_system_file () - { -- /* try a couple locations to find rgb.txt */ -+ /* try location to find rgb.txt */ - if (g_file_test (SYSTEM_FILE_1, G_FILE_TEST_EXISTS)) - sys_filename = SYSTEM_FILE_1; -- else if (g_file_test (SYSTEM_FILE_2, G_FILE_TEST_EXISTS)) -- sys_filename = SYSTEM_FILE_2; -- else if (g_file_test (SYSTEM_FILE_3, G_FILE_TEST_EXISTS)) -- sys_filename = SYSTEM_FILE_3; -- else if (g_file_test (SYSTEM_FILE_4, G_FILE_TEST_EXISTS)) -- sys_filename = SYSTEM_FILE_4; - else - return FALSE; - return TRUE; -@@ -151,7 +145,6 @@ - gtk_set_locale (); - gtk_init (&argc, &argv); - -- add_pixmap_directory (PACKAGE_DATA_DIR "/pixmaps/" PACKAGE); - - gcolor2 = create_gcolor2 (); - gtk_widget_show (gcolor2); -@@ -164,7 +157,7 @@ - gtk_tree_view_set_model (GTK_TREE_VIEW (treeview), GTK_TREE_MODEL (liststore)); - - column = gtk_tree_view_column_new (); -- gtk_tree_view_column_set_title (column, "Color"); -+ gtk_tree_view_column_set_title (column, _("Color")); - - renderer = gtk_cell_renderer_pixbuf_new (); - gtk_tree_view_column_pack_start (column, renderer, FALSE); -@@ -179,7 +172,7 @@ - - - renderer = gtk_cell_renderer_text_new (); -- column = gtk_tree_view_column_new_with_attributes ("Name", renderer, -+ column = gtk_tree_view_column_new_with_attributes (_("Name"), renderer, - "text", COLOR_NAME, NULL); - gtk_tree_view_column_set_sort_column_id (column, COLOR_NAME); - gtk_tree_view_append_column (GTK_TREE_VIEW (treeview), column); - ---- a/src/callbacks.h -+++ b/src/callbacks.h -@@ -8,10 +8,7 @@ - #define FILE_WRITE "write" - - /* possible locations of the rgb file */ --#define SYSTEM_FILE_1 "/usr/X11R6/lib/X11/rgb.txt" --#define SYSTEM_FILE_2 "/usr/lib/X11/rgb.txt" --#define SYSTEM_FILE_3 "/etc/X11/rgb.txt" --#define SYSTEM_FILE_4 "/usr/openwin/lib/X11/rgb.txt" -+#define SYSTEM_FILE_1 "/usr/share/X11/rgb.txt" - - /* about dialog text */ - #define ABOUT_CREDITS_TEXT "Developer:\n" \ - ---- a/src/interface.c -+++ b/src/interface.c -@@ -48,8 +48,6 @@ - GtkWidget *about_button; - GtkWidget *alignment1; - GtkWidget *hbox2; -- GtkWidget *image3; -- GtkWidget *label5; - GtkWidget *quit_button; - GtkTooltips *tooltips; - -@@ -59,12 +57,7 @@ - gtk_container_set_border_width (GTK_CONTAINER (gcolor2), 1); - gtk_window_set_title (GTK_WINDOW (gcolor2), _("gcolor2")); - gtk_window_set_resizable (GTK_WINDOW (gcolor2), FALSE); -- gcolor2_icon_pixbuf = create_pixbuf ("icon.png"); -- if (gcolor2_icon_pixbuf) -- { -- gtk_window_set_icon (GTK_WINDOW (gcolor2), gcolor2_icon_pixbuf); -- gdk_pixbuf_unref (gcolor2_icon_pixbuf); -- } -+ gtk_window_set_icon_name (GTK_WINDOW (gcolor2), "gcolor2"); - - vbox1 = gtk_vbox_new (FALSE, 3); - gtk_widget_show (vbox1); -@@ -75,6 +68,7 @@ - gtk_widget_show (colorselection); - gtk_box_pack_start (GTK_BOX (vbox1), colorselection, FALSE, TRUE, 0); - gtk_color_selection_set_has_opacity_control (GTK_COLOR_SELECTION (colorselection), TRUE); -+ gtk_color_selection_set_has_palette (GTK_COLOR_SELECTION (colorselection), TRUE); - - expander = gtk_expander_new (NULL); - gtk_widget_show (expander); -@@ -136,12 +130,6 @@ - gtk_widget_show (hbuttonbox3); - gtk_box_pack_start (GTK_BOX (vbox1), hbuttonbox3, FALSE, TRUE, 0); - -- about_button = gtk_button_new (); -- gtk_widget_show (about_button); -- gtk_container_add (GTK_CONTAINER (hbuttonbox3), about_button); -- GTK_WIDGET_SET_FLAGS (about_button, GTK_CAN_DEFAULT); -- gtk_tooltips_set_tip (tooltips, about_button, _("About gcolor2"), NULL); -- - alignment1 = gtk_alignment_new (0.5, 0.5, 0, 0); - gtk_widget_show (alignment1); - gtk_container_add (GTK_CONTAINER (about_button), alignment1); -@@ -150,14 +138,11 @@ - gtk_widget_show (hbox2); - gtk_container_add (GTK_CONTAINER (alignment1), hbox2); - -- image3 = create_pixmap (gcolor2, "about_icon.png"); -- gtk_widget_show (image3); -- gtk_box_pack_start (GTK_BOX (hbox2), image3, FALSE, FALSE, 0); -+ about_button = gtk_button_new_from_stock ("gtk-about"); -+ gtk_widget_show (about_button); -+ gtk_tooltips_set_tip (tooltips, about_button, _("About gcolor2"), NULL); -+ gtk_container_add (GTK_CONTAINER (hbuttonbox3), about_button); - -- label5 = gtk_label_new_with_mnemonic (_("_About")); -- gtk_widget_show (label5); -- gtk_box_pack_start (GTK_BOX (hbox2), label5, FALSE, FALSE, 0); -- - quit_button = gtk_button_new_from_stock ("gtk-quit"); - gtk_widget_show (quit_button); - gtk_container_add (GTK_CONTAINER (hbuttonbox3), quit_button); -@@ -208,8 +193,6 @@ - GLADE_HOOKUP_OBJECT (gcolor2, about_button, "about_button"); - GLADE_HOOKUP_OBJECT (gcolor2, alignment1, "alignment1"); - GLADE_HOOKUP_OBJECT (gcolor2, hbox2, "hbox2"); -- GLADE_HOOKUP_OBJECT (gcolor2, image3, "image3"); -- GLADE_HOOKUP_OBJECT (gcolor2, label5, "label5"); - GLADE_HOOKUP_OBJECT (gcolor2, quit_button, "quit_button"); - GLADE_HOOKUP_OBJECT_NO_REF (gcolor2, tooltips, "tooltips"); - -@@ -238,12 +221,7 @@ - gtk_window_set_modal (GTK_WINDOW (save_dialog), TRUE); - gtk_window_set_resizable (GTK_WINDOW (save_dialog), FALSE); - gtk_window_set_destroy_with_parent (GTK_WINDOW (save_dialog), TRUE); -- save_dialog_icon_pixbuf = create_pixbuf ("icon.png"); -- if (save_dialog_icon_pixbuf) -- { -- gtk_window_set_icon (GTK_WINDOW (save_dialog), save_dialog_icon_pixbuf); -- gdk_pixbuf_unref (save_dialog_icon_pixbuf); -- } -+ gtk_window_set_icon_name (GTK_WINDOW (save_dialog), "gcolor2"); - gtk_window_set_type_hint (GTK_WINDOW (save_dialog), GDK_WINDOW_TYPE_HINT_DIALOG); - - dialog_vbox1 = GTK_DIALOG (save_dialog)->vbox; -@@ -366,17 +344,13 @@ - gtk_window_set_title (GTK_WINDOW (about_dialog), _("About gcolor2")); - gtk_window_set_resizable (GTK_WINDOW (about_dialog), FALSE); - gtk_window_set_destroy_with_parent (GTK_WINDOW (about_dialog), TRUE); -- about_dialog_icon_pixbuf = create_pixbuf ("icon.png"); -- if (about_dialog_icon_pixbuf) -- { -- gtk_window_set_icon (GTK_WINDOW (about_dialog), about_dialog_icon_pixbuf); -- gdk_pixbuf_unref (about_dialog_icon_pixbuf); -- } -+ gtk_window_set_icon_name (GTK_WINDOW (about_dialog), "gcolor2"); - - dialog_vbox3 = GTK_DIALOG (about_dialog)->vbox; - gtk_widget_show (dialog_vbox3); - -- about_image = create_pixmap (about_dialog, "icon.png"); -+ //about_image = create_pixmap (about_dialog, "icon.png"); -+ about_image = gtk_image_new_from_icon_name ("gcolor2", GTK_ICON_SIZE_DIALOG); - gtk_widget_show (about_image); - gtk_box_pack_start (GTK_BOX (dialog_vbox3), about_image, FALSE, FALSE, 0); - -@@ -483,12 +457,7 @@ - gtk_window_set_modal (GTK_WINDOW (delete_dialog), TRUE); - gtk_window_set_resizable (GTK_WINDOW (delete_dialog), FALSE); - gtk_window_set_destroy_with_parent (GTK_WINDOW (delete_dialog), TRUE); -- delete_dialog_icon_pixbuf = create_pixbuf ("icon.png"); -- if (delete_dialog_icon_pixbuf) -- { -- gtk_window_set_icon (GTK_WINDOW (delete_dialog), delete_dialog_icon_pixbuf); -- gdk_pixbuf_unref (delete_dialog_icon_pixbuf); -- } -+ gtk_window_set_icon_name (GTK_WINDOW (delete_dialog), "gcolor2"); - gtk_window_set_type_hint (GTK_WINDOW (delete_dialog), GDK_WINDOW_TYPE_HINT_DIALOG); - - vbox3 = GTK_DIALOG (delete_dialog)->vbox; - ---- a/src/support.c -+++ b/src/support.c -@@ -42,90 +42,6 @@ - return found_widget; - } - --static GList *pixmaps_directories = NULL; -- --/* Use this function to set the directory containing installed pixmaps. */ --void --add_pixmap_directory (const gchar *directory) --{ -- pixmaps_directories = g_list_prepend (pixmaps_directories, -- g_strdup (directory)); --} -- --/* This is an internally used function to find pixmap files. */ --static gchar* --find_pixmap_file (const gchar *filename) --{ -- GList *elem; -- -- /* We step through each of the pixmaps directory to find it. */ -- elem = pixmaps_directories; -- while (elem) -- { -- gchar *pathname = g_strdup_printf ("%s%s%s", (gchar*)elem->data, -- G_DIR_SEPARATOR_S, filename); -- if (g_file_test (pathname, G_FILE_TEST_EXISTS)) -- return pathname; -- g_free (pathname); -- elem = elem->next; -- } -- return NULL; --} -- --/* This is an internally used function to create pixmaps. */ --GtkWidget* --create_pixmap (GtkWidget *widget, -- const gchar *filename) --{ -- gchar *pathname = NULL; -- GtkWidget *pixmap; -- -- if (!filename || !filename[0]) -- return gtk_image_new (); -- -- pathname = find_pixmap_file (filename); -- -- if (!pathname) -- { -- g_warning (_("Couldn't find pixmap file: %s"), filename); -- return gtk_image_new (); -- } -- -- pixmap = gtk_image_new_from_file (pathname); -- g_free (pathname); -- return pixmap; --} -- --/* This is an internally used function to create pixmaps. */ --GdkPixbuf* --create_pixbuf (const gchar *filename) --{ -- gchar *pathname = NULL; -- GdkPixbuf *pixbuf; -- GError *error = NULL; -- -- if (!filename || !filename[0]) -- return NULL; -- -- pathname = find_pixmap_file (filename); -- -- if (!pathname) -- { -- g_warning (_("Couldn't find pixmap file: %s"), filename); -- return NULL; -- } -- -- pixbuf = gdk_pixbuf_new_from_file (pathname, &error); -- if (!pixbuf) -- { -- fprintf (stderr, "Failed to load pixbuf file: %s: %s\n", -- pathname, error->message); -- g_error_free (error); -- } -- g_free (pathname); -- return pixbuf; --} -- - /* This is used to set ATK action descriptions. */ - void - glade_set_atk_action_description (AtkAction *action, diff -r 3f2372059c9e -r 0e8dadf052b9 gcolor2/stuff/patches/gcolor2.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gcolor2/stuff/patches/gcolor2.patch Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,287 @@ +--- a/src/main.c ++++ b/src/main.c +@@ -17,7 +17,7 @@ + + void set_user_file () + { +- user_filename = g_strdup_printf ("%s/.rgb.txt", getenv ("HOME")); ++ user_filename = g_strconcat (g_get_user_data_dir(), "/.rgb.txt", NULL); + } + + gchar* get_user_file () +@@ -27,15 +27,9 @@ + + gboolean set_system_file () + { +- /* try a couple locations to find rgb.txt */ ++ /* try location to find rgb.txt */ + if (g_file_test (SYSTEM_FILE_1, G_FILE_TEST_EXISTS)) + sys_filename = SYSTEM_FILE_1; +- else if (g_file_test (SYSTEM_FILE_2, G_FILE_TEST_EXISTS)) +- sys_filename = SYSTEM_FILE_2; +- else if (g_file_test (SYSTEM_FILE_3, G_FILE_TEST_EXISTS)) +- sys_filename = SYSTEM_FILE_3; +- else if (g_file_test (SYSTEM_FILE_4, G_FILE_TEST_EXISTS)) +- sys_filename = SYSTEM_FILE_4; + else + return FALSE; + return TRUE; +@@ -151,7 +145,6 @@ + gtk_set_locale (); + gtk_init (&argc, &argv); + +- add_pixmap_directory (PACKAGE_DATA_DIR "/pixmaps/" PACKAGE); + + gcolor2 = create_gcolor2 (); + gtk_widget_show (gcolor2); +@@ -164,7 +157,7 @@ + gtk_tree_view_set_model (GTK_TREE_VIEW (treeview), GTK_TREE_MODEL (liststore)); + + column = gtk_tree_view_column_new (); +- gtk_tree_view_column_set_title (column, "Color"); ++ gtk_tree_view_column_set_title (column, _("Color")); + + renderer = gtk_cell_renderer_pixbuf_new (); + gtk_tree_view_column_pack_start (column, renderer, FALSE); +@@ -179,7 +172,7 @@ + + + renderer = gtk_cell_renderer_text_new (); +- column = gtk_tree_view_column_new_with_attributes ("Name", renderer, ++ column = gtk_tree_view_column_new_with_attributes (_("Name"), renderer, + "text", COLOR_NAME, NULL); + gtk_tree_view_column_set_sort_column_id (column, COLOR_NAME); + gtk_tree_view_append_column (GTK_TREE_VIEW (treeview), column); + +--- a/src/callbacks.h ++++ b/src/callbacks.h +@@ -8,10 +8,7 @@ + #define FILE_WRITE "write" + + /* possible locations of the rgb file */ +-#define SYSTEM_FILE_1 "/usr/X11R6/lib/X11/rgb.txt" +-#define SYSTEM_FILE_2 "/usr/lib/X11/rgb.txt" +-#define SYSTEM_FILE_3 "/etc/X11/rgb.txt" +-#define SYSTEM_FILE_4 "/usr/openwin/lib/X11/rgb.txt" ++#define SYSTEM_FILE_1 "/usr/share/X11/rgb.txt" + + /* about dialog text */ + #define ABOUT_CREDITS_TEXT "Developer:\n" \ + +--- a/src/interface.c ++++ b/src/interface.c +@@ -48,8 +48,6 @@ + GtkWidget *about_button; + GtkWidget *alignment1; + GtkWidget *hbox2; +- GtkWidget *image3; +- GtkWidget *label5; + GtkWidget *quit_button; + GtkTooltips *tooltips; + +@@ -59,12 +57,7 @@ + gtk_container_set_border_width (GTK_CONTAINER (gcolor2), 1); + gtk_window_set_title (GTK_WINDOW (gcolor2), _("gcolor2")); + gtk_window_set_resizable (GTK_WINDOW (gcolor2), FALSE); +- gcolor2_icon_pixbuf = create_pixbuf ("icon.png"); +- if (gcolor2_icon_pixbuf) +- { +- gtk_window_set_icon (GTK_WINDOW (gcolor2), gcolor2_icon_pixbuf); +- gdk_pixbuf_unref (gcolor2_icon_pixbuf); +- } ++ gtk_window_set_icon_name (GTK_WINDOW (gcolor2), "gcolor2"); + + vbox1 = gtk_vbox_new (FALSE, 3); + gtk_widget_show (vbox1); +@@ -75,6 +68,7 @@ + gtk_widget_show (colorselection); + gtk_box_pack_start (GTK_BOX (vbox1), colorselection, FALSE, TRUE, 0); + gtk_color_selection_set_has_opacity_control (GTK_COLOR_SELECTION (colorselection), TRUE); ++ gtk_color_selection_set_has_palette (GTK_COLOR_SELECTION (colorselection), TRUE); + + expander = gtk_expander_new (NULL); + gtk_widget_show (expander); +@@ -136,12 +130,6 @@ + gtk_widget_show (hbuttonbox3); + gtk_box_pack_start (GTK_BOX (vbox1), hbuttonbox3, FALSE, TRUE, 0); + +- about_button = gtk_button_new (); +- gtk_widget_show (about_button); +- gtk_container_add (GTK_CONTAINER (hbuttonbox3), about_button); +- GTK_WIDGET_SET_FLAGS (about_button, GTK_CAN_DEFAULT); +- gtk_tooltips_set_tip (tooltips, about_button, _("About gcolor2"), NULL); +- + alignment1 = gtk_alignment_new (0.5, 0.5, 0, 0); + gtk_widget_show (alignment1); + gtk_container_add (GTK_CONTAINER (about_button), alignment1); +@@ -150,14 +138,11 @@ + gtk_widget_show (hbox2); + gtk_container_add (GTK_CONTAINER (alignment1), hbox2); + +- image3 = create_pixmap (gcolor2, "about_icon.png"); +- gtk_widget_show (image3); +- gtk_box_pack_start (GTK_BOX (hbox2), image3, FALSE, FALSE, 0); ++ about_button = gtk_button_new_from_stock ("gtk-about"); ++ gtk_widget_show (about_button); ++ gtk_tooltips_set_tip (tooltips, about_button, _("About gcolor2"), NULL); ++ gtk_container_add (GTK_CONTAINER (hbuttonbox3), about_button); + +- label5 = gtk_label_new_with_mnemonic (_("_About")); +- gtk_widget_show (label5); +- gtk_box_pack_start (GTK_BOX (hbox2), label5, FALSE, FALSE, 0); +- + quit_button = gtk_button_new_from_stock ("gtk-quit"); + gtk_widget_show (quit_button); + gtk_container_add (GTK_CONTAINER (hbuttonbox3), quit_button); +@@ -208,8 +193,6 @@ + GLADE_HOOKUP_OBJECT (gcolor2, about_button, "about_button"); + GLADE_HOOKUP_OBJECT (gcolor2, alignment1, "alignment1"); + GLADE_HOOKUP_OBJECT (gcolor2, hbox2, "hbox2"); +- GLADE_HOOKUP_OBJECT (gcolor2, image3, "image3"); +- GLADE_HOOKUP_OBJECT (gcolor2, label5, "label5"); + GLADE_HOOKUP_OBJECT (gcolor2, quit_button, "quit_button"); + GLADE_HOOKUP_OBJECT_NO_REF (gcolor2, tooltips, "tooltips"); + +@@ -238,12 +221,7 @@ + gtk_window_set_modal (GTK_WINDOW (save_dialog), TRUE); + gtk_window_set_resizable (GTK_WINDOW (save_dialog), FALSE); + gtk_window_set_destroy_with_parent (GTK_WINDOW (save_dialog), TRUE); +- save_dialog_icon_pixbuf = create_pixbuf ("icon.png"); +- if (save_dialog_icon_pixbuf) +- { +- gtk_window_set_icon (GTK_WINDOW (save_dialog), save_dialog_icon_pixbuf); +- gdk_pixbuf_unref (save_dialog_icon_pixbuf); +- } ++ gtk_window_set_icon_name (GTK_WINDOW (save_dialog), "gcolor2"); + gtk_window_set_type_hint (GTK_WINDOW (save_dialog), GDK_WINDOW_TYPE_HINT_DIALOG); + + dialog_vbox1 = GTK_DIALOG (save_dialog)->vbox; +@@ -366,17 +344,13 @@ + gtk_window_set_title (GTK_WINDOW (about_dialog), _("About gcolor2")); + gtk_window_set_resizable (GTK_WINDOW (about_dialog), FALSE); + gtk_window_set_destroy_with_parent (GTK_WINDOW (about_dialog), TRUE); +- about_dialog_icon_pixbuf = create_pixbuf ("icon.png"); +- if (about_dialog_icon_pixbuf) +- { +- gtk_window_set_icon (GTK_WINDOW (about_dialog), about_dialog_icon_pixbuf); +- gdk_pixbuf_unref (about_dialog_icon_pixbuf); +- } ++ gtk_window_set_icon_name (GTK_WINDOW (about_dialog), "gcolor2"); + + dialog_vbox3 = GTK_DIALOG (about_dialog)->vbox; + gtk_widget_show (dialog_vbox3); + +- about_image = create_pixmap (about_dialog, "icon.png"); ++ //about_image = create_pixmap (about_dialog, "icon.png"); ++ about_image = gtk_image_new_from_icon_name ("gcolor2", GTK_ICON_SIZE_DIALOG); + gtk_widget_show (about_image); + gtk_box_pack_start (GTK_BOX (dialog_vbox3), about_image, FALSE, FALSE, 0); + +@@ -483,12 +457,7 @@ + gtk_window_set_modal (GTK_WINDOW (delete_dialog), TRUE); + gtk_window_set_resizable (GTK_WINDOW (delete_dialog), FALSE); + gtk_window_set_destroy_with_parent (GTK_WINDOW (delete_dialog), TRUE); +- delete_dialog_icon_pixbuf = create_pixbuf ("icon.png"); +- if (delete_dialog_icon_pixbuf) +- { +- gtk_window_set_icon (GTK_WINDOW (delete_dialog), delete_dialog_icon_pixbuf); +- gdk_pixbuf_unref (delete_dialog_icon_pixbuf); +- } ++ gtk_window_set_icon_name (GTK_WINDOW (delete_dialog), "gcolor2"); + gtk_window_set_type_hint (GTK_WINDOW (delete_dialog), GDK_WINDOW_TYPE_HINT_DIALOG); + + vbox3 = GTK_DIALOG (delete_dialog)->vbox; + +--- a/src/support.c ++++ b/src/support.c +@@ -42,90 +42,6 @@ + return found_widget; + } + +-static GList *pixmaps_directories = NULL; +- +-/* Use this function to set the directory containing installed pixmaps. */ +-void +-add_pixmap_directory (const gchar *directory) +-{ +- pixmaps_directories = g_list_prepend (pixmaps_directories, +- g_strdup (directory)); +-} +- +-/* This is an internally used function to find pixmap files. */ +-static gchar* +-find_pixmap_file (const gchar *filename) +-{ +- GList *elem; +- +- /* We step through each of the pixmaps directory to find it. */ +- elem = pixmaps_directories; +- while (elem) +- { +- gchar *pathname = g_strdup_printf ("%s%s%s", (gchar*)elem->data, +- G_DIR_SEPARATOR_S, filename); +- if (g_file_test (pathname, G_FILE_TEST_EXISTS)) +- return pathname; +- g_free (pathname); +- elem = elem->next; +- } +- return NULL; +-} +- +-/* This is an internally used function to create pixmaps. */ +-GtkWidget* +-create_pixmap (GtkWidget *widget, +- const gchar *filename) +-{ +- gchar *pathname = NULL; +- GtkWidget *pixmap; +- +- if (!filename || !filename[0]) +- return gtk_image_new (); +- +- pathname = find_pixmap_file (filename); +- +- if (!pathname) +- { +- g_warning (_("Couldn't find pixmap file: %s"), filename); +- return gtk_image_new (); +- } +- +- pixmap = gtk_image_new_from_file (pathname); +- g_free (pathname); +- return pixmap; +-} +- +-/* This is an internally used function to create pixmaps. */ +-GdkPixbuf* +-create_pixbuf (const gchar *filename) +-{ +- gchar *pathname = NULL; +- GdkPixbuf *pixbuf; +- GError *error = NULL; +- +- if (!filename || !filename[0]) +- return NULL; +- +- pathname = find_pixmap_file (filename); +- +- if (!pathname) +- { +- g_warning (_("Couldn't find pixmap file: %s"), filename); +- return NULL; +- } +- +- pixbuf = gdk_pixbuf_new_from_file (pathname, &error); +- if (!pixbuf) +- { +- fprintf (stderr, "Failed to load pixbuf file: %s: %s\n", +- pathname, error->message); +- g_error_free (error); +- } +- g_free (pathname); +- return pixbuf; +-} +- + /* This is used to set ATK action descriptions. */ + void + glade_set_atk_action_description (AtkAction *action, diff -r 3f2372059c9e -r 0e8dadf052b9 gcolor2/stuff/patches/series --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gcolor2/stuff/patches/series Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,1 @@ +gcolor2.patch diff -r 3f2372059c9e -r 0e8dadf052b9 gcolor2/stuff/ru.po --- a/gcolor2/stuff/ru.po Sun Jul 23 13:55:19 2017 +0200 +++ b/gcolor2/stuff/ru.po Thu Jul 27 00:56:44 2017 +0300 @@ -19,7 +19,7 @@ #: src/interface.c:60 #: gcolor2.glade:260 msgid "gcolor2" -msgstr "" +msgstr "gcolor2" #: src/interface.c:106 #: gcolor2.glade:323 @@ -85,7 +85,7 @@ #: src/interface.c:425 #: gcolor2.glade:160 msgid "Copyright © 2004-2005 Justin Spadea" -msgstr "" +msgstr "Copyright © 2004-2005 Justin Spadea" #: src/interface.c:481 #: gcolor2.glade:178 diff -r 3f2372059c9e -r 0e8dadf052b9 gparted/receipt --- a/gparted/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/gparted/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,33 +1,33 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="gparted" -VERSION="0.27.0" +VERSION="0.28.1" CATEGORY="system-tools" SHORT_DESC="A partition editor to graphically manage disk partitions" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" -SUGGESTED="e2fsprogs dosfstools mtools ntfs-3g ntfsprogs jfsutils xfsprogs \ -reiserfsprogs reiser4progs" -TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://gparted.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" CROSS="error: cannot run test program while cross compiling" -DEPENDS="gtk+ libsigc++ glibmm gtkmm pangomm parted util-linux-uuid \ -xorg-libXdamage libgiomm cairomm" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + BUILD_DEPENDS="gtk+-dev libsigc++-dev glibmm-dev gtkmm-dev parted-dev \ cairomm-dev pangomm-dev libgiomm-dev intltool util-linux-uuid-dev" # Rules to configure and make the package. compile_rules() { - find . -name '*.h' -o -name '*.c*' | xargs sed -i 's|glibmm/i18n|glib/gi18n|' - # Remove the "-v" option from the swapon/off commands. This will allow - # gparted to play nicely with busybox. - sed -i 's/swapoff -v/swapoff/' src/Win_GParted.cc - sed -i 's/swapon -v/swapon/' src/Win_GParted.cc + # http://www.linuxfromscratch.org/blfs/view/stable/xsoft/gparted.html + + # Remove the "-v" option from the swapon/off commands. + # This will allow gparted to play nicely with busybox. + sed -i 's/swapoff -v/swapoff/; s/swapon -v/swapon/' src/Win_GParted.cc # Process test busybox compatible sed -i 's/ps -e | grep/pgrep/' gparted.in + # Remove keywords from desktop file and apply SliTaz graphical SU method + sed -i '/^_Keywords=/d; s|@gksuprog@|tazbox su|' gparted.desktop.in.in + ./configure \ --prefix=/usr \ --disable-scrollkeeper \ @@ -35,13 +35,15 @@ --build=$HOST_SYSTEM \ --host=$HOST_SYSTEM && make && make install - - cp -f $stuff/*.desktop $install/usr/share/applications/ } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { copy gparted gpartedbin - cook_copy_icons + DEPENDS="atk atkmm cairo cairomm fontconfig freetype gdk-pixbuf glib \ + glibmm gtk+ gtkmm libgiomm libsigc++ pango pangomm parted util-linux-uuid" + SUGGESTED="e2fsprogs dosfstools mtools ntfs-3g ntfsprogs jfsutils xfsprogs \ + reiserfsprogs reiser4progs btrfs-progs f2fs-tools hfsutils hfsprogs \ + util-linux-mkfs util-linux-misc lvm2 cryptsetup dmsetup nilfs-utils xfsdump" } diff -r 3f2372059c9e -r 0e8dadf052b9 gparted/stuff/gparted.desktop --- a/gparted/stuff/gparted.desktop Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,114 +0,0 @@ -[Desktop Entry] -Type=Application -Name=GParted Partition Editor -Name[ar]=محرّر الأقسام مُقسِّم‌ج -Name[bg]=Редактор на дялове на дискове за GNOME -Name[bs]=GParted uređivač particija -Name[ca@valencia]=Editor de particions GParted -Name[ca]=Editor de particions GParted -Name[cs]=Editor oddílů GParted -Name[da]=GParted - partitioneringsprogram -Name[de]=GParted Partitionierungswerkzeug -Name[el]=Επεξεργαστής κατατμήσεων GParted -Name[es]=Editor de particiones GParted -Name[et]=GParted partitsioonihaldur -Name[eu]=GParted partizio-editorea -Name[fa]=ویرایشگر پارتیشن GParted -Name[fi]=GParted - levyosioiden muokkain -Name[fr]=Éditeur de partitions GParted -Name[gd]=Deasaiche pàirteachaidh GParted -Name[gl]=Editor de particións GParted -Name[gu]=GParted પાર્ટીશન સંપાદક -Name[he]=עורך המחיצות GParted -Name[hr]=GParted uređivač particija -Name[hu]=GParted partíciószerkesztő -Name[id]=GParted Penyunting Partisi -Name[is]=GParted disksneiðastjórinn -Name[it]=Editor di partizioni GParted -Name[ja]=GParted パーティション編集ツール -Name[kk]=GParted бөлімдерді басқарушысы -Name[ko]=GParted 파티션 편집기 -Name[lt]=Skaidinių redaktorius „GParted“ -Name[lv]=GParted nodalījumu redaktors -Name[ml]=ജീപാര്‍ട്ടട് പാര്‍ട്ടീഷന്‍ സംശോധകന്‍ -Name[nb]=GParted partisjonsredigering -Name[nl]=GParted partitiebewerker -Name[nn]=GParted partisjonshandsaming -Name[oc]=Editor de particions de GNOME -Name[pa]=ਜੀਪਾਰਟਡ ਪਾਰਟੀਸ਼ਨ ਐਡੀਟਰ -Name[pl]=Edytor partycji GParted -Name[pt]=Editor de partições GParted -Name[pt_BR]=Editor de partições GParted -Name[ro]=GParted - Editor de partiții -Name[ru]=Редактор разделов GParted -Name[sk]=GParted - editor diskových oddielov -Name[sl]=GParted urejevalnik razdelkov -Name[sr@latin]=Uređivač particija Gparted -Name[sr]=Уређивач партиција Гпартед -Name[sv]=GParted partitionsredigerare -Name[te]=జిపార్టెడ్ విభజన కూర్పకము -Name[th]=เครื่องมือแก้ไขพาร์ทิชัน GParted -Name[tr]=GParted Disk Bölümü Düzenleyicisi -Name[uk]=Редактор розділів GParted -Name[zh_CN]=GParted 分区编辑器 -Name[zh_HK]=GParted 分割區編輯器 -Name[zh_TW]=GParted 分割區編輯器 -Comment=Create, reorganize, and delete partitions -Comment[ar]=أنشئ الأقسام ونظّمها واحذفها -Comment[bg]=Създаване, подреждане и изтриване на дялове -Comment[br]=Krouiñ, adaozañ ha dilemel ar parzhadoù -Comment[bs]=Kreiranje, reorganiziranje i brisanje particija -Comment[ca@valencia]=Creeu, reorganitzeu i suprimiu particions -Comment[ca]=Creeu, reorganitzeu i suprimiu particions -Comment[cs]=Vytvářejte, přeuspořádávejte a odstraňujte diskové oddíly -Comment[da]=Opret, omorganisér og slet partitioner -Comment[de]=Partitionen erzeugen, reorganisieren und löschen -Comment[el]=Δημιουργία, επεξεργασία και διαγραφή κατατμήσεων -Comment[en_CA]=Create, reorganise, and delete partitions -Comment[en_GB]=Create, reorganise, and delete partitions -Comment[es]=Cree, reorganice y elimine particiones -Comment[et]=Partitsioonide loomine, muutmine ja kustutamine -Comment[eu]=Sortu, berrantolatu eta ezabatu partizioak -Comment[fa]=ساخت، بازسازی و حذف پارتیشن‌ها -Comment[fi]=Luo, järjestele ja poista osioita -Comment[fr]=Crée, réorganise et supprime des partitions -Comment[gd]=Cruthaich no sguab pàirteachaidhean às no cuir rian ùr orra -Comment[gl]=Crear, reorganizar e eliminar particións -Comment[he]=יצירה, ארגון מחדש ומחיקה של מחיצות -Comment[hr]=Stvori, preuredi, i obriši particije -Comment[hu]=Partíciók létrehozása, újraszervezése és törlése -Comment[id]=Membuat, mengorganisasi ulang, serta menghapus partisi -Comment[is]=Búa til, raða og eyða disksneiðum -Comment[it]=Crea, riorganizza ed elimina partizioni -Comment[ja]=パーティションを作成/再構成/削除する -Comment[kk]=Бөлімдерді жасау, басқару және өшіру -Comment[ko]=파티션을 만들고, 재배치하고, 삭제합니다 -Comment[lt]=Kurkite, pertvarkykite ir trinkite skaidinius -Comment[lv]=Veido, pārkārto un dzēš disku nodalījumus -Comment[ml]=പാര്‍ട്ടിഷനുകള്‍ നിര്‍മ്മിക്കുകയും, അടുക്കിവയ്ക്കുകയും, കളയുകയും ചെയ്യുക -Comment[nb]=Lag, omorganiser og slett partisjoner -Comment[nl]=Partities aanmaken, ordenen en verwijderen -Comment[nn]=Lag, omorganiser og slett partisjonar -Comment[oc]=Crèa, reorganiza e suprimís de particions -Comment[pa]=ਪਾਰਟੀਸ਼ਨ ਬਣਾਓ, ਪਰਬੰਧ ਕਰੋ ਅਤੇ ਹਟਾਓ -Comment[pl]=Tworzenie, reorganizacja i usuwanie partycji -Comment[pt]=Criar, reorganizar e eliminar partições -Comment[pt_BR]=Crie, reorganize e exclua partições -Comment[ro]=Creează, reorganizează și șterge partiții -Comment[ru]=Создать, перераспределить или удалить разделы -Comment[sk]=Vytvára, reorganizuje a odstraňuje diskové oddiely -Comment[sl]=Ustvarjanje, urejanje in brisanje razdelkov -Comment[sr@latin]=Stvarajte, reorganizujte i brišite particije -Comment[sr]=Стварајте, реорганизујте и бришите партиције -Comment[sv]=Skapa, organisera om och ta bort partitioner -Comment[te]=విభజనలను సృష్టించు, పునర్వ్యవస్థీకరించు, మరియు తొలగించు -Comment[th]=สร้าง ปรับโครงสร้าง และลบพาร์ทิชัน -Comment[tr]=Bölümler oluştur, yeniden düzenle ve sil -Comment[uk]=Створення, переміщення або вилучення розділів -Comment[zh_CN]=创建、重新组织或删除分区 -Comment[zh_HK]=建立、編輯或刪除分割區 -Comment[zh_TW]=建立、編輯或刪除分割區 -StartupNotify=true -Exec=tazbox su gparted %f -Icon=gparted -Categories=GTK;System;Filesystem; diff -r 3f2372059c9e -r 0e8dadf052b9 gparted/stuff/patches/series --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gparted/stuff/patches/series Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,1 @@ +slitaz-pkgs.patch diff -r 3f2372059c9e -r 0e8dadf052b9 gparted/stuff/patches/slitaz-pkgs.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gparted/stuff/patches/slitaz-pkgs.patch Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,29 @@ +Provide SliTaz packages names in the Filesystem support table. + +--- a/src/Utils.cc ++++ b/src/Utils.cc +@@ -347,7 +347,7 @@ + { + switch( filesystem ) + { +- case FS_BTRFS : return "btrfs-progs / btrfs-tools" ; ++ case FS_BTRFS : return "btrfs-progs" ; + case FS_EXT2 : return "e2fsprogs" ; + case FS_EXT3 : return "e2fsprogs" ; + case FS_EXT4 : return "e2fsprogs v1.41+" ; +@@ -357,13 +357,13 @@ + case FS_HFS : return "hfsutils" ; + case FS_HFSPLUS : return "hfsprogs" ; + case FS_JFS : return "jfsutils" ; +- case FS_LINUX_SWAP : return "util-linux" ; ++ case FS_LINUX_SWAP : return "util-linux-mkfs, util-linux-misc" ; + case FS_LVM2_PV : return "lvm2" ; + case FS_LUKS : return "cryptsetup, dmsetup"; + case FS_NILFS2 : return "nilfs-utils" ; + case FS_NTFS : return "ntfs-3g / ntfsprogs" ; + case FS_REISER4 : return "reiser4progs" ; +- case FS_REISERFS : return "reiserfsprogs / reiserfs-utils" ; ++ case FS_REISERFS : return "reiserfsprogs" ; + case FS_UFS : return "" ; + case FS_XFS : return "xfsprogs, xfsdump" ; + diff -r 3f2372059c9e -r 0e8dadf052b9 gst-ffmpeg-small/receipt --- a/gst-ffmpeg-small/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,55 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gst-ffmpeg-small" -SOURCE="gst-ffmpeg" -VERSION="0.10.13" -SERIES="0.10" -CATEGORY="multimedia" -SHORT_DESC="GStreamer FFmpeg Plugins" -MAINTAINER="psychomaniak@xakep.ru" -LICENSE="GPL2" -TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://gstreamer.freedesktop.org/" -WGET_URL="$WEB_SITE/src/$SOURCE/$TARBALL" - -DEPENDS="gst-plugins-base bzip2" -BUILD_DEPENDS="gstreamer-dev gst-plugins-base-dev bzip2-dev \ -coreutils-file-format coreutils-file-special glib-dev yasm" -SUGGESTED="gst-plugins-good" - -# Rules to configure and make the package. -compile_rules() -{ - ./configure \ - --prefix=/usr \ - --disable-static \ - --with-ffmpeg-extra-configure=" \ - --enable-runtime-cpudetect \ - --disable-bsfs \ - --disable-parsers \ - --disable-encoders \ - --disable-decoders \ - --disable-demuxers \ - --disable-muxers \ - --enable-decoder=h264 \ - --enable-decoder=aac_latm \ - --enable-decoder=aac \ - --enable-decoder=mpeg4 \ - --enable-decoder=mp3float \ - --enable-decoder=vp8 \ - --enable-decoder=flv " \ - --with-package-name="GStreamer FFMpeg Plugin ($SERIES)" \ - --with-package-origin="http://www.slitaz.org/" \ - $CONFIGURE_ARGS && - sed 's/RANK_NONE/RANK_SECONDARY/g' -i $src/ext/ffmpeg/gstffmpegdec.c - make $MAKEFLAGS && - make DESTDIR=$install install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/gstreamer-$SERIES - cp -a $install/usr/lib/gstreamer-$SERIES/*.so* \ - $fs/usr/lib/gstreamer-$SERIES -} diff -r 3f2372059c9e -r 0e8dadf052b9 gst-ffmpeg/receipt --- a/gst-ffmpeg/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,42 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gst-ffmpeg" -VERSION="0.10.13" -SERIES="0.10" -CATEGORY="multimedia" -SHORT_DESC="GStreamer FFmpeg Plugins" -MAINTAINER="jozee@slitaz.org" -LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://gstreamer.freedesktop.org/" -WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" - -PROVIDE="gst-ffmpeg-small" - -DEPENDS="gst-plugins-base bzip2" -BUILD_DEPENDS="gstreamer-dev gst-plugins-base-dev bzip2-dev \ -coreutils-file-format coreutils-file-special glib-dev yasm" -SUGGESTED="gst-plugins-good" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure \ - --prefix=/usr \ - --disable-static \ - --with-ffmpeg-extra-configure="--enable-runtime-cpudetect" \ - --with-package-name="GStreamer FFMpeg Plugin ($SERIES)" \ - --with-package-origin="http://www.slitaz.org/" \ - $CONFIGURE_ARGS && - sed 's/RANK_NONE/RANK_SECONDARY/g' -i $src/ext/ffmpeg/gstffmpegdec.c - make $MAKEFLAGS && - make DESTDIR=$install install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/gstreamer-$SERIES - cp -a $install/usr/lib/gstreamer-$SERIES/*.so* $fs/usr/lib/gstreamer-$SERIES -} diff -r 3f2372059c9e -r 0e8dadf052b9 gst-libav/receipt --- a/gst-libav/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,37 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gst-libav" -VERSION="1.10.1" -SERIES="1.0" -CATEGORY="multimedia" -SHORT_DESC="GStreamer 1.x libav/ffmpeg Plugin" -MAINTAINER="psychomaniak@xakep.ru" -LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://gstreamer.freedesktop.org/" -WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" - -DEPENDS="gst-plugins-base-1.0 bzip2 gst-plugins-good-1.0" -BUILD_DEPENDS="gstreamer-1.0-dev gst-plugins-base-1.0-dev bzip2-dev \ -coreutils-file-format coreutils-file-special glib-dev yasm gtk-doc" - -# Rules to configure and make the package. -compile_rules() -{ - sed '/set ERROR_C/d' -i configure - ./configure \ - --prefix=/usr --disable-static \ - --with-libav-extra-configure="--enable-runtime-cpudetect" \ - --with-package-name="GStreamer libav Plugin ($SERIES)" \ - --with-package-origin="http://www.slitaz.org/" \ - $CONFIGURE_ARGS && - make $MAKEFLAGS && - make DESTDIR=$install install 2>/dev/null -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/gstreamer-$SERIES - cp -a $install/usr/lib/gstreamer-$SERIES/*.so* $fs/usr/lib/gstreamer-$SERIES -} diff -r 3f2372059c9e -r 0e8dadf052b9 gst-omx/receipt --- a/gst-omx/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gst-omx" -VERSION="1.0.0" -CATEGORY="system-tools" -SHORT_DESC="GSt OpenMAX IL plugin with hw-accelerated video decoding on the R-Pi." -MAINTAINER="pankso@slitaz.org" -LICENSE="GPL" -TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://gstreamer.freedesktop.org/releases/gst-omx/1.0.0.html" -WGET_URL="http://gstreamer.freedesktop.org/src/gst-omx/$TARBALL" -HOST_ARCH="arm" - -DEPENDS="gstreamer-1.0 gst-plugins-base-1.0" -BUILD_DEPENDS="gstreamer-1.0-dev gst-plugins-base-1.0-dev" - -# Rules to configure and make the package. -compile_rules() -{ - ./configure $CONFIGURE_ARGS && - make && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a ${install}/usr/lib ${fs}/usr - rm ${fs}/usr/lib/*/*.la -} diff -r 3f2372059c9e -r 0e8dadf052b9 gst-plugins-bad-dev/receipt --- a/gst-plugins-bad-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ - -# SliTaz package receipt. - -PACKAGE="gst-plugins-bad-dev" -VERSION="0.10.23" -SERIES="0.10" -CATEGORY="development" -SHORT_DESC="gst-plugins-bad devel files" -MAINTAINER="jozee@slitaz.org" -LICENSE="GPL2" -WANTED="gst-plugins-bad" -WEB_SITE="http://gstreamer.freedesktop.org/" - -DEPENDS="gstreamer-dev gst-plugins-base-dev -faac-dev libpng-dev libvpx-dev openssl-dev xvidcore-dev jpeg-dev -faad2-dev jasper-dev libmms-dev libmodplug-dev libsndfile-dev libsdl-dev -mjpegtools-dev neon-dev schroedinger-dev expat-dev pkg-config" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib $fs/usr/lib/gstreamer-$SERIES - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib/ - cp -a $install/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES - -} diff -r 3f2372059c9e -r 0e8dadf052b9 gst-plugins-bad/receipt --- a/gst-plugins-bad/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,50 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gst-plugins-bad" -VERSION="0.10.23" -SERIES="0.10" -CATEGORY="multimedia" -SHORT_DESC="GStreamer Bad Plugins" -MAINTAINER="jozee@slitaz.org" -LICENSE="GPL2" -SUGGESTED="libsdl schroedinger" -TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://gstreamer.freedesktop.org/" -WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" -LOCALES="da de es fr id it pt_BR ru zh_CN" - -DEPENDS="gst-plugins-base faac libpng libvpx openssl xvidcore -faad2 jasper libmms libmodplug libsndfile mjpegtools neon" -BUILD_DEPENDS="gstreamer-dev gst-plugins-base-dev -faac-dev libpng-dev libvpx-dev openssl-dev xvidcore-dev jpeg-dev -faad2-dev jasper-dev libmms-dev libmodplug-dev libsndfile-dev libsdl-dev -mjpegtools-dev neon-dev schroedinger-dev expat-dev flac-dev" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --disable-static \ - --disable-debug \ - --enable-experimental \ - --with-package-name="GStreamer Bad Plugins ($SERIES)" \ - --with-package-origin="http://www.slitaz.org/" \ - $CONFIGURE_ARGS && - make $MAKEFLAGS && - make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share/locale - mv $install/usr/lib/*.so* $fs/usr/lib - mv $install/usr/lib/gstreamer-$SERIES/*.so* $fs/usr/lib/gstreamer-$SERIES - for locale in $LOCALES; do - mv $install/usr/share/locale/$locale $fs/usr/share/locale - done -} diff -r 3f2372059c9e -r 0e8dadf052b9 gst-plugins-base-1.0/receipt --- a/gst-plugins-base-1.0/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,64 +0,0 @@ -# SliTaz package receipt v2. - -PACKAGE="gst-plugins-base-1.0" -VERSION="1.10.3" -CATEGORY="multimedia" -SHORT_DESC="GStreamer Base Plugins" -MAINTAINER="pankso@slitaz.org" -LICENSE="GPL2" -WEB_SITE="https://gstreamer.freedesktop.org/" -HOST_ARCH="i486 arm" - -TARBALL="gst-plugins-base-$VERSION.tar.xz" -WGET_URL="https://gstreamer.freedesktop.org/src/gst-plugins-base/$TARBALL" - -BUILD_DEPENDS="gettext valgrind-dev python gstreamer-1.0-dev \ -orc-dev xorg-libX11-dev xorg-libXv-dev alsa-lib-dev cdparanoia-III-dev \ -libvorbis-dev libogg-dev opus-dev pango-dev libtheora-dev" -BUILD_DEPENDS_arm="gstreamer-1.0-dev pango-dev alsa-lib-dev libogg-dev \ -libtheora-dev libtheora-enc libvorbis-dev udev-dev xorg-libXv-dev \ -xorg-libXvMC-dev util-linux-uuid-dev orc-dev opus-dev" -SPLIT="gst-plugins-base-1.0-dev" - -# Rules to configure and make the package. -compile_rules() -{ - ./configure \ - --with-package-name="GStreamer Base Plugins (1.0)" \ - --with-package-origin="http://www.slitaz.org/" \ - $CONFIGURE_ARGS && - # Suppress installing errors (fatal for cooker) - sed -i 's| \$(builddir)/html/\*\.sgml||' \ - docs/libs/Makefile docs/plugins/Makefile && - make $MAKEFLAGS && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - case $PACKAGE in - gst-plugins-base-1.0) - copy @std - DEPENDS="alsa-lib cairo cdparanoia-III glib gstreamer-1.0 libogg \ - libtheora-enc libvorbis opus orc pango xorg-libX11 xorg-libXext \ - xorg-libXv zlib" - # Arch install - case "$SLITAZ_ARCH" in - arm*) DEPENDS="gstreamer-1.0 pango alsa-lib libogg libtheora \ - libtheora-enc libvorbis vorbis-tools udev xorg xorg-libXv \ - xorg-libXvMC orc opus";; - esac - ;; - *-dev) - copy @dev - DEPENDS="gst-plugins-base-1.0 alsa-lib-dev bzip2-dev cairo-dev \ - cdparanoia-III-dev fontconfig-dev freetype-dev glib-dev \ - gstreamer-1.0-dev harfbuzz-dev libffi-dev libogg-dev libpng16-dev \ - libtheora-dev libvorbis-dev libxcb-dev libxml2-dev opus-dev \ - orc-dev pango-dev pcre-dev pixman-dev util-linux-blkid-dev \ - util-linux-mount-dev util-linux-uuid-dev xorg-libX11-dev \ - xorg-libXau-dev xorg-libXdmcp-dev xorg-libXext-dev \ - xorg-libXrender-dev xorg-libXv-dev xz-dev zlib" - ;; - esac -} diff -r 3f2372059c9e -r 0e8dadf052b9 gst-plugins-base-dev/receipt --- a/gst-plugins-base-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gst-plugins-base-dev" -VERSION="0.10.36" -SERIES="0.10" -CATEGORY="development" -SHORT_DESC="gst-plugins-base devel files" -MAINTAINER="jozee@slitaz.org" -LICENSE="GPL2" -WANTED="gst-plugins-base" -WEB_SITE="http://gstreamer.freedesktop.org/" - -DEPENDS="gstreamer-dev pango-dev gobject-introspection-dev alsa-lib-dev \ -libogg-dev libvorbis-dev libtheora-dev libtheora-enc udev-dev -xorg-dev xorg-libXv-dev xorg-libXvMC-dev cdparanoia-III-dev orc-dev pkg-config" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib/ - cp -a $install/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES - cp -a $install/usr/share/gir-1.0 $fs/usr/share -} diff -r 3f2372059c9e -r 0e8dadf052b9 gst-plugins-base/receipt --- a/gst-plugins-base/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,61 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gst-plugins-base" -VERSION="0.10.36" -SERIES="0.10" -CATEGORY="multimedia" -SHORT_DESC="GStreamer Base Plugins" -MAINTAINER="jozee@slitaz.org" -LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://gstreamer.freedesktop.org/" -WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" -#HOST_ARCH="i486 arm" - -LOCALES="da de es fr id it pt_BR ru zh_CN" -DEPENDS="gstreamer pango alsa-lib libogg libvorbis vorbis-tools udev \ -xorg-libXv xorg-libXvMC cdparanoia-III orc" # libtheora libtheora-enc -BUILD_DEPENDS="gstreamer-dev pango-dev alsa-lib-dev libogg-dev \ -libtheora-dev libtheora-enc libvorbis-dev udev-dev xorg-libXv-dev \ -xorg-libXvMC-dev util-linux-uuid-dev" - -# Handle cross compilation -case "$ARCH" in - i?86) BUILD_DEPENDS="$BUILD_DEPENDS cdparanoia-III-dev orc-dev \ -gobject-introspection-dev xorg-dev" ;; -esac - -# Rules to configure and make the package. -compile_rules() -{ - case "$ARCH" in - i?86) ;; - *) export CPPFLAGS="$CPPFLAGS -I/cross/$ARCH/sysroot/usr/include" ;; - esac - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --enable-experimental \ - --disable-static \ - --disable-debug \ - --disable-gnome_vfs \ - --with-package-name="GStreamer Base Plugins ($SERIES)" \ - --with-package-origin="http://www.slitaz.org/" \ - $CONFIGURE_ARGS && - make $MAKEFLAGS && make install - -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share/locale - mv $install/usr/bin $fs/usr - mv $install/usr/lib/*.so* $fs/usr/lib - mv $install/usr/lib/gstreamer-$SERIES/*.so* $fs/usr/lib/gstreamer-$SERIES - # mv $install/usr/lib/girepository-1.0 $fs/usr/lib - # for locale in $LOCALES; do - # mv $install/usr/share/locale/$locale $fs/usr/share/locale - # done -} diff -r 3f2372059c9e -r 0e8dadf052b9 gst-plugins-full/description.txt --- a/gst-plugins-full/description.txt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -Loads all GStreamer plugins and dependencies. -This pkg allows users to play all multimedia files GStreamer is capable of. diff -r 3f2372059c9e -r 0e8dadf052b9 gst-plugins-full/receipt --- a/gst-plugins-full/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gst-plugins-full" -VERSION="0.10.36" -CATEGORY="multimedia" -SHORT_DESC="Plays all multimedia files GStreamer is capable of" -MAINTAINER="domcox@slitaz.org" -LICENSE="LGPL" -WEB_SITE="www.slitaz.org" - -DEPENDS="gstreamer gst-plugins-base gst-plugins-good gst-plugins-good-extra \ -gst-plugins-bad gst-plugins-ugly gst-ffmpeg schroedinger libsdl x264" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/share/doc - cp $WOK/$PACKAGE/description.txt $fs/usr/share/doc/midori-video.txt -} diff -r 3f2372059c9e -r 0e8dadf052b9 gst-plugins-good-1.0/receipt --- a/gst-plugins-good-1.0/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,39 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gst-plugins-good-1.0" -VERSION="1.10.1" -SERIES="1.0" -CATEGORY="multimedia" -SHORT_DESC="GStreamer Base Plugins" -MAINTAINER="psychomaniak@xakep.ru" -LICENSE="GPL2" -SOURCE="gst-plugins-good" -TARBALL="$SOURCE-$VERSION.tar.xz" -WEB_SITE="http://gstreamer.freedesktop.org/" -WGET_URL="${WEB_SITE}src/$SOURCE/$TARBALL" - -DEPENDS="gstreamer-1.0 pango alsa-lib mpg123 jpeg" -BUILD_DEPENDS="gstreamer-1.0-dev gst-plugins-base-1.0-dev mpg123-dev jpeg-dev" - -# Rules to configure and make the package. -compile_rules() -{ - sed '/set ERROR_C/d' -i configure - sed '/set ERROR_OBJC/d' -i configure - ./configure \ - --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --enable-experimental \ - --disable-static --disable-debug \ - --disable-libvisual --enable-introspection=no \ - --with-package-name="GStreamer Base Plugins ($SERIES)" \ - --with-package-origin="http://www.slitaz.org/" \ - $CONFIGURE_ARGS | grep -v 'No package' && - make $MAKEFLAGS && make install 2>/dev/null -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share/locale - mv $install/usr/lib/gstreamer-$SERIES/*.so* $fs/usr/lib/gstreamer-$SERIES -} diff -r 3f2372059c9e -r 0e8dadf052b9 gst-plugins-good-dev/receipt --- a/gst-plugins-good-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gst-plugins-good-dev" -VERSION="0.10.31" -SERIES="0.10" -CATEGORY="development" -SHORT_DESC="gst-plugins-good devel files" -MAINTAINER="jozee@slitaz.org" -LICENSE="LGPL2.1" -WANTED="gst-plugins-good" -WEB_SITE="http://gstreamer.freedesktop.org/" - -DEPENDS="gstreamer-dev gst-plugins-base-dev -cairo-dev flac-dev jpeg-dev libpng-dev libshout-dev -libsoup-dev jack-audio-connection-kit-dev libcdio-dev -libdv-dev speex-dev taglib-dev wavpack-dev bzip2-dev" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/gstreamer-$SERIES - cp -a $install/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES -} diff -r 3f2372059c9e -r 0e8dadf052b9 gst-plugins-good-extra/receipt --- a/gst-plugins-good-extra/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gst-plugins-good-extra" -VERSION="0.10.31" -SERIES="0.10" -CATEGORY="multimedia" -SHORT_DESC="GStreamer Good Plugins" -MAINTAINER="psychomaniak@xakep.ru" -LICENSE="LGPL2.1" -WEB_SITE="http://gstreamer.freedesktop.org/" -WANTED="gst-plugins-good" - -DEPENDS="gst-plugins-good libcdio libdv taglib wavpack libshout libsoup-gnome" -SUGGESTED="jack-audio-connection-kit" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/gstreamer-$SERIES - for i in dv jack shout2 souphttpsrc taglib wavpack rtp rtpmanager rtsp deinterlace video4linux2; do - cp -a $install/usr/lib/gstreamer-$SERIES/libgst${i}.so \ - $fs/usr/lib/gstreamer-$SERIES - done -} diff -r 3f2372059c9e -r 0e8dadf052b9 gst-plugins-good/receipt --- a/gst-plugins-good/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,53 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gst-plugins-good" -VERSION="0.10.31" -SERIES="0.10" -CATEGORY="multimedia" -SHORT_DESC="GStreamer Good Plugins" -MAINTAINER="jozee@slitaz.org" -LICENSE="LGPL2.1" -SUGGESTED="jack-audio-connection-kit gst-plugins-good-extra" -TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://gstreamer.freedesktop.org/" -WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" -LOCALES="cs da de el es fr hu id it pl pt_BR ru sl sv zh_CN zh_TW" - -DEPENDS="gst-plugins-base cairo flac libjpeg libpng speex bzip2" -BUILD_DEPENDS="gstreamer-dev gst-plugins-base-dev sqlite-dev \ -cairo-dev flac-dev jpeg-dev libpng-dev libshout-dev \ -libsoup-dev jack-audio-connection-kit-dev libcdio-dev \ -libdv-dev speex-dev taglib-dev wavpack-dev bzip2-dev util-linux-uuid-dev" - -# Rules to configure and make the package. -compile_rules() -{ - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --enable-experimental \ - --disable-static \ - --disable-debug \ - --disable-hal \ - --disable-esd \ - --with-package-name="GStreamer Good Plugins ($SERIES)" \ - --with-package-origin="http://www.slitaz.org/" \ - $CONFIGURE_ARGS && - make $MAKEFLAGS && - make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share/locale - cp -a $install/usr/lib/gstreamer-$SERIES/*.so* $fs/usr/lib/gstreamer-$SERIES - cp -a $install/usr/share/gstreamer* $fs/usr/share - # for locale in $LOCALES; do - # cp -a $install/usr/share/locale/$locale $fs/usr/share/locale - # done - for i in dv jack shout2 souphttpsrc taglib wavpack rtp rtpmanager rtsp deinterlace video4linux2; do - rm -f $fs/usr/lib/gstreamer-$SERIES/libgst${i}.so - done -} diff -r 3f2372059c9e -r 0e8dadf052b9 gst-plugins-ugly-dev/receipt --- a/gst-plugins-ugly-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gst-plugins-ugly-dev" -VERSION="0.10.19" -SERIES="0.10" -CATEGORY="development" -SHORT_DESC="gst-plugins-ugly devel files" -MAINTAINER="jozee@slitaz.org" -LICENSE="LGPL2.1" -WANTED="gst-plugins-ugly" -WEB_SITE="http://gstreamer.freedesktop.org/" - -DEPENDS="gstreamer-dev gst-plugins-base-dev lame-dev libdvdread-dev -libcdio-dev libmad-dev libmpeg2-dev x264-dev" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/gstreamer-$SERIES - cp -a $install/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES -} diff -r 3f2372059c9e -r 0e8dadf052b9 gst-plugins-ugly/receipt --- a/gst-plugins-ugly/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,47 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gst-plugins-ugly" -VERSION="0.10.19" -SERIES="0.10" -CATEGORY="multimedia" -SHORT_DESC="GStreamer Ugly Plugins" -MAINTAINER="jozee@slitaz.org" -LICENSE="LGPL2.1" -SUGGESTED="x264" -TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://gstreamer.freedesktop.org/" -WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" -LOCALES="da de es fr id it pt_BR ru zh_CN" - -DEPENDS="gst-plugins-base lame libdvdread -libcdio libmad libmpeg2 opencore-amr" -BUILD_DEPENDS="gstreamer-dev gst-plugins-base-dev lame-dev libdvdread-dev -libcdio-dev libmad-dev libmpeg2-dev x264-dev" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --disable-static \ - --disable-debug \ - --with-package-name="GStreamer Ugly Plugins ($SERIES)" \ - --with-package-origin="http://www.slitaz.org/" \ - $CONFIGURE_ARGS && - make $MAKEFLAGS 2>&1 | grep -v /usr/local/include && - make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share/locale - mv $install/usr/lib/gstreamer-$SERIES/*.so* $fs/usr/lib/gstreamer-$SERIES - mv $install/usr/share/gstreamer-$SERIES $fs/usr/share - for locale in $LOCALES; do - mv $install/usr/share/locale/$locale $fs/usr/share/locale - done -} diff -r 3f2372059c9e -r 0e8dadf052b9 gst-python-dev/receipt --- a/gst-python-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gst-python-dev" -VERSION="0.10.21" -SERIES="0.10" -CATEGORY="development" -SHORT_DESC="gst-python devel files" -MAINTAINER="jozee@slitaz.org" -LICENSE="LGPL2.1" -WANTED="gst-python" -WEB_SITE="http://gstreamer.freedesktop.org/" - -DEPENDS="pygobject-dev gstreamer-dev gst-plugins-base-dev python-dev pkg-config" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib -} diff -r 3f2372059c9e -r 0e8dadf052b9 gst-python/receipt --- a/gst-python/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,34 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gst-python" -VERSION="0.10.21" -CATEGORY="multimedia" -SHORT_DESC="GStreamer Python Plugins" -MAINTAINER="jozee@slitaz.org" -LICENSE="LGPL2.1" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://gstreamer.freedesktop.org/" -WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" - -DEPENDS="pygobject gstreamer gst-plugins-base" -BUILD_DEPENDS="pygobject-dev gstreamer-dev gst-plugins-base-dev libxml2-dev \ -python-dev pkg-config" - -# Rules to configure and make the package. -compile_rules() -{ - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib $fs/usr/share - cp -a $install/usr/share/$PACKAGE $fs/usr/share - cp -a $install/usr/lib/python* $fs/usr/lib -} diff -r 3f2372059c9e -r 0e8dadf052b9 gst0-ffmpeg-small/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst0-ffmpeg-small/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,55 @@ +# SliTaz package receipt. + +PACKAGE="gst0-ffmpeg-small" +SOURCE="gst-ffmpeg" +VERSION="0.10.13" +SERIES="0.10" +CATEGORY="multimedia" +SHORT_DESC="GStreamer FFmpeg Plugins" +MAINTAINER="psychomaniak@xakep.ru" +LICENSE="GPL2" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://gstreamer.freedesktop.org/" +WGET_URL="$WEB_SITE/src/$SOURCE/$TARBALL" + +DEPENDS="gst0-plugins-base bzip2" +BUILD_DEPENDS="gstreamer0-dev gst0-plugins-base-dev bzip2-dev \ +coreutils-file-format coreutils-file-special glib-dev yasm" +SUGGESTED="gst0-plugins-good" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure \ + --prefix=/usr \ + --disable-static \ + --with-ffmpeg-extra-configure=" \ + --enable-runtime-cpudetect \ + --disable-bsfs \ + --disable-parsers \ + --disable-encoders \ + --disable-decoders \ + --disable-demuxers \ + --disable-muxers \ + --enable-decoder=h264 \ + --enable-decoder=aac_latm \ + --enable-decoder=aac \ + --enable-decoder=mpeg4 \ + --enable-decoder=mp3float \ + --enable-decoder=vp8 \ + --enable-decoder=flv " \ + --with-package-name="GStreamer FFMpeg Plugin ($SERIES)" \ + --with-package-origin="http://www.slitaz.org/" \ + $CONFIGURE_ARGS && + sed 's/RANK_NONE/RANK_SECONDARY/g' -i $src/ext/ffmpeg/gstffmpegdec.c + make $MAKEFLAGS && + make DESTDIR=$install install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/gstreamer-$SERIES + cp -a $install/usr/lib/gstreamer-$SERIES/*.so* \ + $fs/usr/lib/gstreamer-$SERIES +} diff -r 3f2372059c9e -r 0e8dadf052b9 gst0-ffmpeg/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst0-ffmpeg/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,42 @@ +# SliTaz package receipt. + +PACKAGE="gst0-ffmpeg" +VERSION="0.10.13" +SERIES="0.10" +CATEGORY="multimedia" +SHORT_DESC="GStreamer FFmpeg Plugins" +MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" +TARBALL="gst-ffmpeg-$VERSION.tar.bz2" +WEB_SITE="http://gstreamer.freedesktop.org/" +WGET_URL="$WEB_SITE/src/gst-ffmpeg/$TARBALL" + +PROVIDE="gst0-ffmpeg-small" + +DEPENDS="gst0-plugins-base bzip2" +BUILD_DEPENDS="gstreamer0-dev gst0-plugins-base-dev bzip2-dev \ +coreutils-file-format coreutils-file-special glib-dev yasm" +SUGGESTED="gst0-plugins-good" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --disable-static \ + --with-ffmpeg-extra-configure="--enable-runtime-cpudetect" \ + --with-package-name="GStreamer FFMpeg Plugin ($SERIES)" \ + --with-package-origin="http://www.slitaz.org/" \ + $CONFIGURE_ARGS && + sed 's/RANK_NONE/RANK_SECONDARY/g' -i $src/ext/ffmpeg/gstffmpegdec.c + make $MAKEFLAGS && + make DESTDIR=$install install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/gstreamer-$SERIES + cp -a $install/usr/lib/gstreamer-$SERIES/*.so* $fs/usr/lib/gstreamer-$SERIES +} diff -r 3f2372059c9e -r 0e8dadf052b9 gst0-plugins-bad-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst0-plugins-bad-dev/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,28 @@ + +# SliTaz package receipt. + +PACKAGE="gst0-plugins-bad-dev" +VERSION="0.10.23" +SERIES="0.10" +CATEGORY="development" +SHORT_DESC="gst0-plugins-bad devel files" +MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" +WANTED="gst0-plugins-bad" +WEB_SITE="http://gstreamer.freedesktop.org/" + +DEPENDS="gstreamer0-dev gst0-plugins-base-dev +faac-dev libpng-dev libvpx-dev openssl-dev xvidcore-dev jpeg-dev +faad2-dev jasper-dev libmms-dev libmodplug-dev libsndfile-dev libsdl-dev +mjpegtools-dev neon-dev schroedinger-dev expat-dev pkg-config" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib $fs/usr/lib/gstreamer-$SERIES + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib/ + cp -a $install/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES + +} diff -r 3f2372059c9e -r 0e8dadf052b9 gst0-plugins-bad/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst0-plugins-bad/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,50 @@ +# SliTaz package receipt. + +PACKAGE="gst0-plugins-bad" +VERSION="0.10.23" +SERIES="0.10" +CATEGORY="multimedia" +SHORT_DESC="GStreamer Bad Plugins" +MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" +SUGGESTED="libsdl schroedinger" +TARBALL="gst-plugins-bad-$VERSION.tar.xz" +WEB_SITE="http://gstreamer.freedesktop.org/" +WGET_URL="$WEB_SITE/src/gst-plugins-bad/$TARBALL" +LOCALES="da de es fr id it pt_BR ru zh_CN" + +DEPENDS="gst0-plugins-base faac libpng libvpx openssl xvidcore +faad2 jasper libmms libmodplug libsndfile mjpegtools neon" +BUILD_DEPENDS="gstreamer0-dev gst0-plugins-base-dev +faac-dev libpng-dev libvpx-dev openssl-dev xvidcore-dev jpeg-dev +faad2-dev jasper-dev libmms-dev libmodplug-dev libsndfile-dev libsdl-dev +mjpegtools-dev neon-dev schroedinger-dev expat-dev flac-dev" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-static \ + --disable-debug \ + --enable-experimental \ + --with-package-name="GStreamer Bad Plugins ($SERIES)" \ + --with-package-origin="http://www.slitaz.org/" \ + $CONFIGURE_ARGS && + make $MAKEFLAGS && + make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share/locale + mv $install/usr/lib/*.so* $fs/usr/lib + mv $install/usr/lib/gstreamer-$SERIES/*.so* $fs/usr/lib/gstreamer-$SERIES + for locale in $LOCALES; do + mv $install/usr/share/locale/$locale $fs/usr/share/locale + done +} diff -r 3f2372059c9e -r 0e8dadf052b9 gst0-plugins-base-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst0-plugins-base-dev/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="gst0-plugins-base-dev" +VERSION="0.10.36" +SERIES="0.10" +CATEGORY="development" +SHORT_DESC="gst0-plugins-base devel files" +MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" +WANTED="gst0-plugins-base" +WEB_SITE="http://gstreamer.freedesktop.org/" + +DEPENDS="gstreamer0-dev pango-dev gobject-introspection-dev alsa-lib-dev \ +libogg-dev libvorbis-dev libtheora-dev libtheora-enc udev-dev +xorg-dev xorg-libXv-dev xorg-libXvMC-dev cdparanoia-III-dev orc-dev pkg-config" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib/ + cp -a $install/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES + cp -a $install/usr/share/gir-1.0 $fs/usr/share +} diff -r 3f2372059c9e -r 0e8dadf052b9 gst0-plugins-base/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst0-plugins-base/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,61 @@ +# SliTaz package receipt. + +PACKAGE="gst0-plugins-base" +VERSION="0.10.36" +SERIES="0.10" +CATEGORY="multimedia" +SHORT_DESC="GStreamer Base Plugins" +MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" +TARBALL="gst-pluging-base-$VERSION.tar.xz" +WEB_SITE="http://gstreamer.freedesktop.org/" +WGET_URL="$WEB_SITE/src/gst-plugins-base/$TARBALL" +#HOST_ARCH="i486 arm" + +LOCALES="da de es fr id it pt_BR ru zh_CN" +DEPENDS="gstreamer0 pango alsa-lib libogg libvorbis vorbis-tools udev \ +xorg-libXv xorg-libXvMC cdparanoia-III orc" # libtheora libtheora-enc +BUILD_DEPENDS="gstreamer0-dev pango-dev alsa-lib-dev libogg-dev \ +libtheora-dev libtheora-enc libvorbis-dev udev-dev xorg-libXv-dev \ +xorg-libXvMC-dev util-linux-uuid-dev" + +# Handle cross compilation +case "$ARCH" in + i?86) BUILD_DEPENDS="$BUILD_DEPENDS cdparanoia-III-dev orc-dev \ +gobject-introspection-dev xorg-dev" ;; +esac + +# Rules to configure and make the package. +compile_rules() +{ + case "$ARCH" in + i?86) ;; + *) export CPPFLAGS="$CPPFLAGS -I/cross/$ARCH/sysroot/usr/include" ;; + esac + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --enable-experimental \ + --disable-static \ + --disable-debug \ + --disable-gnome_vfs \ + --with-package-name="GStreamer Base Plugins ($SERIES)" \ + --with-package-origin="http://www.slitaz.org/" \ + $CONFIGURE_ARGS && + make $MAKEFLAGS && make install + +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share/locale + mv $install/usr/bin $fs/usr + mv $install/usr/lib/*.so* $fs/usr/lib + mv $install/usr/lib/gstreamer-$SERIES/*.so* $fs/usr/lib/gstreamer-$SERIES + # mv $install/usr/lib/girepository-1.0 $fs/usr/lib + # for locale in $LOCALES; do + # mv $install/usr/share/locale/$locale $fs/usr/share/locale + # done +} diff -r 3f2372059c9e -r 0e8dadf052b9 gst0-plugins-full/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst0-plugins-full/description.txt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,2 @@ +Loads all GStreamer plugins and dependencies. +This pkg allows users to play all multimedia files GStreamer is capable of. diff -r 3f2372059c9e -r 0e8dadf052b9 gst0-plugins-full/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst0-plugins-full/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,19 @@ +# SliTaz package receipt. + +PACKAGE="gst0-plugins-full" +VERSION="0.10.36" +CATEGORY="multimedia" +SHORT_DESC="Plays all multimedia files GStreamer is capable of" +MAINTAINER="domcox@slitaz.org" +LICENSE="LGPL" +WEB_SITE="www.slitaz.org" + +DEPENDS="gstreamer0 gst0-plugins-base gst0-plugins-good gst0-plugins-good-extra \ +gst0-plugins-bad gst0-plugins-ugly gst0-ffmpeg schroedinger libsdl x264" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/doc + cp $WOK/$PACKAGE/description.txt $fs/usr/share/doc/midori-video.txt +} diff -r 3f2372059c9e -r 0e8dadf052b9 gst0-plugins-good-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst0-plugins-good-dev/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,23 @@ +# SliTaz package receipt. + +PACKAGE="gst0-plugins-good-dev" +VERSION="0.10.31" +SERIES="0.10" +CATEGORY="development" +SHORT_DESC="gst0-plugins-good devel files" +MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2.1" +WANTED="gst0-plugins-good" +WEB_SITE="http://gstreamer.freedesktop.org/" + +DEPENDS="gstreamer0-dev gst0-plugins-base-dev +cairo-dev flac-dev jpeg-dev libpng-dev libshout-dev +libsoup-dev jack-audio-connection-kit-dev libcdio-dev +libdv-dev speex-dev taglib-dev wavpack-dev bzip2-dev" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/gstreamer-$SERIES + cp -a $install/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES +} diff -r 3f2372059c9e -r 0e8dadf052b9 gst0-plugins-good-extra/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst0-plugins-good-extra/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,24 @@ +# SliTaz package receipt. + +PACKAGE="gst0-plugins-good-extra" +VERSION="0.10.31" +SERIES="0.10" +CATEGORY="multimedia" +SHORT_DESC="GStreamer Good Plugins" +MAINTAINER="psychomaniak@xakep.ru" +LICENSE="LGPL2.1" +WEB_SITE="http://gstreamer.freedesktop.org/" +WANTED="gst0-plugins-good" + +DEPENDS="gst0-plugins-good libcdio libdv taglib wavpack libshout libsoup-gnome" +SUGGESTED="jack-audio-connection-kit" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/gstreamer-$SERIES + for i in dv jack shout2 souphttpsrc taglib wavpack rtp rtpmanager rtsp deinterlace video4linux2; do + cp -a $install/usr/lib/gstreamer-$SERIES/libgst${i}.so \ + $fs/usr/lib/gstreamer-$SERIES + done +} diff -r 3f2372059c9e -r 0e8dadf052b9 gst0-plugins-good/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst0-plugins-good/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,53 @@ +# SliTaz package receipt. + +PACKAGE="gst0-plugins-good" +VERSION="0.10.31" +SERIES="0.10" +CATEGORY="multimedia" +SHORT_DESC="GStreamer Good Plugins" +MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2.1" +SUGGESTED="jack-audio-connection-kit gst0-plugins-good-extra" +TARBALL="gst-plugins-good-$VERSION.tar.xz" +WEB_SITE="http://gstreamer.freedesktop.org/" +WGET_URL="$WEB_SITE/src/gst-plugins-good/$TARBALL" +LOCALES="cs da de el es fr hu id it pl pt_BR ru sl sv zh_CN zh_TW" + +DEPENDS="gst0-plugins-base cairo flac libjpeg libpng speex bzip2" +BUILD_DEPENDS="gstreamer0-dev gst0-plugins-base-dev sqlite-dev \ +cairo-dev flac-dev jpeg-dev libpng-dev libshout-dev \ +libsoup-dev jack-audio-connection-kit-dev libcdio-dev \ +libdv-dev speex-dev taglib-dev wavpack-dev bzip2-dev util-linux-uuid-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --enable-experimental \ + --disable-static \ + --disable-debug \ + --disable-hal \ + --disable-esd \ + --with-package-name="GStreamer Good Plugins ($SERIES)" \ + --with-package-origin="http://www.slitaz.org/" \ + $CONFIGURE_ARGS && + make $MAKEFLAGS && + make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share/locale + cp -a $install/usr/lib/gstreamer-$SERIES/*.so* $fs/usr/lib/gstreamer-$SERIES + cp -a $install/usr/share/gstreamer* $fs/usr/share + # for locale in $LOCALES; do + # cp -a $install/usr/share/locale/$locale $fs/usr/share/locale + # done + for i in dv jack shout2 souphttpsrc taglib wavpack rtp rtpmanager rtsp deinterlace video4linux2; do + rm -f $fs/usr/lib/gstreamer-$SERIES/libgst${i}.so + done +} diff -r 3f2372059c9e -r 0e8dadf052b9 gst0-plugins-ugly-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst0-plugins-ugly-dev/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="gst0-plugins-ugly-dev" +VERSION="0.10.19" +SERIES="0.10" +CATEGORY="development" +SHORT_DESC="gst0-plugins-ugly devel files" +MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2.1" +WANTED="gst0-plugins-ugly" +WEB_SITE="http://gstreamer.freedesktop.org/" + +DEPENDS="gstreamer0-dev gst0-plugins-base-dev lame-dev libdvdread-dev +libcdio-dev libmad-dev libmpeg2-dev x264-dev" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/gstreamer-$SERIES + cp -a $install/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES +} diff -r 3f2372059c9e -r 0e8dadf052b9 gst0-plugins-ugly/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst0-plugins-ugly/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,47 @@ +# SliTaz package receipt. + +PACKAGE="gst0-plugins-ugly" +VERSION="0.10.19" +SERIES="0.10" +CATEGORY="multimedia" +SHORT_DESC="GStreamer Ugly Plugins" +MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2.1" +SUGGESTED="x264" +TARBALL="gst-plugins-ugly-$VERSION.tar.xz" +WEB_SITE="http://gstreamer.freedesktop.org/" +WGET_URL="$WEB_SITE/src/gst-plugins-ugly/$TARBALL" +LOCALES="da de es fr id it pt_BR ru zh_CN" + +DEPENDS="gst0-plugins-base lame libdvdread +libcdio libmad libmpeg2 opencore-amr" +BUILD_DEPENDS="gstreamer0-dev gst0-plugins-base-dev lame-dev libdvdread-dev +libcdio-dev libmad-dev libmpeg2-dev x264-dev" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-static \ + --disable-debug \ + --with-package-name="GStreamer Ugly Plugins ($SERIES)" \ + --with-package-origin="http://www.slitaz.org/" \ + $CONFIGURE_ARGS && + make $MAKEFLAGS 2>&1 | grep -v /usr/local/include && + make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share/locale + mv $install/usr/lib/gstreamer-$SERIES/*.so* $fs/usr/lib/gstreamer-$SERIES + mv $install/usr/share/gstreamer-$SERIES $fs/usr/share + for locale in $LOCALES; do + mv $install/usr/share/locale/$locale $fs/usr/share/locale + done +} diff -r 3f2372059c9e -r 0e8dadf052b9 gst0-python-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst0-python-dev/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,20 @@ +# SliTaz package receipt. + +PACKAGE="gst0-python-dev" +VERSION="0.10.21" +SERIES="0.10" +CATEGORY="development" +SHORT_DESC="gst0-python devel files" +MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2.1" +WANTED="gst0-python" +WEB_SITE="http://gstreamer.freedesktop.org/" + +DEPENDS="pygobject-dev gstreamer0-dev gst0-plugins-base-dev python-dev pkg-config" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib +} diff -r 3f2372059c9e -r 0e8dadf052b9 gst0-python/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst0-python/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,34 @@ +# SliTaz package receipt. + +PACKAGE="gst0-python" +VERSION="0.10.21" +CATEGORY="multimedia" +SHORT_DESC="GStreamer Python Plugins" +MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2.1" +TARBALL="gst-python-$VERSION.tar.bz2" +WEB_SITE="http://gstreamer.freedesktop.org/" +WGET_URL="$WEB_SITE/src/gst-python/$TARBALL" + +DEPENDS="pygobject gstreamer0 gst0-plugins-base" +BUILD_DEPENDS="pygobject-dev gstreamer0-dev gst0-plugins-base-dev libxml2-dev \ +python-dev pkg-config" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib $fs/usr/share + cp -a $install/usr/share/$PACKAGE $fs/usr/share + cp -a $install/usr/lib/python* $fs/usr/lib +} diff -r 3f2372059c9e -r 0e8dadf052b9 gst1-libav/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst1-libav/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,37 @@ +# SliTaz package receipt. + +PACKAGE="gst1-libav" +VERSION="1.10.1" +SERIES="1.0" +CATEGORY="multimedia" +SHORT_DESC="GStreamer 1.x libav/ffmpeg Plugin" +MAINTAINER="psychomaniak@xakep.ru" +LICENSE="GPL2" +TARBALL="gst-libav-$VERSION.tar.xz" +WEB_SITE="http://gstreamer.freedesktop.org/" +WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" + +DEPENDS="gst1-plugins-base bzip2 gst1-plugins-good" +BUILD_DEPENDS="gstreamer1-dev gst1-plugins-base-dev bzip2-dev \ +coreutils-file-format coreutils-file-special glib-dev yasm gtk-doc" + +# Rules to configure and make the package. +compile_rules() +{ + sed '/set ERROR_C/d' -i configure + ./configure \ + --prefix=/usr --disable-static \ + --with-libav-extra-configure="--enable-runtime-cpudetect" \ + --with-package-name="GStreamer libav Plugin ($SERIES)" \ + --with-package-origin="http://www.slitaz.org/" \ + $CONFIGURE_ARGS && + make $MAKEFLAGS && + make DESTDIR=$install install 2>/dev/null +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/gstreamer-$SERIES + cp -a $install/usr/lib/gstreamer-$SERIES/*.so* $fs/usr/lib/gstreamer-$SERIES +} diff -r 3f2372059c9e -r 0e8dadf052b9 gst1-omx/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst1-omx/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="gst1-omx" +VERSION="1.0.0" +CATEGORY="system-tools" +SHORT_DESC="GSt OpenMAX IL plugin with hw-accelerated video decoding on the R-Pi." +MAINTAINER="pankso@slitaz.org" +LICENSE="GPL" +TARBALL="gst-omx-$VERSION.tar.xz" +WEB_SITE="http://gstreamer.freedesktop.org/releases/gst-omx/1.0.0.html" +WGET_URL="http://gstreamer.freedesktop.org/src/gst-omx/$TARBALL" +HOST_ARCH="arm" + +DEPENDS="gstreamer1 gst1-plugins-base" +BUILD_DEPENDS="gstreamer1-dev gst1-plugins-base-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure $CONFIGURE_ARGS && + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a ${install}/usr/lib ${fs}/usr + rm ${fs}/usr/lib/*/*.la +} diff -r 3f2372059c9e -r 0e8dadf052b9 gst1-plugins-base/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst1-plugins-base/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,64 @@ +# SliTaz package receipt v2. + +PACKAGE="gst1-plugins-base" +VERSION="1.10.3" +CATEGORY="multimedia" +SHORT_DESC="GStreamer Base Plugins" +MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" +WEB_SITE="https://gstreamer.freedesktop.org/" +HOST_ARCH="i486 arm" + +TARBALL="gst-plugins-base-$VERSION.tar.xz" +WGET_URL="https://gstreamer.freedesktop.org/src/gst-plugins-base/$TARBALL" + +BUILD_DEPENDS="gettext valgrind-dev python gstreamer1-dev \ +orc-dev xorg-libX11-dev xorg-libXv-dev alsa-lib-dev cdparanoia-III-dev \ +libvorbis-dev libogg-dev opus-dev pango-dev libtheora-dev" +BUILD_DEPENDS_arm="gstreamer1-dev pango-dev alsa-lib-dev libogg-dev \ +libtheora-dev libtheora-enc libvorbis-dev udev-dev xorg-libXv-dev \ +xorg-libXvMC-dev util-linux-uuid-dev orc-dev opus-dev" +SPLIT="gst1-plugins-base-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure \ + --with-package-name="GStreamer Base Plugins (1.0)" \ + --with-package-origin="http://www.slitaz.org/" \ + $CONFIGURE_ARGS && + # Suppress installing errors (fatal for cooker) + sed -i 's| \$(builddir)/html/\*\.sgml||' \ + docs/libs/Makefile docs/plugins/Makefile && + make $MAKEFLAGS && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + case $PACKAGE in + gst1-plugins-base) + copy @std + DEPENDS="alsa-lib cairo cdparanoia-III glib gstreamer1 libogg \ + libtheora-enc libvorbis opus orc pango xorg-libX11 xorg-libXext \ + xorg-libXv zlib" + # Arch install + case "$SLITAZ_ARCH" in + arm*) DEPENDS="gstreamer1 pango alsa-lib libogg libtheora \ + libtheora-enc libvorbis vorbis-tools udev xorg xorg-libXv \ + xorg-libXvMC orc opus";; + esac + ;; + *-dev) + copy @dev + DEPENDS="gst1-plugins-base alsa-lib-dev bzip2-dev cairo-dev \ + cdparanoia-III-dev fontconfig-dev freetype-dev glib-dev \ + gstreamer1-dev harfbuzz-dev libffi-dev libogg-dev libpng16-dev \ + libtheora-dev libvorbis-dev libxcb-dev libxml2-dev opus-dev \ + orc-dev pango-dev pcre-dev pixman-dev util-linux-blkid-dev \ + util-linux-mount-dev util-linux-uuid-dev xorg-libX11-dev \ + xorg-libXau-dev xorg-libXdmcp-dev xorg-libXext-dev \ + xorg-libXrender-dev xorg-libXv-dev xz-dev zlib" + ;; + esac +} diff -r 3f2372059c9e -r 0e8dadf052b9 gst1-plugins-good/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst1-plugins-good/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,39 @@ +# SliTaz package receipt. + +PACKAGE="gst1-plugins-good" +VERSION="1.10.1" +SERIES="1.0" +CATEGORY="multimedia" +SHORT_DESC="GStreamer Base Plugins" +MAINTAINER="psychomaniak@xakep.ru" +LICENSE="GPL2" +SOURCE="gst-plugins-good" +TARBALL="$SOURCE-$VERSION.tar.xz" +WEB_SITE="http://gstreamer.freedesktop.org/" +WGET_URL="${WEB_SITE}src/$SOURCE/$TARBALL" + +DEPENDS="gstreamer1 pango alsa-lib mpg123 jpeg" +BUILD_DEPENDS="gstreamer1-dev gst1-plugins-base-dev mpg123-dev jpeg-dev" + +# Rules to configure and make the package. +compile_rules() +{ + sed '/set ERROR_C/d' -i configure + sed '/set ERROR_OBJC/d' -i configure + ./configure \ + --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --enable-experimental \ + --disable-static --disable-debug \ + --disable-libvisual --enable-introspection=no \ + --with-package-name="GStreamer Base Plugins ($SERIES)" \ + --with-package-origin="http://www.slitaz.org/" \ + $CONFIGURE_ARGS | grep -v 'No package' && + make $MAKEFLAGS && make install 2>/dev/null +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share/locale + mv $install/usr/lib/gstreamer-$SERIES/*.so* $fs/usr/lib/gstreamer-$SERIES +} diff -r 3f2372059c9e -r 0e8dadf052b9 gstreamer-1.0/receipt --- a/gstreamer-1.0/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,47 +0,0 @@ -# SliTaz package receipt v2. - -PACKAGE="gstreamer-1.0" -VERSION="1.10.3" -CATEGORY="multimedia" -SHORT_DESC="GStreamer Multimedia Framework" -MAINTAINER="pankso@slitaz.org" -LICENSE="LGPL2" -WEB_SITE="https://gstreamer.freedesktop.org/" -HOST_ARCH="i486 arm" - -TARBALL="gstreamer-$VERSION.tar.xz" -WGET_URL="https://gstreamer.freedesktop.org/src/gstreamer/$TARBALL" - -BUILD_DEPENDS="gettext perl valgrind-dev" -BUILD_DEPENDS_arm="glib-dev libxml2-dev pkg-config" -SPLIT="gstreamer-1.0-dev" - -# Rules to configure and make the package. -compile_rules() -{ - ./configure \ - --with-package-name="GStreamer (1.0)" \ - --with-package-origin="http://www.slitaz.org/" \ - $CONFIGURE_ARGS && - # Suppress installing errors (fatal for cooker) - sed -i 's| \$(builddir)/html/\*\.sgml||' docs/gst/Makefile \ - docs/libs/Makefile docs/plugins/Makefile && - make $MAKEFLAGS && make install && - - ln -s gstreamer-1.0/gst $install/usr/include/gst -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - case $PACKAGE in - gstreamer-1.0) - copy @std - DEPENDS="glib libffi pcre" - ;; - *-dev) - copy @dev - DEPENDS="gstreamer-1.0 glib-dev libffi-dev pcre-dev zlib-dev" - ;; - esac -} diff -r 3f2372059c9e -r 0e8dadf052b9 gstreamer-dev/receipt --- a/gstreamer-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gstreamer-dev" -VERSION="0.10.36" -SERIES="0.10" -CATEGORY="development" -SHORT_DESC="gstreamer devel files" -MAINTAINER="jozee@slitaz.org" -LICENSE="LGPL2" -WANTED="gstreamer" -WEB_SITE="http://gstreamer.freedesktop.org/" -HOST_ARCH="i486 arm" - -DEPENDS="gstreamer glib-dev libxml2-dev" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib/ - cp -a $install/usr/lib/gstreamer-$SERIES/*.*a \ - $fs/usr/lib/gstreamer-$SERIES - [ -d "$install/usr/lib/girepository-1.0" ] && \ - cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib - [ -d "$install/usr/share/gir-1.0" ] && \ - cp -a $install/usr/share/gir-1.0 $fs/usr/share - cp -a $install/usr/share/aclocal $fs/usr/share - cd $fs/usr/include - ln -s gstreamer-$SERIES/gst gst -} diff -r 3f2372059c9e -r 0e8dadf052b9 gstreamer/receipt --- a/gstreamer/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,56 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gstreamer" -VERSION="0.10.36" -SERIES="0.10" -CATEGORY="multimedia" -SHORT_DESC="GStreamer Multimedia Framework" -MAINTAINER="jozee@slitaz.org" -LICENSE="LGPL2" -TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://gstreamer.freedesktop.org/" -WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" -HOST_ARCH="i486 arm" - -LOCALES="da de es fr id it pt_BR ru zh_CN" -DEPENDS="glib libxml2" -BUILD_DEPENDS="glib-dev libxml2-dev" - -# Handle cross compilation -case "$ARCH" in - i?86) BUILD_DEPENDS="$BUILD_DEPENDS gobject-introspection-dev \ -python-dev bison flex m4 valgrind" - origin="http://www.slitaz.org" ;; - arm*) - origin="http://arm.slitaz.org" -esac - -# Rules to configure and make the package. -compile_rules() -{ - ./configure \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --libexecdir=/usr/lib \ - --enable-silent-rules \ - --disable-static \ - --disable-examples \ - --disable-debug \ - --with-package-name="GStreamer ($SERIES)" \ - --with-package-origin="$origin" \ - $CONFIGURE_ARGS && - make $MAKEFLAGS && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/bin $fs/usr/share/locale - cp -a $install/usr/bin/*-$SERIES $fs/usr/bin - cp -a $install/usr/lib/*.so* $fs/usr/lib - cp -a $install/usr/lib/gstreamer-$SERIES/*.so $fs/usr/lib/gstreamer-$SERIES - cp -a $install/usr/lib/gstreamer-$SERIES/gst-* $fs/usr/lib/gstreamer-$SERIES - # for locale in $LOCALES; do - # mv $install/usr/share/locale/$locale $fs/usr/share/locale - # done -} diff -r 3f2372059c9e -r 0e8dadf052b9 gstreamer0-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gstreamer0-dev/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="gstreamer0-dev" +VERSION="0.10.36" +SERIES="0.10" +CATEGORY="development" +SHORT_DESC="gstreamer0 devel files" +MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2" +WANTED="gstreamer0" +WEB_SITE="http://gstreamer.freedesktop.org/" +HOST_ARCH="i486 arm" + +DEPENDS="gstreamer0 glib-dev libxml2-dev" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib/ + cp -a $install/usr/lib/gstreamer-$SERIES/*.*a \ + $fs/usr/lib/gstreamer-$SERIES + [ -d "$install/usr/lib/girepository-1.0" ] && \ + cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib + [ -d "$install/usr/share/gir-1.0" ] && \ + cp -a $install/usr/share/gir-1.0 $fs/usr/share + cp -a $install/usr/share/aclocal $fs/usr/share + cd $fs/usr/include + ln -s gstreamer-$SERIES/gst gst +} diff -r 3f2372059c9e -r 0e8dadf052b9 gstreamer0/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gstreamer0/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,57 @@ +# SliTaz package receipt v2. + +PACKAGE="gstreamer0" +VERSION="0.10.36" +CATEGORY="multimedia" +SHORT_DESC="GStreamer Multimedia Framework" +MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2" +WEB_SITE="http://gstreamer.freedesktop.org/" +HOST_ARCH="i486 arm" + +TARBALL="gstreamer-$VERSION.tar.xz" +WGET_URL="https://gstreamer.freedesktop.org/src/gstreamer/$TARBALL" + +LOCALES="da de es fr id it pt_BR ru zh_CN" +BUILD_DEPENDS_arm="glib-dev libxml2-dev" +BUILD_DEPENDS="glib-dev libxml2-dev gobject-introspection-dev python-dev bison \ +flex m4 valgrind gettext" +SPLIT="gstreamer0-dev" + +# Rules to configure and make the package. +compile_rules() +{ + # Handle cross compilation + case "$ARCH" in + i?86) origin="http://www.slitaz.org";; + arm*) origin="http://arm.slitaz.org";; + esac + + ./configure \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --libexecdir=/usr/lib \ + --enable-silent-rules \ + --disable-static \ + --disable-examples \ + --disable-debug \ + --with-package-name="GStreamer (0.10)" \ + --with-package-origin="$origin" \ + $CONFIGURE_ARGS && + make $MAKEFLAGS && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + case $PACKAGE in + gstreamer0) + copy @std + DEPENDS="glib libxml2" + ;; + *-dev) + copy @dev + DEPENDS="gstreamer0 glib-dev libxml2-dev" + ;; + esac +} diff -r 3f2372059c9e -r 0e8dadf052b9 gstreamer1/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gstreamer1/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,47 @@ +# SliTaz package receipt v2. + +PACKAGE="gstreamer1" +VERSION="1.10.3" +CATEGORY="multimedia" +SHORT_DESC="GStreamer Multimedia Framework" +MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2" +WEB_SITE="https://gstreamer.freedesktop.org/" +HOST_ARCH="i486 arm" + +TARBALL="gstreamer-$VERSION.tar.xz" +WGET_URL="https://gstreamer.freedesktop.org/src/gstreamer/$TARBALL" + +BUILD_DEPENDS="gettext perl valgrind-dev" +BUILD_DEPENDS_arm="glib-dev libxml2-dev pkg-config" +SPLIT="gstreamer1-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure \ + --with-package-name="GStreamer (1.0)" \ + --with-package-origin="http://www.slitaz.org/" \ + $CONFIGURE_ARGS && + # Suppress installing errors (fatal for cooker) + sed -i 's| \$(builddir)/html/\*\.sgml||' docs/gst/Makefile \ + docs/libs/Makefile docs/plugins/Makefile && + make $MAKEFLAGS && make install && + + ln -s gstreamer-1.0/gst $install/usr/include/gst +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + case $PACKAGE in + gstreamer1) + copy @std + DEPENDS="glib libffi pcre" + ;; + *-dev) + copy @dev + DEPENDS="gstreamer1 glib-dev libffi-dev pcre-dev zlib-dev" + ;; + esac +} diff -r 3f2372059c9e -r 0e8dadf052b9 hfsprogs/receipt --- a/hfsprogs/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/hfsprogs/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,36 +1,44 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="hfsprogs" VERSION="332.25" CATEGORY="system-tools" -SHORT_DESC="HFS+ Filesystem user space tools." +SHORT_DESC="HFS+ Filesystem user space tools" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="APLS" +WEB_SITE="https://www.opensource.apple.com/" + TARBALL="${PACKAGE}_$VERSION.orig.tar.gz" -WEB_SITE="http://www.opensource.apple.com/darwinsource/10.4/" +TARBALL2="${PACKAGE}_$VERSION-11.debian.tar.gz" WGET_URL="http://http.debian.net/debian/pool/main/h/hfsprogs/$TARBALL" -EXTRA_SOURCE_FILES="${PACKAGE}_$VERSION-11.debian.tar.gz" -DEPENDS="libbsd libcrypto" BUILD_DEPENDS="libbsd-dev openssl-dev" # Rules to configure and make the package. compile_rules() { - [ -s $SOURCES_REPOSITORY/$EXTRA_SOURCE_FILES ] || - wget -P $SOURCES_REPOSITORY $(dirname $WGET_URL)/$EXTRA_SOURCE_FILES - tar xzf $SOURCES_REPOSITORY/$EXTRA_SOURCE_FILES + [ -s "$SOURCES_REPOSITORY/$TARBALL2" ] || + wget -P $SOURCES_REPOSITORY $(dirname $WGET_URL)/$TARBALL2 + tar -xzf $SOURCES_REPOSITORY/$TARBALL2 for i in $(cat debian/patches/series); do patch -p1 -i debian/patches/$i done - make -f Makefile.lnx LDFLAGS="$LDFLAGS -Wl,--as-needed" \ + + make -f Makefile.lnx \ + LDFLAGS="$LDFLAGS -Wl,--as-needed" \ CFLAGS="$CFLAGS -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -I$src/include" + + mkdir -p $install/sbin/ $install/usr/share/hfsprogs/ + install -m755 $src/newfs_hfs.tproj/newfs_hfs $install/sbin/mkfs.hfsplus + install -m755 $src/fsck_hfs.tproj/fsck_hfs $install/sbin/fsck.hfsplus + install -m644 $src/newfs_hfs.tproj/hfsbootdata.img \ + $install/usr/share/hfsprogs/hfsbootdata + cook_pick_manpages newfs_hfs.tproj/newfs_hfs.8 fsck_hfs.tproj/fsck_hfs.8 } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/sbin - install -m 755 $src/newfs_hfs.tproj/newfs_hfs $fs/sbin/mkfs.hfsplus - install -m 755 $src/fsck_hfs.tproj/fsck_hfs $fs/sbin/fsck.hfsplus + copy @std + DEPENDS="libbsd libcrypto" } diff -r 3f2372059c9e -r 0e8dadf052b9 hfsutils/receipt --- a/hfsutils/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/hfsutils/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,29 +1,31 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="hfsutils" VERSION="3.2.6" CATEGORY="system-tools" -SHORT_DESC="HFS Filesystem user space tools." +SHORT_DESC="HFS Filesystem user space tools" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://www.mars.org/home/rob/proj/hfs/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.mars.org/home/rob/proj/hfs/" WGET_URL="ftp://ftp.mars.org/pub/hfs/$TARBALL" # Rules to configure and make the package. compile_rules() { - mkdir -p $DESTDIR/usr/bin $DESTDIR/usr/share/man/man1 - sed -i "s|DEST =.|&$DESTDIR|" Makefile.in - ./configure --prefix=/usr \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install + mkdir -p $install/usr/bin $install/usr/share/man/man1 + sed -i 's|DEST =.|&$(DESTDIR)|' Makefile.in + + ./configure $CONFIGURE_ARGS && make && make install && + + docdir=$install/usr/share/doc/hfsutils-$VERSION && + mkdir -p $docdir && + cp doc/*.txt $docdir } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs//usr - cp -a $install/usr/bin $fs/usr + copy @std } diff -r 3f2372059c9e -r 0e8dadf052b9 libbsd-dev/receipt --- a/libbsd-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="libbsd-dev" -VERSION="0.6.0" -CATEGORY="development" -SHORT_DESC="Development files for libbsd." -MAINTAINER="claudinei@slitaz.org" -LICENSE="BSD MIT" -WEB_SITE="http://libbsd.freedesktop.org/wiki/" -HOST_ARCH="i486 arm" - -WANTED="libbsd" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/include $fs/usr -} diff -r 3f2372059c9e -r 0e8dadf052b9 libbsd/receipt --- a/libbsd/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/libbsd/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,15 +1,18 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="libbsd" -VERSION="0.6.0" +VERSION="0.8.6" CATEGORY="development" -SHORT_DESC="Provides useful functions commonly found on BSD systems." +SHORT_DESC="Provides useful functions commonly found on BSD systems" MAINTAINER="claudinei@slitaz.org" LICENSE="BSD MIT" -WEB_SITE="http://libbsd.freedesktop.org/wiki/" +WEB_SITE="https://libbsd.freedesktop.org/wiki/" +HOST_ARCH="i486 arm" + TARBALL="$PACKAGE-$VERSION.tar.xz" -WGET_URL="http://libbsd.freedesktop.org/releases/$TARBALL" -HOST_ARCH="i486 arm" +WGET_URL="https://libbsd.freedesktop.org/releases/$TARBALL" + +SPLIT="libbsd-dev" # Rules to configure and make the package. compile_rules() @@ -20,6 +23,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + case $PACKAGE in + libbsd) copy @std;; + *-dev) copy @dev;; + esac } diff -r 3f2372059c9e -r 0e8dadf052b9 libcanberra-dev/receipt --- a/libcanberra-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="libcanberra-dev" -VERSION="0.30" -CATEGORY="development" -SHORT_DESC="Portable Sound Event Library" -MAINTAINER="devl547@gmail.com" -LICENSE="LGPL2.1" -WEB_SITE="http://0pointer.de/lennart/projects/libcanberra/" -WANTED="libcanberra" - -DEPENDS="libvorbis-dev libcanberra pkg-config" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/$WANTED-$VERSION $fs/usr/share - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/lib/$WANTED-$VERSION/*.*a $fs/usr/lib/$WANTED-$VERSION - cp -a $install/usr/include $fs/usr - cp -a $install/usr/share/vala $fs/usr/share - cp -a $install/usr/lib/pkgconfig $fs/usr/lib -} - diff -r 3f2372059c9e -r 0e8dadf052b9 libcanberra/receipt --- a/libcanberra/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/libcanberra/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,34 +1,65 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="libcanberra" VERSION="0.30" -CATEGORY="development" -SHORT_DESC="Portable Sound Event Library" +CATEGORY="sound" +SHORT_DESC="Portable sound event library" MAINTAINER="devl547@gmail.com" LICENSE="LGPL2.1" +WEB_SITE="http://0pointer.de/lennart/projects/libcanberra/" + TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://0pointer.de/lennart/projects/libcanberra/" WGET_URL="$WEB_SITE/$TARBALL" -DEPENDS="libvorbis libogg gstreamer alsa-lib gtk+" -BUILD_DEPENDS="libvorbis-dev libogg-dev gstreamer-dev alsa-lib-dev \ -libtool gtk+-dev" +BUILD_DEPENDS="libtool gtk+-dev libvorbis-dev alsa-lib-dev eudev-dev \ +gstreamer1-dev" +SPLIT="libcanberra-gnome libcanberra-gstreamer1 libcanberra libcanberra-dev" # Rules to configure and make the package. compile_rules() { + # http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libcanberra.html ./configure \ --enable-gtk \ + --disable-oss \ $CONFIGURE_ARGS && make && - make -j 1 install + make -j1 docdir=/usr/share/doc/libcanberra-$VERSION install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib/$PACKAGE-$VERSION - cp -a $install/usr/lib/*.so* $fs/usr/lib - # We could split package in libcanberra-modules to avoid gstreamer dep. - cp -a $install/usr/lib/$PACKAGE-$VERSION/*.so $fs/usr/lib/$PACKAGE-$VERSION + case $PACKAGE in + *-gnome) + copy gnome-settings-daemon-3.0/ gdm/ gnome/ canberra-boot + CAT="gnome|GNOME integration" + ;; + *-gstreamer1) + copy libcanberra-gstreamer.so + CAT="sound|Gstreamer bindings" + DEPENDS="libcanberra glib gstreamer1 libffi libltdl libogg \ + libvorbis pcre" + ;; + libcanberra) + copy @std + remove_already_packed + DEPENDS="alsa-lib atk bzlib cairo fontconfig freetype gdk-pixbuf \ + glib gtk+ libffi libharfbuzz libltdl liblzma libogg libpng16 \ + libvorbis libxml2 pango pcre util-linux-blkid util-linux-mount \ + util-linux-uuid xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext \ + xorg-libXrender xorg-libxcb xorg-pixman zlib" + ;; + *-dev) + copy @dev + DEPENDS="libcanberra libcanberra-gnome libcanberra-gstreamer1 \ + alsa-lib-dev atk-dev bzip2-dev cairo-dev fontconfig-dev \ + freetype-dev gdk-pixbuf-dev glib-dev gstreamer1-dev gtk+-dev \ + harfbuzz-dev libffi-dev libogg-dev libpng16-dev libtool \ + libvorbis-dev libxml2-dev pango-dev pcre-dev util-linux-blkid-dev \ + util-linux-mount-dev util-linux-uuid-dev xorg-libX11-dev \ + xorg-libXau-dev xorg-libXdmcp-dev xorg-libXext-dev \ + xorg-libXrender-dev xorg-libxcb-dev xorg-pixman-dev xz-dev zlib-dev" + ;; + esac } diff -r 3f2372059c9e -r 0e8dadf052b9 libdevmapper-dev/receipt --- a/libdevmapper-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="libdevmapper-dev" -VERSION="2.02.98" -CATEGORY="development" -SHORT_DESC="Linux device mapper library development files." -MAINTAINER="b1+slitaz@nagel.org" -LICENSE="GPL2" -WANTED="lvm2" -WEB_SITE="http://sourceware.org/dm/" - -DEPENDS="libdevmapper pkg-config" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib -} diff -r 3f2372059c9e -r 0e8dadf052b9 libdevmapper/receipt --- a/libdevmapper/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="libdevmapper" -VERSION="2.02.98" -CATEGORY="system-tools" -SHORT_DESC="Linux device mapper library." -MAINTAINER="b1+slitaz@nagel.org" -LICENSE="GPL2" -WEB_SITE="http://sourceware.org/dm/" -WANTED="lvm2" - -DEPENDS="readline udev" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib $fs/lib $fs/etc - cp -a $install/usr/lib/libdevmapper*.so* $fs/usr/lib - cp -a $install/usr/lib/liblvm2*.so* $fs/usr/lib - cp -a $install/lib/udev $fs/etc -} - -post_install() -{ - tazpkg reconfigure udev --root="$1" -} diff -r 3f2372059c9e -r 0e8dadf052b9 libmms-dev/receipt --- a/libmms-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="libmms-dev" -VERSION="0.6" -CATEGORY="development" -SHORT_DESC="LibMMS is a common library for parsing mms and mmsh streams devel files." -MAINTAINER="slitaz@kacper.se" -LICENSE="LGPL2.1" -WEB_SITE="http://launchpad.net/libmms" -WANTED="libmms" - -DEPENDS="libmms pkg-config" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib -} diff -r 3f2372059c9e -r 0e8dadf052b9 libmms/receipt --- a/libmms/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/libmms/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,32 +1,35 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="libmms" -VERSION="0.6" +VERSION="0.6.4" CATEGORY="development" -SHORT_DESC="LibMMS is a common library for parsing mms and mmsh streams." +SHORT_DESC="LibMMS is a common library for parsing mms and mmsh streams" MAINTAINER="slitaz@kacper.se" LICENSE="LGPL2.1" +WEB_SITE="http://launchpad.net/libmms" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://launchpad.net/libmms" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="glib" -BUILD_DEPENDS="pkg-config glib-dev" +BUILD_DEPENDS="glib-dev" +SPLIT="libmms-dev" # Rules to configure and make the package. compile_rules() { - patch -p1 -i $stuff/libmms.patch - - ./configure \ - --prefix=/usr \ - $CONFIGURE_ARGS && - make && make DESTDIR=$DESTDIR install + ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + case $PACKAGE in + libmms) + copy @std + ;; + *-dev) + copy @dev + DEPENDS="libmms glib-dev" + ;; + esac } diff -r 3f2372059c9e -r 0e8dadf052b9 libmodplug-dev/receipt --- a/libmodplug-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="libmodplug-dev" -VERSION="0.8.8.1" -CATEGORY="development" -SHORT_DESC="libmodplug devel files" -MAINTAINER="jozee@slitaz.org" -LICENSE="PublicDomain" -WANTED="libmodplug" -WEB_SITE="http://modplug-xmms.sourceforge.net/" -HOST_ARCH="i486 arm" - -DEPENDS="pkg-config" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*.*a $fs/usr/lib/ - cp -a $install/usr/lib/pkgconfig $fs/usr/lib -} diff -r 3f2372059c9e -r 0e8dadf052b9 libmodplug/receipt --- a/libmodplug/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/libmodplug/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,31 +1,30 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="libmodplug" -VERSION="0.8.8.1" +VERSION="0.8.9.0" CATEGORY="multimedia" SHORT_DESC="A MOD playing library" MAINTAINER="jozee@slitaz.org" LICENSE="PublicDomain" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://modplug-xmms.sourceforge.net/" -WGET_URL="http://downloads.sf.net/sourceforge/modplug-xmms/$TARBALL" +WEB_SITE="http://modplug-xmms.sourceforge.net/" HOST_ARCH="i486 arm" -DEPENDS="gcc-lib-base" -BUILD_DEPENDS="gcc-lib-base" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="$SF_MIRROR/modplug-xmms/$TARBALL" + +SPLIT="libmodplug-dev" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr $CONFIGURE_ARGS - make - make DESTDIR=$DESTDIR install + ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + case $PACKAGE in + libmodplug) copy @std;; + *-dev) copy @dev;; + esac } diff -r 3f2372059c9e -r 0e8dadf052b9 libnice/receipt --- a/libnice/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/libnice/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -10,8 +10,8 @@ WEB_SITE="http://nice.freedesktop.org/" WGET_URL="http://nice.freedesktop.org/releases/$TARBALL" -DEPENDS="gstreamer" -BUILD_DEPENDS="gstreamer gstreamer-dev pkg-config glib-dev libxml2-dev" +DEPENDS="gstreamer0" +BUILD_DEPENDS="gstreamer0 gstreamer0-dev pkg-config glib-dev libxml2-dev" # Rules to configure and make the package. compile_rules() diff -r 3f2372059c9e -r 0e8dadf052b9 libvpx-dev/receipt --- a/libvpx-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="libvpx-dev" -VERSION="1.3.0" -CATEGORY="development" -SHORT_DESC="devel files for libvpx" -MAINTAINER="slaxemulator@gmail.com" -LICENSE="BSD" -WEB_SITE="http://www.webproject.org/" -DEPENDS="libvpx pkg-config" -WANTED="libvpx" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib -} diff -r 3f2372059c9e -r 0e8dadf052b9 libvpx/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libvpx/description.txt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,3 @@ +This package, from the WebM project, provides the reference implementations +of the VP8 Codec, used in most current html5 video, and of the next-generation +VP9 Codec. diff -r 3f2372059c9e -r 0e8dadf052b9 libvpx/receipt --- a/libvpx/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/libvpx/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,36 +1,42 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="libvpx" -VERSION="1.3.0" +VERSION="1.6.1" CATEGORY="multimedia" SHORT_DESC="The VP8 Codec SDK" MAINTAINER="slaxemulator@gmail.com" LICENSE="BSD" WEB_SITE="http://www.webmproject.org/" -TARBALL="$PACKAGE-v$VERSION.tar.bz2" -WGET_URL="http://webm.googlecode.com/files/$TARBALL" -DEPENDS="glibc-base" -BUILD_DEPENDS="yasm coreutils-file-format" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="http://storage.googleapis.com/downloads.webmproject.org/releases/webm/$TARBALL" + +BUILD_DEPENDS="perl coreutils-file-output-full yasm" +SPLIT="libvpx-dev" # Rules to configure and make the package. compile_rules() { - ./configure \ - --enable-vp8 \ + # http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libvpx.html + sed -i 's/cp -p/cp/' build/make/Makefile && + + mkdir libvpx-build && + cd libvpx-build && + + ../configure \ + --prefix=/usr \ --enable-runtime-cpu-detect \ - --enable-postproc \ --enable-shared \ - --enable-pic \ - --disable-install-docs \ - --disable-install-srcs && - make && make DIST_DIR=$DESTDIR/usr install + --disable-static \ + && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib/*.so* $fs/usr/lib + case $PACKAGE in + libvpx) copy @std;; + *-dev) copy @dev;; + esac } diff -r 3f2372059c9e -r 0e8dadf052b9 libwebkit-video/receipt --- a/libwebkit-video/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/libwebkit-video/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -22,7 +22,7 @@ m4 bison flex xorg-libXdamage-dev acl-dev libsoup-dev libxml2-dev \ libxcb-dev xcb-util-dev util-linux-uuid-dev zlib-dev libtasn1-dev \ gobject-introspection-dev tar gettext glib-networking-dev gtk-doc \ -gstreamer-dev gst-plugins-base-dev" +gstreamer0-dev gst-plugins-base-dev" SUGGESTED="gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-ffmpeg" # Rules to configure and make the package. diff -r 3f2372059c9e -r 0e8dadf052b9 libwnck-dev/receipt --- a/libwnck-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="libwnck-dev" -VERSION="2.30.7" -CATEGORY="development" -SHORT_DESC="libwnck devel files." -MAINTAINER="pankso@slitaz.org" -LICENSE="LGPL2" -WANTED="libwnck" -WEB_SITE="http://www.gnome.org/" - -DEPENDS="libwnck gtk+-dev startup-notification-dev pkg-config" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib $fs/usr/share - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/share/gir-1.0 $fs/usr/share -} diff -r 3f2372059c9e -r 0e8dadf052b9 libwnck/receipt --- a/libwnck/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,35 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="libwnck" -VERSION="2.30.7" -CATEGORY="x-window" -SHORT_DESC="libwnck is Window Navigator Construction Kit." -MAINTAINER="pankso@slitaz.org" -LICENSE="LGPL2" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.gnome.org/" -WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" - -DEPENDS="expat gtk+ startup-notification xorg-libICE xorg-libSM xorg-libX11 \ -xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ -xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" -BUILD_DEPENDS="perl-xml-parser gettext intltool xorg-dev gtk+-dev pkg-config \ -gobject-introspection-dev" - -# Rules to configure and make the package. -compile_rules() -{ - ./configure \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib/*.so* $fs/usr/lib - cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib -} diff -r 3f2372059c9e -r 0e8dadf052b9 libwnck2/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libwnck2/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,47 @@ +# SliTaz package receipt v2. + +PACKAGE="libwnck2" +VERSION="2.30.7" +CATEGORY="x-window" +SHORT_DESC="Window Navigator Construction Kit" +MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2" +WEB_SITE="https://developer.gnome.org/libwnck/" + +TARBALL="libwnck-$VERSION.tar.bz2" +WGET_URL="$GNOME_MIRROR/libwnck/${VERSION%.*}/$TARBALL" + +BUILD_DEPENDS="intltool startup-notification-dev xorg-libX11-dev gtk+-dev \ +gobject-introspection-dev" +SPLIT="libwnck2-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure $CONFIGURE_ARGS && make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + case $PACKAGE in + libwnck2) + copy @std + DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib gtk+ \ + libffi libharfbuzz liblzma libpng16 libxml2 pango pcre \ + startup-notification util-linux-blkid util-linux-mount \ + util-linux-uuid xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext \ + xorg-libXrender xorg-libxcb xorg-pixman xorg-xcb-util zlib" + ;; + *-dev) + copy @dev + DEPENDS="libwnck2 atk-dev bzip2-dev cairo-dev fontconfig-dev \ + freetype-dev gdk-pixbuf-dev glib-dev gtk+-dev harfbuzz-dev \ + libffi-dev libpng16-dev libxml2-dev pango-dev pcre-dev \ + startup-notification-dev util-linux-blkid-dev util-linux-mount-dev \ + util-linux-uuid-dev xorg-libX11-dev xorg-libXau-dev \ + xorg-libXdmcp-dev xorg-libXext-dev xorg-libXrender-dev \ + xorg-libxcb-dev xorg-pixman-dev xorg-xcb-util-dev xz-dev zlib-dev" + ;; + esac +} diff -r 3f2372059c9e -r 0e8dadf052b9 lvm2-dev/receipt --- a/lvm2-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="lvm2-dev" -VERSION="2.02.98" -CATEGORY="development" -SHORT_DESC="Linux Logical Volume Manager development files." -MAINTAINER="guillaume.michon@laposte.net" -LICENSE="GPL2" -WANTED="lvm2" -WEB_SITE="http://sourceware.org/lvm2/" - -DEPENDS="lvm2" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr -} diff -r 3f2372059c9e -r 0e8dadf052b9 lvm2/receipt --- a/lvm2/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/lvm2/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,47 +1,79 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="lvm2" -SOURCE="LVM2" -VERSION="2.02.98" +VERSION="2.02.173" CATEGORY="system-tools" -SHORT_DESC="Linux Logical Volume Manager." +SHORT_DESC="Linux Logical Volume Manager" MAINTAINER="guillaume.michon@laposte.net" LICENSE="GPL2" -TARBALL="$SOURCE.$VERSION.tgz" WEB_SITE="http://sourceware.org/lvm2/" + +TARBALL="LVM2.$VERSION.tgz" WGET_URL="ftp://sources.redhat.com/pub/lvm2/$TARBALL" -DEPENDS="readline linux-md libdevmapper ncurses" -BUILD_DEPENDS="readline-dev udev-dev ncurses-dev" +BUILD_DEPENDS="readline-dev eudev-dev ncurses-dev coreutils-file-format" +SPLIT="dmsetup libdevmapper libdevmapper-dev lvm2 lvm2-dev" # Rules to configure and make the package. compile_rules() { - cd $src + # http://www.linuxfromscratch.org/blfs/view/stable/postlfs/lvm2.html + ./configure \ + --exec-prefix= \ + --enable-applib \ --enable-cmdlib \ + --enable-pkgconfig \ + --enable-udev_sync \ --enable-dmeventd \ - --with-udevdir=/lib/udev/rules.d \ - --enable-udev_sync \ --enable-udev_rules \ - --enable-cmdlib \ - --enable-applib \ --enable-readline \ - --enable-pkgconfig \ + --with-thin-check= --with-thin-dump= --with-thin-repair= \ + --with-thin-restore= --with-cache-check= --with-cache-dump= \ + --with-cache-repair= --with-cache-restore= \ + MKDIR_P='mkdir -p' \ $CONFIGURE_ARGS && - make && make install - cd $src/udev + title "make" && + make && + make -C tools install_dmsetup_dynamic && + make -C udev install && + make -C libdm install && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - cp -a $install/etc $fs - cp -a $install/usr/sbin $fs/usr - cp -a $install/usr/lib/* $fs/usr/lib - # split libdevmapper - rm -f $fs/usr/lib/libdevmapper*.so* - rm -f $fs/usr/sbin/dmsetup + case $PACKAGE in + dmsetup) + copy dmsetup dmstats + DEPENDS="libdevmapper" + CAT="system-tools|Linux device mapper setup tool" + ;; + libdevmapper) + # to satisfy package ldd-dependencies: add liblvm2cmd.so* + copy *.rules libdevmapper*.so* liblvm2cmd.so* + DEPENDS="eudev" + CAT="system-tools|Linux device mapper library" + ;; + libdevmapper-dev) + # ... and add lvm2cmd.h because liblvm2cmd.so in libdevmapper package + copy libdevmapper*.h devmapper*.pc lvm2cmd.h + CAT="system-tools|Linux device mapper development files" + DEPENDS="libdevmapper eudev-dev" + ;; + lvm2) + copy @std + remove_already_packed + DEPENDS="eudev libdevmapper ncurses readline linux-md" + ;; + lvm2-dev) + copy lvm2app.h lvm2app.pc + DEPENDS="lvm2 libdevmapper-dev" + ;; + esac } + +post_install_libdevmapper() { + tazpkg reconfigure eudev --root="$1" +} diff -r 3f2372059c9e -r 0e8dadf052b9 mate-notification-daemon/receipt --- a/mate-notification-daemon/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/mate-notification-daemon/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,31 +1,28 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="mate-notification-daemon" -VERSION="1.13.0" +VERSION="1.14.0" CATEGORY="x-window" SHORT_DESC="Fork of gnome-notification-daemon" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL2" WEB_SITE="https://github.com/mate-desktop/mate-notification-daemon/" + TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz" -PROVIDE="notification-daemon" -TAGS="MATE" -DEPENDS="gtk+ libcanberra libltdl libnotify libwnck" BUILD_DEPENDS="autoconf automake libtool gtk+-dev dbus-dev dbus-glib-dev \ -libcanberra-dev libwnck-dev libnotify-dev intltool" -GENERIC_MENUS="no" +libcanberra-dev libwnck2-dev libnotify-dev intltool" # Rules to configure and make the package. compile_rules() { sed -i '/^MATE_/d' configure.ac # build standalone without MATE + sed -i '/^OnlyShowIn/d' src/capplet/mate-notification-properties.desktop.in - mkdir macros; autoreconf --install --force + mkdir macros; autoreconf -fi intltoolize; autoreconf ./configure \ - --prefix=/usr \ --sysconfdir=/etc \ $CONFIGURE_ARGS && make && make install @@ -34,10 +31,14 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/* $fs - find $fs/usr/lib -name '*.*a' -delete - rm -r $fs/usr/share/locale - sed -i '/^OnlyShowIn/d' $fs/usr/share/applications/mate-notification-properties.desktop - #find $fs/usr/share/man -type f -exec gzip \{\} \; - rm -rf $fs/usr/share/man + copy @std + rm -r $fs/usr/share/icons/; cook_copy_icons # only 16 and 48 + DEPENDS="atk bzlib cairo dbus dbus-glib fontconfig freetype gdk-pixbuf \ + glib gtk+ libcanberra libffi libharfbuzz libltdl liblzma libnotify libogg \ + libpng16 libvorbis libwnck2 libxml2 pango pcre startup-notification \ + util-linux-blkid util-linux-mount util-linux-uuid xorg-libX11 xorg-libXau \ + xorg-libXdmcp xorg-libXext xorg-libXrender xorg-libxcb xorg-pixman \ + xorg-xcb-util zlib" + PROVIDE="notification-daemon" + TAGS="MATE" } diff -r 3f2372059c9e -r 0e8dadf052b9 midori-video/receipt --- a/midori-video/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/midori-video/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -8,7 +8,7 @@ LICENSE="LGPL2.1" WEB_SITE="http://www.slitaz.org" -DEPENDS="midori libwebkit-video gstreamer gst-plugins-base gst-plugins-good \ +DEPENDS="midori libwebkit-video gstreamer0 gst-plugins-base gst-plugins-good \ gst-ffmpeg-small" SUGGESTED="gst-plugins-bad gst-ffmpeg" diff -r 3f2372059c9e -r 0e8dadf052b9 miro/receipt --- a/miro/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/miro/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -10,11 +10,11 @@ WEB_SITE="http://www.getmiro.com" WGET_URL="http://ftp.osuosl.org/pub/pculture.org/$PACKAGE/src/$TARBALL" -DEPENDS="dbus-python python-pyrex pygtk gstreamer python-pysqlite pywebkitgtk \ +DEPENDS="dbus-python python-pyrex pygtk gstreamer0 python-pysqlite pywebkitgtk \ shared-mime-info desktop-file-utils hicolor-icon-theme gst-python notify-python \ libtorrent-rasterbar gst-plugins-base gst-plugins-good gst-ffmpeg \ pycurl taglib python-gconf" -BUILD_DEPENDS="$DEPENDS python-dev dbus-python-dev pygtk-dev gstreamer-dev \ +BUILD_DEPENDS="$DEPENDS python-dev dbus-python-dev pygtk-dev gstreamer0-dev \ shared-mime-info-dev gst-python-dev libtorrent-rasterbar-dev libsoup-dev \ libwebkit-dev gst-plugins-base-dev gst-plugins-good-dev ffmpeg-dev \ imagemagick-dev taglib-dev libboost-dev" diff -r 3f2372059c9e -r 0e8dadf052b9 mtools/receipt --- a/mtools/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/mtools/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,33 +1,37 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="mtools" -VERSION="4.0.16" +VERSION="4.0.18" CATEGORY="system-tools" -SHORT_DESC="Access MS-DOS disk from *nix." +SHORT_DESC="Access MS-DOS disk from *nix" MAINTAINER="erjo@slitaz.org" LICENSE="GPL3" +WEB_SITE="https://www.gnu.org/software/mtools/intro.html" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://mtools.linux.lu/" -WGET_URL="http://mtools.linux.lu/$TARBALL" +WGET_URL="https://ftp.gnu.org/pub/gnu/mtools/$TARBALL" -DEPENDS="xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp" -BUILD_DEPENDS="texinfo" +BUILD_DEPENDS="texinfo xorg-libX11-dev xorg-libICE-dev" +SPLIT="mtools-floppyd mtools" # Rules to configure and make the package. compile_rules() { - # Patching Makefile to avoid error on makeinfo - cd $src - ./configure --prefix=/usr \ - $CONFIGURE_ARGS && - make MYCFLAGS="-g -O2 -Wall" mtools && - make -j1 MYCFLAGS="-g -O2 -Wall" install DESTDIR=$DESTDIR + ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + case $PACKAGE in + *-floppyd) + copy floppyd floppyd_installtest + CAT="system-tools|floppy daemon" + DEPENDS="xorg-libX11 xorg-libXau" + ;; + mtools) + copy @std + remove_already_packed + ;; + esac } - diff -r 3f2372059c9e -r 0e8dadf052b9 mtools/stuff/mtools_makefile.patch --- a/mtools/stuff/mtools_makefile.patch Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ ---- mtools-3.9.11.ori/Makefile Tue Sep 16 22:01:39 2008 -+++ mtools-3.9.11/Makefile Tue Sep 16 22:05:15 2008 -@@ -216,8 +216,8 @@ - uninstall-info: - cd $(DESTDIR)$(infodir) && rm -f mtools.info* - --install: $(DESTDIR)$(bindir)/mtools $(DESTDIR)$(bindir)/floppyd $(DESTDIR)$(bindir)/floppyd_installtest install-man install-links \ -- $(DESTDIR)$(bindir)/mkmanifest install-scripts install-info -+install: $(DESTDIR)$(bindir)/mtools $(DESTDIR)$(bindir)/floppyd $(DESTDIR)$(bindir)/floppyd_installtest install-links \ -+ $(DESTDIR)$(bindir)/mkmanifest install-scripts - - uninstall: uninstall-bin uninstall-man uninstall-links \ - uninstall-scripts diff -r 3f2372059c9e -r 0e8dadf052b9 mtools/stuff/patches/mkdir-p.diff --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mtools/stuff/patches/mkdir-p.diff Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,11 @@ +--- a/mkinstalldirs ++++ b/mkinstalldirs +@@ -38,7 +38,7 @@ + + if test ! -d "$pathcomp"; then + echo "mkdir $pathcomp" 1>&2 +- mkdir "$pathcomp" || errstatus=$? ++ mkdir -p "$pathcomp" || errstatus=$? + fi + + pathcomp="$pathcomp/" diff -r 3f2372059c9e -r 0e8dadf052b9 mtools/stuff/patches/series --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mtools/stuff/patches/series Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,1 @@ +mkdir-p.diff diff -r 3f2372059c9e -r 0e8dadf052b9 nilfs-utils-dev/receipt --- a/nilfs-utils-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="nilfs-utils-dev" -VERSION="2.2.3" -CATEGORY="development" -SHORT_DESC="NILFS Filesystem development. files" -MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL2 LGPL2.1" -WEB_SITE="https://github.com/nilfs-dev/nilfs-utils" -WANTED="nilfs-utils" - -DEPENDS="nilfs-utils" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr/ - cp -a $install/usr/lib/*a $fs/usr/lib/ -} diff -r 3f2372059c9e -r 0e8dadf052b9 nilfs-utils/receipt --- a/nilfs-utils/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/nilfs-utils/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,36 +1,42 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="nilfs-utils" -VERSION="2.2.3" +VERSION="2.2.6" CATEGORY="system-tools" -SHORT_DESC="NILFS Filesystem user space tools." +SHORT_DESC="NILFS Filesystem user space tools" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2 LGPL2.1" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://github.com/nilfs-dev/nilfs-utils" -WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" +WEB_SITE="http://nilfs.sourceforge.net/" +#WGET_URL="https://github.com/nilfs-dev/nilfs-utils/" -DEPENDS="util-linux-mount util-linux-blkid util-linux-uuid" -BUILD_DEPENDS="wget autoconf automake libtool util-linux-mount-dev \ -util-linux-blkid-dev util-linux-uuid-dev" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="http://nilfs.sourceforge.net/download/$TARBALL" # note, no $SF_MIRROR + +BUILD_DEPENDS="automake libtool util-linux-uuid-dev util-linux-mount-dev" +SPLIT="nilfs-utils-dev" # Rules to configure and make the package. compile_rules() { - ./autogen.sh - ./configure --prefix=/usr \ + ./autogen.sh && + ./configure \ + --with-libmount \ $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - cp -a $install/etc $fs/ - cp -a $install/sbin $fs/ - cp -a $install/usr/bin $fs/usr/ - cp -a $install/usr/sbin $fs/usr/ - cp -a $install/usr/lib/*.so* $fs/usr/lib/ + case $PACKAGE in + *-utils) + copy @std + DEPENDS="util-linux-blkid util-linux-mount util-linux-uuid" + CONFIG_FILES="/etc/nilfs_cleanerd.conf" + ;; + *-dev) + copy @dev + DEPENDS="nilfs-utils util-linux-uuid-dev" + ;; + esac } diff -r 3f2372059c9e -r 0e8dadf052b9 ntfs-3g-dev/receipt --- a/ntfs-3g-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="ntfs-3g-dev" -VERSION="2014.2.15" -CATEGORY="development" -SHORT_DESC="The free ntfs driver devel files." -MAINTAINER="pankso@slitaz.org" -LICENSE="GPL2" -WANTED="ntfs-3g" -WEB_SITE="http://www.ntfs-3g.org/" - -DEPENDS="fuse-dev pkg-config" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib -} - diff -r 3f2372059c9e -r 0e8dadf052b9 ntfs-3g/receipt --- a/ntfs-3g/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/ntfs-3g/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,55 +1,70 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="ntfs-3g" -VERSION="2014.2.15" +VERSION="2017.3.23" CATEGORY="system-tools" -SHORT_DESC="Read/write NTFS driver for FUSE" +SHORT_DESC="Read/write NTFS driver" MAINTAINER="pankso@slitaz.org" -LICENSE="GPL2" -SOURCE="ntfs-3g_ntfsprogs" -TARBALL="$SOURCE-$VERSION.tgz" -WEB_SITE="http://tuxera.com/opensource" -WGET_URL="$WEB_SITE/$TARBALL" -CONFIG_FILES="/etc/filesystems" -TAGS="windows" +LICENSE="GPL2 LGPL2" +WEB_SITE="https://www.tuxera.com/community/open-source-ntfs-3g/" -DEPENDS="fuse attr" -BUILD_DEPENDS="fuse-dev attr-dev" +TARBALL="ntfs-3g_ntfsprogs-$VERSION.tgz" +WGET_URL="https://tuxera.com/opensource/$TARBALL" + +BUILD_DEPENDS="util-linux-uuid-dev libtool" +SPLIT="ntfsprogs ntfsprogs-extra ntfs-3g ntfs-3g-dev" # Rules to configure and make the package. compile_rules() { - ./configure --prefix=/usr \ - --disable-static \ - --with-fuse=internal \ - --mandir=/usr/share/man $CONFIGURE_ARGS && + # http://www.linuxfromscratch.org/blfs/view/stable/postlfs/ntfs-3g.html + + touch $src/libtoolT + + ./configure \ + --enable-extras \ + $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + mkdir -p $install/lib && + make install && + + mkdir -p $install/etc && touch $install/etc/filesystems && + #this link allow udisks2 to use ntfs-3g + ln -s mount.ntfs-3g $install/sbin/mount.ntfs } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/lib $fs/usr/lib $fs/etc $fs/sbin $fs/usr/bin - cp -a $install/bin $fs/ - cp -a $install/sbin/*-3g $fs/sbin - cp -a $install/lib/*-3g.so* $fs/lib - cp -a $install/usr/lib/*-3g.so* $fs/usr/lib - cp -a $install/usr/bin/*-3g* $fs/usr/bin - touch $fs/etc/filesystems - #this link allow udisks2 to use ntfs-3g - cd $fs/sbin - ln -s mount.ntfs-3g mount.ntfs + TAGS="windows" + case $PACKAGE in + ntfsprogs) + copy mkfs.ntfs mkntfs ntfscat ntfsclone ntfscluster ntfscmp ntfscp \ + ntfsfix ntfsinfo ntfslabel ntfsls ntfsresize ntfsundelete + CAT="system-tools|ntfsprogs utilities" + DEPENDS="ntfs-3g util-linux-uuid" + ;; + *-extra) + copy ntfsrecover ntfssecaudit ntfstruncate ntfsusermap ntfswipe + CAT="system-tools|extra ntfsprogs utilities" + DEPENDS="ntfs-3g" + ;; + ntfs-3g) + copy @std + remove_already_packed + CONFIG_FILES="/etc/filesystems" + ;; + *-dev) + copy @dev + PROVIDE="ntfsprogs-dev" + ;; + esac } -# Pre remove and post install commands for Tazpkg. -pre_remove() -{ +post_install_ntfs_3g() { + grep -qs ^$PACKAGE$ "$1/etc/filesystems" || \ + echo "$PACKAGE" >> "$1/etc/filesystems" +} +pre_remove_ntfs_3g() { sed -i '/^$PACKAGE$/d' "$1/etc/filesystems" } - -post_install() -{ - grep -qs ^$PACKAGE$ "$1/etc/filesystems" || \ - echo "$PACKAGE" >> "$1/etc/filesystems" -} diff -r 3f2372059c9e -r 0e8dadf052b9 ntfsprogs-dev/receipt --- a/ntfsprogs-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="ntfsprogs-dev" -VERSION="2.0.0" -CATEGORY="development" -SHORT_DESC="Utilities for ntfs manipulations with FUSE module, development files." -MAINTAINER="pankso@slitaz.org" -LICENSE="GPL2" -WEB_SITE="http://www.linux-ntfs.org/" -WANTED="ntfsprogs" - -DEPENDS="ntfsprogs" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*a $fs/usr/lib - cp -a $install/usr/include $fs/usr -} - diff -r 3f2372059c9e -r 0e8dadf052b9 ntfsprogs/receipt --- a/ntfsprogs/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,39 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="ntfsprogs" -VERSION="2.0.0" -CATEGORY="system-tools" -SHORT_DESC="Utilities for ntfs manipulations with FUSE module." -MAINTAINER="pankso@slitaz.org" -LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.linux-ntfs.org/" -WGET_URL="$SF_MIRROR/linux-ntfs/$TARBALL" -TAGS="windows" - -DEPENDS="fuse ntfs-3g util-linux-uuid" -BUILD_DEPENDS="fuse" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --enable-fuse-module \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/sbin $fs/usr - cp -a $install/usr/lib/*.so* $fs/usr/lib - cp -a $install/sbin $fs -} - diff -r 3f2372059c9e -r 0e8dadf052b9 palemoon/receipt --- a/palemoon/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/palemoon/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -14,7 +14,7 @@ DEPENDS="gtk+" BUILD_DEPENDS="autoconf213 gtk+-dev yasm zip unzip iw dbus-dev dbus-glib-dev \ -iw libpng-dev gstreamer gstreamer-dev gst-plugins-base-dev gst-plugins-base \ +iw libpng-dev gstreamer0 gstreamer0-dev gst-plugins-base-dev gst-plugins-base \ libvpx-dev mesa-dev setuptools virtualenv zlib-dev bzip2-dev python-dev \ pixman pixman-dev libffi libffi-dev" # sqlite sqlite-dev libevent libevent-dev diff -r 3f2372059c9e -r 0e8dadf052b9 parole/receipt --- a/parole/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/parole/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -11,10 +11,10 @@ WGET_URL="http://archive.xfce.org/src/apps/parole/${VERSION:0:3}/$TARBALL" DEPENDS="libxfcegui4 libxfce4util dbus-glib glib gst-plugins-base taglib \ -startup-notification libnotify gstreamer util-linux-uuid" +startup-notification libnotify gstreamer0 util-linux-uuid" BUILD_DEPENDS="intltool libxfcegui4-dev libxfce4util-dev dbus-glib-dev \ glib-dev gst-plugins-base-dev taglib-dev startup-notification-dev \ -libnotify-dev gstreamer-dev util-linux-uuid-dev coreutils-operations \ +libnotify-dev gstreamer0-dev util-linux-uuid-dev coreutils-operations \ gtk+-dev libxml2-dev orc-dev libxfconf-dev libxfce4ui-dev" # Rules to configure and make the package. diff -r 3f2372059c9e -r 0e8dadf052b9 parted/receipt --- a/parted/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/parted/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,9 +1,9 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="parted" VERSION="3.2" CATEGORY="system-tools" -SHORT_DESC="GNU parted partition editor." +SHORT_DESC="GNU parted partition editor" MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/parted/index.shtml" @@ -12,33 +12,45 @@ WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" TARBALL="$PACKAGE-$VERSION.tar.xz" -DEPENDS="util-linux-uuid util-linux-blkid" -BUILD_DEPENDS="e2fsprogs-dev util-linux-uuid-dev util-linux-blkid-dev" -SUGGESTED="btrfs-progs e2fsprogs f2fs-tools dosfstools mtools hfsutils \ -hfsprogs jfsutils util-linux lvm2 nilfs-utils ntfsprogs reiser4progs \ -reiserfsprogs xfsprogs" +BUILD_DEPENDS="gettext util-linux-uuid-dev readline-dev check-dev texinfo" +SPLIT="parted-dev" # Rules to configure and make the package. compile_rules() { - patch -p1 < $stuff/device_mapper.u - grep -qs 'define u8' libparted/arch/linux.c || - sed -i 's|#include |#define u8 __u8\n&|' \ - libparted/arch/linux.c +# grep -qs 'define u8' libparted/arch/linux.c || +# sed -i 's|#include |#define u8 __u8\n&|' libparted/arch/linux.c + # http://www.linuxfromscratch.org/blfs/view/stable/postlfs/parted.html ./configure \ - --disable-debug \ - --disable-Werror \ - --without-readline \ + --disable-static \ --disable-device-mapper \ $CONFIGURE_ARGS && - make && make install + make && + make -C doc html && + makeinfo --html -o doc/html doc/parted.texi && + makeinfo --plaintext -o doc/parted.txt doc/parted.texi && + make install && + docdir="$install/usr/share/doc/parted-$VERSION" && + mkdir -p $docdir/html && + install -v -m644 doc/html/* $docdir/html && + install -v -m644 doc/FAT doc/API doc/parted.txt doc/parted.html $docdir } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib - cp -a $install/usr/sbin $fs/usr + case $PACKAGE in + parted) + copy *.so* sbin/ + DEPENDS="ncurses readline util-linux-blkid util-linux-uuid" + SUGGESTED="btrfs-progs e2fsprogs f2fs-tools dosfstools mtools \ + hfsutils hfsprogs jfsutils util-linux lvm2 nilfs-utils ntfsprogs \ + reiser4progs reiserfsprogs xfsprogs" + ;; + *-dev) + copy @dev + DEPENDS="parted util-linux-blkid-dev util-linux-uuid-dev" + ;; + esac } diff -r 3f2372059c9e -r 0e8dadf052b9 parted/stuff/device_mapper.u --- a/parted/stuff/device_mapper.u Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,44 +0,0 @@ ---- parted-3.2/libparted/arch/linux.c.device-mapper 2014-06-15 20:15:54.000000000 +0100 -+++ parted-3.2/libparted/arch/linux.c 2014-07-29 22:27:54.487430030 +0100 -@@ -2307,6 +2307,7 @@ zasprintf (const char *format, ...) - static char * - dm_canonical_path (PedDevice const *dev) - { -+#ifdef ENABLE_DEVICE_MAPPER - LinuxSpecific const *arch_specific = LINUX_SPECIFIC (dev); - - /* Get map name from devicemapper */ -@@ -2324,6 +2325,7 @@ dm_canonical_path (PedDevice const *dev) - dm_task_destroy (task); - return dev_name; - err: -+#endif - return NULL; - } - -@@ -2944,13 +2946,14 @@ _disk_sync_part_table (PedDisk* disk) - unsigned long long *start, - unsigned long long *length); - -- -+#ifdef ENABLE_DEVICE_MAPPER - if (disk->dev->type == PED_DEVICE_DM) { - add_partition = _dm_add_partition; - remove_partition = _dm_remove_partition; - resize_partition = _dm_resize_partition; - get_partition_start_and_length = _dm_get_partition_start_and_length; - } else { -+#endif - add_partition = _blkpg_add_partition; - remove_partition = _blkpg_remove_partition; - #ifdef BLKPG_RESIZE_PARTITION -@@ -2959,7 +2962,9 @@ _disk_sync_part_table (PedDisk* disk) - resize_partition = NULL; - #endif - get_partition_start_and_length = _kernel_get_partition_start_and_length; -+#ifdef ENABLE_DEVICE_MAPPER - } -+#endif - - /* lpn = largest partition number. - * for remove pass, use greater of device or label limit */ diff -r 3f2372059c9e -r 0e8dadf052b9 parted/stuff/patches/parted-3.2-devmapper-1.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/parted/stuff/patches/parted-3.2-devmapper-1.patch Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,69 @@ +Submitted By: Ken Moffat +Date: 2014-08-16 +Initial Package Version: 3.2 +Upstream Status: Unknown +Origin: Funtoo Linux +URL: http://data.gpo.zugaina.org/funtoo/sys-block/parted/files/parted-3.2-devmapper.patch +Description: Parted-3.2 fails to build with --disable-device-mapper + + +--- a/libparted/arch/linux.c ++++ b/libparted/arch/linux.c +@@ -2304,6 +2304,7 @@ + return r < 0 ? NULL : resultp; + } + ++#ifdef ENABLE_DEVICE_MAPPER + static char * + dm_canonical_path (PedDevice const *dev) + { +@@ -2326,12 +2327,22 @@ + err: + return NULL; + } ++#endif /* ENABLE_DEVICE_MAPPER */ + + static char* + _device_get_part_path (PedDevice const *dev, int num) + { +- char *devpath = (dev->type == PED_DEVICE_DM +- ? dm_canonical_path (dev) : dev->path); ++ char *devpath = ++#ifdef ENABLE_DEVICE_MAPPER ++ ( ++ dev->type == PED_DEVICE_DM ++ ? dm_canonical_path (dev) : ++#endif /* ENABLE_DEVICE_MAPPER */ ++ dev->path ++#ifdef ENABLE_DEVICE_MAPPER ++ ) ++#endif /* ENABLE_DEVICE_MAPPER */ ++ ; + size_t path_len = strlen (devpath); + char *result; + /* Check for devfs-style /disc => /partN transformation +@@ -2945,12 +2956,14 @@ + unsigned long long *length); + + ++#ifdef ENABLE_DEVICE_MAPPER + if (disk->dev->type == PED_DEVICE_DM) { + add_partition = _dm_add_partition; + remove_partition = _dm_remove_partition; + resize_partition = _dm_resize_partition; + get_partition_start_and_length = _dm_get_partition_start_and_length; + } else { ++#endif /* ENABLE_DEVICE_MAPPER */ + add_partition = _blkpg_add_partition; + remove_partition = _blkpg_remove_partition; + #ifdef BLKPG_RESIZE_PARTITION +@@ -2959,7 +2972,9 @@ + resize_partition = NULL; + #endif + get_partition_start_and_length = _kernel_get_partition_start_and_length; ++#ifdef ENABLE_DEVICE_MAPPER + } ++#endif /* ENABLE_DEVICE_MAPPER */ + + /* lpn = largest partition number. + * for remove pass, use greater of device or label limit */ diff -r 3f2372059c9e -r 0e8dadf052b9 parted/stuff/patches/series --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/parted/stuff/patches/series Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,1 @@ +parted-3.2-devmapper-1.patch diff -r 3f2372059c9e -r 0e8dadf052b9 qt4/receipt --- a/qt4/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/qt4/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -15,8 +15,8 @@ DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \ libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \ -libQtOpenGL libQtSql libQtWebkit gstreamer" -BUILD_DEPENDS="xorg-libX11-dev dbus-dev gstreamer-dev gst-python-dev libmng-dev \ +libQtOpenGL libQtSql libQtWebkit gstreamer0" +BUILD_DEPENDS="xorg-libX11-dev dbus-dev gstreamer0-dev gst-python-dev libmng-dev \ cups-dev mysql-dev unixODBC-dev mesa-dev fontconfig-dev libegl-mesa libglu-mesa \ libglw-mesa postgresql-dev gst-plugins-base-dev atk-dev autoconf automake bash \ binutils bison bzip2-dev cairo-dev coreutils expat-dev flex fontconfig-dev \ diff -r 3f2372059c9e -r 0e8dadf052b9 qtwebkit/receipt --- a/qtwebkit/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/qtwebkit/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -14,9 +14,9 @@ CONFIG_FILES="/etc/fonts/conf.d/10-QtWebkit-monospace.conf" DEPENDS="libQtCore libQtDBus libQtGui libQtXml libQtNetwork libQtOpenGL \ -mesa sqlite gstreamer orc gst-plugins-base" +mesa sqlite gstreamer0 orc gst-plugins-base" BUILD_DEPENDS="Qt4-dev libQtDeclarative qmake bison flex gperf ruby-dev mesa-dev \ -sqlite-dev libpng-dev jpeg-dev gstreamer-dev gst-plugins-base-dev gst-plugins-base" +sqlite-dev libpng-dev jpeg-dev gstreamer0-dev gst-plugins-base-dev gst-plugins-base" compile_rules() { diff -r 3f2372059c9e -r 0e8dadf052b9 quodlibet/receipt --- a/quodlibet/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/quodlibet/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -13,9 +13,9 @@ TAGS="multimedia audio sound music player python" DEPENDS="dbus-python gst-python gst-plugins-base gst-plugins-good \ -gst-plugins-ugly mutagen pygtk gstreamer" +gst-plugins-ugly mutagen pygtk gstreamer0" BUILD_DEPENDS="dbus-python-dev gst-python-dev gst-plugins-base-dev \ -gst-plugins-good-dev gstreamer-dev gst-plugins-ugly-dev pygtk-dev intltool \ +gst-plugins-good-dev gstreamer0-dev gst-plugins-ugly-dev pygtk-dev intltool \ gettext gtk+-dev python-dev file" # Rules to configure and make the package. diff -r 3f2372059c9e -r 0e8dadf052b9 reiser4progs/receipt --- a/reiser4progs/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/reiser4progs/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,26 +1,23 @@ # SliTaz package receipt v2. PACKAGE="reiser4progs" -VERSION="1.0.7" +VERSION="1.1.0" CATEGORY="system-tools" -SHORT_DESC="Utilities for manipulating reiser4 file-system." +SHORT_DESC="Utilities for manipulating reiser4 file-system" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.kernel.org/" -WGET_URL="http://piotrkosoft.net/pub/unix/linux/utils/fs/reiser4/$PACKAGE/$TARBALL" -TAGS="filesystem reiserfs" +WEB_SITE="https://sourceforge.net/projects/reiser4/" -BUILD_DEPENDS="libaal libaal-dev util-linux-uuid-dev ncurses-dev readline-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="$SF_MIRROR/reiser4/$TARBALL" + +BUILD_DEPENDS="util-linux-uuid-dev readline-dev libaal-dev" SPLIT="reiser4progs-dev" # Rules to configure and make the package. compile_rules() { - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && - make $MAKEFLAGS && - make DESTDIR=$DESTDIR install + ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -29,11 +26,12 @@ case $PACKAGE in reiser4progs) copy @std - DEPENDS="libaal util-linux-uuid ncurses readline" + DEPENDS="libaal ncurses readline util-linux-uuid" + TAGS="filesystem reiserfs" ;; - reiser4progs-dev) + *-dev) copy @dev - DEPENDS="libaal-dev" + DEPENDS="reiser4progs libaal-dev" ;; esac } diff -r 3f2372059c9e -r 0e8dadf052b9 reiserfsprogs/receipt --- a/reiserfsprogs/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/reiserfsprogs/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,32 +1,43 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="reiserfsprogs" -VERSION="3.6.24" +VERSION="3.6.27" CATEGORY="system-tools" SHORT_DESC="ReiserFS tools" MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.sfr-fresh.com/linux/misc/" -WGET_URL="http://www.sfr-fresh.com/linux/misc/$TARBALL" -TAGS="filesystem reiserfs" -DEPENDS="linux-reiserfs util-linux-uuid" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="https://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v$VERSION/$TARBALL" + +BUILD_DEPENDS="util-linux-uuid-dev libcomerr-dev acl-dev" +SPLIT="reiserfsprogs-dev" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr --sbindir=/sbin \ - --mandir=/usr/share/man $CONFIGURE_ARGS && + # http://www.linuxfromscratch.org/blfs/view/stable/postlfs/reiserfs.html + + ./configure \ + --sbindir=/sbin \ + $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs - cp -a $install/sbin $fs/ + case $PACKAGE in + reiserfsprogs) + copy @std + DEPENDS="libcomerr util-linux-uuid linux-reiserfs" + TAGS="filesystem reiserfs" + ;; + *-dev) + copy @dev + DEPENDS="reiserfsprogs libcomerr util-linux-uuid-dev" + ;; + esac } - diff -r 3f2372059c9e -r 0e8dadf052b9 rhythmcat2/receipt --- a/rhythmcat2/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/rhythmcat2/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -12,7 +12,7 @@ WGET_URL="$WEB_SITE/archive/$COMMIT.tar.gz" DEPENDS="gst-plugins-base gtk+3 xorg-libXdamage" -BUILD_DEPENDS="gstreamer-dev gst-plugins-base-dev gtk+3-dev curl-dev" +BUILD_DEPENDS="gstreamer0-dev gst-plugins-base-dev gtk+3-dev curl-dev" # Rules to configure and make the package. compile_rules() diff -r 3f2372059c9e -r 0e8dadf052b9 swfdec/receipt --- a/swfdec/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/swfdec/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -10,9 +10,9 @@ WEB_SITE="http://swfdec.freedesktop.org/" WGET_URL="http://swfdec.freedesktop.org/download/swfdec/${VERSION%.*}/$TARBALL" -DEPENDS="glib liboil pango gtk+ libsoup cairo alsa-lib gstreamer gst-plugins-base" +DEPENDS="glib liboil pango gtk+ libsoup cairo alsa-lib gstreamer0 gst-plugins-base" BUILD_DEPENDS="glib-dev liboil-dev pango-dev gtk+-dev libsoup-dev \ -cairo-dev alsa-lib-dev gstreamer-dev gst-plugins-base-dev sqlite-dev" +cairo-dev alsa-lib-dev gstreamer0-dev gst-plugins-base-dev sqlite-dev" # Rules to configure and make the package. compile_rules() diff -r 3f2372059c9e -r 0e8dadf052b9 webkit-r/receipt --- a/webkit-r/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/webkit-r/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -17,7 +17,7 @@ xorg-libXdamage gcc-lib-base" BUILD_DEPENDS="icu icu-dev gperf libxslt-dev glib-dev autoconf automake \ sqlite-dev libtool m4 bison flex curl-dev gtk-doc libsoup-dev \ - gst-plugins-base-dev gstreamer-dev util-linux-uuid-dev \ + gst-plugins-base-dev gstreamer0-dev util-linux-uuid-dev \ jpeg-dev libjpeg libpng-dev pango-dev gtk+-dev orc-dev" # Rules to configure and make the package. diff -r 3f2372059c9e -r 0e8dadf052b9 xfce4-mixer/receipt --- a/xfce4-mixer/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/xfce4-mixer/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -13,7 +13,7 @@ DEPENDS="gtk+ libxfce4util gtk+ xfconf xfce4-panel gst-plugins-base startup-notification util-linux-uuid libunique" BUILD_DEPENDS="gtk+-dev libxfce4util-dev xfconf-dev xfce4-panel-dev - gst-plugins-base-dev intltool libxfce4ui-dev gstreamer-dev startup-notification-dev \ + gst-plugins-base-dev intltool libxfce4ui-dev gstreamer0-dev startup-notification-dev \ util-linux-uuid-dev libxml2-dev libunique-dev" # Rules to configure and make the package. diff -r 3f2372059c9e -r 0e8dadf052b9 xfce4-volumed/receipt --- a/xfce4-volumed/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/xfce4-volumed/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -12,7 +12,7 @@ WGET_URL="http://archive.xfce.org/src/apps/xfce4-volumed/$HI_VERSION/$TARBALL" DEPENDS="gst-plugins-base libkeybinder libnotify libxfconf" -BUILD_DEPENDS="libxfconf-dev gstreamer-dev gst-plugins-base-dev \ +BUILD_DEPENDS="libxfconf-dev gstreamer0-dev gst-plugins-base-dev \ libkeybinder-dev libxml2-dev libnotify-dev" # Rules to configure and make the package. diff -r 3f2372059c9e -r 0e8dadf052b9 xfsdump/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xfsdump/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -0,0 +1,36 @@ +# SliTaz package receipt v2. + +PACKAGE="xfsdump" +VERSION="3.1.6" +CATEGORY="system-tools" +SHORT_DESC="XFS commands and utilities" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" +WEB_SITE="http://oss.sgi.com/projects/xfs/" + +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="ftp://oss.sgi.com/projects/xfs/cmd_tars/$TARBALL" + +BUILD_DEPENDS="libtool gettext util-linux-uuid-dev xfsprogs-dev" + +# Rules to configure and make the package. +compile_rules() +{ + rm /bin/rpm # busybox rpm is useless here + + ./configure \ + CFLAGS=-D_FILE_OFFSET_BITS=64 \ + $CONFIGURE_ARGS && + make && make install + + # change absolute symlinks to relative ones + ln -sf ../../sbin/xfsdump $install/usr/sbin/xfsdump + ln -sf ../../sbin/xfsrestore $install/usr/sbin/xfsrestore +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + copy @std + DEPENDS="attr ncurses util-linux-uuid xfsprogs" +} diff -r 3f2372059c9e -r 0e8dadf052b9 xfsprogs/receipt --- a/xfsprogs/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/xfsprogs/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,37 +1,51 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="xfsprogs" -VERSION="3.2.2" +VERSION="4.9.0" CATEGORY="system-tools" SHORT_DESC="Utilities for making, mounting, and manipulating XFS file-system" MAINTAINER="patel@math.uga.edu" LICENSE="GPL3" -TARBALL=${PACKAGE}-${VERSION}.tar.gz WEB_SITE="http://oss.sgi.com/projects/xfs/" -WGET_URL="ftp://oss.sgi.com/projects/xfs/cmd_tars/$TARBALL" -DEPENDS="e2fsprogs" -BUILD_DEPENDS="e2fsprogs-dev libtool gettext util-linux-blkid-dev util-linux-uuid util-linux-uuid-dev" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/$TARBALL" + +BUILD_DEPENDS="gettext util-linux-uuid-dev readline-dev" +SPLIT="xfsprogs-dev" # Rules to configure and make the package. compile_rules() { - cd $src - sed -i 's/--best -c/-9 -c/' include/buildmacros - sed -i -e 's/lt_shell_append=yes/lt_shell_append=no/' \ - -e 's/DDEBUG/DNODEBUG/' configure - ./configure \ - $CONFIGURE_ARGS || return 1 - sed -i 's/--best/-9/' doc/Makefile Makefile - make && - make DIST_ROOT=$DESTDIR install -} + # http://www.linuxfromscratch.org/blfs/view/stable/postlfs/xfsprogs.html + rm /bin/rpm # busybox rpm useless here + make \ + DEBUG=-DNDEBUG \ + INSTALL_USER=root \ + INSTALL_GROUP=root \ + LOCAL_CONFIGURE_OPTIONS="--enable-readline" && + make PKG_DOC_DIR=/usr/share/doc/xfsprogs-$VERSION install && + make PKG_DOC_DIR=/usr/share/doc/xfsprogs-$VERSION install-dev && + + rm -fv \ + $install/usr/lib/libhandle.a \ + $install/lib/libhandle.a \ + $install/lib/libhandle.la \ + $install/lib/libhandle.so && + ln -sfv ../../lib/libhandle.so.1 $install/usr/lib/libhandle.so && + sed -i "s@libdir='/lib@libdir='/usr/lib@" $install/usr/lib/libhandle.la +} # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - cp -a $install/usr/sbin $fs/usr - cp -a $install/lib $fs - cp -a $install/sbin $fs + case $PACKAGE in + xfsprogs) + copy @std + DEPENDS="ncurses readline util-linux-blkid util-linux-uuid" + ;; + *-dev) + copy @dev + ;; + esac } diff -r 3f2372059c9e -r 0e8dadf052b9 xvidcore-dev/receipt --- a/xvidcore-dev/receipt Sun Jul 23 13:55:19 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="xvidcore-dev" -VERSION="1.3.2" -CATEGORY="multimedia" -SHORT_DESC="XviD, a high performance/quality MPEG-4 video de-/encoding solution" -MAINTAINER="devl547@gmail.com" -LICENSE="GPL2" -WEB_SITE="http://www.xvid.org" -WANTED="xvidcore" -HOST_ARCH="i486 arm" - -DEPENDS="xvidcore" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.a $fs/usr/lib - cp -a $install/usr/include $fs/usr -} diff -r 3f2372059c9e -r 0e8dadf052b9 xvidcore/receipt --- a/xvidcore/receipt Sun Jul 23 13:55:19 2017 +0200 +++ b/xvidcore/receipt Thu Jul 27 00:56:44 2017 +0300 @@ -1,37 +1,44 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="xvidcore" -VERSION="1.3.2" +VERSION="1.3.3" CATEGORY="multimedia" SHORT_DESC="XviD, a high performance/quality MPEG-4 video de-/encoding solution" MAINTAINER="devl547@gmail.com" LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.xvid.org" -WGET_URL="http://downloads.xvid.org/downloads/$TARBALL" +WEB_SITE="http://www.xvid.org/" HOST_ARCH="i486 arm" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="http://downloads.xvid.org/downloads/$TARBALL" + BUILD_DEPENDS="yasm" +SPLIT="xvidcore-dev" # Rules to configure and make the package. compile_rules() { - cd $src/build/generic - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && + # http://www.linuxfromscratch.org/blfs/view/stable/multimedia/xvid.html + cd build/generic && + sed -i 's/^LN_S=@LN_S@/& -f -v/' platform.inc.in && + ./configure $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + sed -i '/libdir.*STATIC_LIB/ s/^/#/' Makefile && + make DESTDIR=$install install && + + find $install/usr/lib/ -name 'libxvidcore.so.*' -type f -exec chmod -v 755 '{}' \; && + + mkdir -p $install/usr/share/doc/xvidcore-$VERSION/examples && + install -v -m644 ../../doc/* $install/usr/share/doc/xvidcore-$VERSION && + install -v -m644 ../../examples/* \ + $install/usr/share/doc/xvidcore-$VERSION/examples } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib - cd $fs/usr/lib - _mylib=$(basename libxvidcore.so.*) - ln -sf ${_mylib} libxvidcore.so.4 - ln -sf ${_mylib} libxvidcore.so + case $PACKAGE in + xvidcore) copy @std;; + *-dev) copy *.h;; + esac }