# HG changeset patch # User Pascal Bellard # Date 1462351865 -7200 # Node ID bdb702e08b627178998d467d1c23097919d53b62 # Parent 8911b42ac90b915cc12144665da64ff3b1083a78 Up vlc (2.2.3) diff -r 8911b42ac90b -r bdb702e08b62 jsmin/receipt --- a/jsmin/receipt Wed May 04 10:58:00 2016 +0300 +++ b/jsmin/receipt Wed May 04 10:51:05 2016 +0200 @@ -18,7 +18,7 @@ # Rules to configure and make the package. compile_rules() { - $CC jsmin.c -o jsmin + make jsmin } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 8911b42ac90b -r bdb702e08b62 libvlc-dev/receipt --- a/libvlc-dev/receipt Wed May 04 10:58:00 2016 +0300 +++ b/libvlc-dev/receipt Wed May 04 10:51:05 2016 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libvlc-dev" -VERSION="2.2.2" +VERSION="2.2.3" CATEGORY="development" SHORT_DESC="MPEG, VCD/DVD, and DivX library" MAINTAINER="jozee@slitaz.org" diff -r 8911b42ac90b -r bdb702e08b62 libvlc/receipt --- a/libvlc/receipt Wed May 04 10:58:00 2016 +0300 +++ b/libvlc/receipt Wed May 04 10:51:05 2016 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libvlc" -VERSION="2.2.2" +VERSION="2.2.3" CATEGORY="multimedia" SHORT_DESC="MPEG, VCD/DVD, and DivX library" MAINTAINER="jozee@slitaz.org" diff -r 8911b42ac90b -r bdb702e08b62 vlc/receipt --- a/vlc/receipt Wed May 04 10:58:00 2016 +0300 +++ b/vlc/receipt Wed May 04 10:51:05 2016 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="vlc" -VERSION="2.2.2" +VERSION="2.2.3" CATEGORY="multimedia" SHORT_DESC="MPEG, VCD/DVD, and DivX player" MAINTAINER="jozee@slitaz.org"