From ec17d37adbd65d4db72c2a91d64a78cebf3c4f75 Mon Sep 17 00:00:00 2001 From: giresun28 Date: Sat, 8 Oct 2016 03:02:17 +0000 Subject: [PATCH 1/8] =?UTF-8?q?plasma-mediacenter.d=C3=BCzenlendi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talimatname/genel/plasma-mediacenter/talimat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talimatname/genel/plasma-mediacenter/talimat b/talimatname/genel/plasma-mediacenter/talimat index 66101222e..064b77743 100644 --- a/talimatname/genel/plasma-mediacenter/talimat +++ b/talimatname/genel/plasma-mediacenter/talimat @@ -4,7 +4,7 @@ # Depends on: kf5-extra-cmake-modules qt5 kf5-baloo plasma-workspace name=plasma-mediacenter -version=5.8.0 +version=5.7.5 release=1 source=( http://download.kde.org/stable/plasma/$version/$name-$version.tar.xz) From 191abc14a450323c2d25615dd9d64c19db2a74bb Mon Sep 17 00:00:00 2001 From: giresun28 Date: Sat, 8 Oct 2016 03:12:05 +0000 Subject: [PATCH 2/8] libkcddb.paketlendi --- talimatname/genel/libkcddb/talimat | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 talimatname/genel/libkcddb/talimat diff --git a/talimatname/genel/libkcddb/talimat b/talimatname/genel/libkcddb/talimat new file mode 100644 index 000000000..c94265f70 --- /dev/null +++ b/talimatname/genel/libkcddb/talimat @@ -0,0 +1,21 @@ +# Description="Used to retrieve audio CD meta data from the interne" +# Url="http://sourceforge.net/projects/libkcddb/" +# Packager=alihan-ozturk28@hotmail.com +# Depends on: git qt5 kf5-extra-cmake-modules kf5-kconfig kf5-kdoctools kf5-kcodecs kf5-ki18n kf5-kio kf5-kwidgetsaddons kf5-kxmlgui + +name=libkcddb +version=26160902 +release=1 + +build() { + git clone git://anongit.kde.org/libkcddb.git + mkdir build + cd build + cmake ../$name \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DBUILD_TESTING=OFF + make + make DESTDIR=$PKG install +} From 000115fe958480d2cd3cb284615b473994ae95e8 Mon Sep 17 00:00:00 2001 From: giresun28 Date: Sat, 8 Oct 2016 03:15:24 +0000 Subject: [PATCH 3/8] =?UTF-8?q?yakuake.d=C3=BCzenlendi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talimatname/genel/yakuake/talimat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talimatname/genel/yakuake/talimat b/talimatname/genel/yakuake/talimat index 9cb7b29ce..b5bfbd707 100644 --- a/talimatname/genel/yakuake/talimat +++ b/talimatname/genel/yakuake/talimat @@ -1,7 +1,7 @@ # Description : A drop-down terminal emulator based on KDE konsole technology # URL: https://www.kde.org/ # Packager: alihan-ozturk28@hotmail.com -# Depends on: kf5-extra-cmake-modules konsole kf5-karchive kf5-kconfig kf5-kcoreaddons kf5-kcrash kf5-kdbusaddons kf5-kglobalaccel kf5-ki18n kf5-kiconthemes kf5-kio kf5-knewstuff kf5-knotifications kf5-knotifyconfig kf5-kparts kf5-kwidgetsaddons kf5-windowsystem +# Depends on: kf5-extra-cmake-modules konsole kf5-karchive kf5-kconfig kf5-kcoreaddons kf5-kcrash kf5-kdbusaddons kf5-kglobalaccel kf5-ki18n kf5-kiconthemes kf5-kio kf5-knewstuff kf5-knotifications kf5-knotifyconfig kf5-kparts kf5-kwidgetsaddons kf5-kwindowsystem name=yakuake version=3.0.2 From 7db4636e58245917739cd06eb2df821480c6d2a7 Mon Sep 17 00:00:00 2001 From: giresun28 Date: Sat, 8 Oct 2016 10:05:25 +0000 Subject: [PATCH 4/8] =?UTF-8?q?kdeconnect.d=C3=BCzenlendi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talimatname/genel/kdeconnect/talimat | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/talimatname/genel/kdeconnect/talimat b/talimatname/genel/kdeconnect/talimat index 91915d142..2c86be273 100644 --- a/talimatname/genel/kdeconnect/talimat +++ b/talimatname/genel/kdeconnect/talimat @@ -1,15 +1,18 @@ # Description : Adds communication between KDE and your smartphone # URL : https://projects.kde.org/projects/playground/base/kdeconnect-kde # Packdeconnectkager : alihan-ozturk28@hotmail.com -# Depends on : kf5-extra-cmake-modules kf5-kio kf5-kcmutils qca-qt5 libfakekey qjson sshfs-fuse hicolor-icon-theme kf5-kwayland +# Depends on : git kf5-extra-cmake-modules kf5-kio kf5-kcmutils qca-qt5 libfakekey qjson sshfs-fuse hicolor-icon-theme kf5-kwayland name=kdeconnect -version=1.0.1 +version=0.9g release=1 -source=( http://download.kde.org/stable/$name/$version/src/$name-kde-$version.tar.xz) +source=() build() { + +git clone git://anongit.kde.org/kdeconnect-kde.git + mkdir -p build cd build cmake ../kdeconnect-kde \ @@ -21,4 +24,3 @@ cmake ../kdeconnect-kde \ make make DESTDIR=$PKG install } - From b4a8035caf7923407e15fe8ccb06d3cdc05767b7 Mon Sep 17 00:00:00 2001 From: giresun28 Date: Sat, 8 Oct 2016 10:42:13 +0000 Subject: [PATCH 5/8] =?UTF-8?q?sddm.g=C3=BCncellendi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talimatname/genel/sddm/talimat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talimatname/genel/sddm/talimat b/talimatname/genel/sddm/talimat index 7bf0d9ed6..45b2116ca 100644 --- a/talimatname/genel/sddm/talimat +++ b/talimatname/genel/sddm/talimat @@ -5,7 +5,7 @@ name=sddm release=1 -version=0.13.0 +version=0.14.0 source=( https://github.com/sddm/sddm/releases/download/v$version/${name}-$version.tar.xz sddm.conf From 1a91917d7969c9b18509fd602b4924d06322ac5e Mon Sep 17 00:00:00 2001 From: giresun28 Date: Sat, 8 Oct 2016 11:10:46 +0000 Subject: [PATCH 6/8] =?UTF-8?q?sddm.d=C3=BCzenlendi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talimatname/genel/sddm/talimat | 4 ---- 1 file changed, 4 deletions(-) diff --git a/talimatname/genel/sddm/talimat b/talimatname/genel/sddm/talimat index 45b2116ca..2ee33ed31 100644 --- a/talimatname/genel/sddm/talimat +++ b/talimatname/genel/sddm/talimat @@ -12,10 +12,6 @@ source=( https://github.com/sddm/sddm/releases/download/v$version/${name}-$versi 10-backlight.rules) build() { -source /etc/blfs-bootscripts -wget http://www.linuxfromscratch.org/blfs/downloads/stable/$scripts-$scriptsversion.tar.bz2 -tar xvf $scripts-$scriptsversion.tar.bz2 - cd ${name}-$version mkdir build cd build From 84dd94edc526c602f19d5ce8f34e27894366f820 Mon Sep 17 00:00:00 2001 From: giresun28 Date: Sat, 8 Oct 2016 11:18:39 +0000 Subject: [PATCH 7/8] =?UTF-8?q?sddm.d=C3=BCzenlendi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talimatname/genel/sddm/talimat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/talimatname/genel/sddm/talimat b/talimatname/genel/sddm/talimat index 2ee33ed31..4b1adcd5c 100644 --- a/talimatname/genel/sddm/talimat +++ b/talimatname/genel/sddm/talimat @@ -12,6 +12,10 @@ source=( https://github.com/sddm/sddm/releases/download/v$version/${name}-$versi 10-backlight.rules) build() { +source /etc/blfs-bootscripts +wget http://anduin.linuxfromscratch.org/BLFS/blfs-bootscripts/$scripts-$scriptsversion.tar.bz2 +tar xvf $scripts-$scriptsversion.tar.bz2 + cd ${name}-$version mkdir build cd build From 6e59e776ff0af68843b7b2f3369f3556bb98e1c4 Mon Sep 17 00:00:00 2001 From: giresun28 Date: Sat, 8 Oct 2016 22:00:40 +0000 Subject: [PATCH 8/8] =?UTF-8?q?vlc.g=C3=BCncellendi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talimatname/genel/vlc/lua53_compat.patch | 30 ------------- talimatname/genel/vlc/talimat | 42 ++++++------------- .../genel/vlc/update-vlc-plugin-cache.hook | 11 ----- 3 files changed, 12 insertions(+), 71 deletions(-) delete mode 100644 talimatname/genel/vlc/lua53_compat.patch delete mode 100644 talimatname/genel/vlc/update-vlc-plugin-cache.hook diff --git a/talimatname/genel/vlc/lua53_compat.patch b/talimatname/genel/vlc/lua53_compat.patch deleted file mode 100644 index aeff7b2fd..000000000 --- a/talimatname/genel/vlc/lua53_compat.patch +++ /dev/null @@ -1,30 +0,0 @@ -commit 41caaa08cde60c4fec4bf2e5f9610e2a1b9e6a23 -Author: Vinson Lee -Date: Thu Feb 5 14:48:53 2015 -0800 - - lua: Define LUA_COMPAT_APIINTCASTS for Lua >= 5.3.0 compatibility. - - In Lua 5.3.0, luaL_checkint was deprecated. - - This patch fixes this build error with Lua 5.3.0. - - lua/demux.c: In function ‘vlclua_demux_peek’: - lua/demux.c:55:5: error: implicit declaration of function ‘luaL_checkint’ [-Werror=implicit-function-declaration] - int n = luaL_checkint( L, 1 ); - ^ - - Signed-off-by: Vinson Lee - Signed-off-by: Jean-Baptiste Kempf - -diff --git a/modules/lua/vlc.h b/modules/lua/vlc.h -index efd94f1..85c7fc1 100644 ---- a/modules/lua/vlc.h -+++ b/modules/lua/vlc.h -@@ -38,6 +38,7 @@ - #include - #include - -+#define LUA_COMPAT_APIINTCASTS - #define LUA_COMPAT_MODULE - #include /* Low level lua C API */ - #include /* Higher level C API */ diff --git a/talimatname/genel/vlc/talimat b/talimatname/genel/vlc/talimat index bc853c5c9..26402e521 100644 --- a/talimatname/genel/vlc/talimat +++ b/talimatname/genel/vlc/talimat @@ -1,48 +1,30 @@ # Description: The cross-platform media player and streaming server # URL: http://www.videolan.org/vlc/ # Packager: milisarge@gmail.com -# Depends on: libbluray opus qt5 x264 flac libmad glib librsvg alsa-lib xorg-libxinerama xorg-libxpm libvpx libcdio vcdimager live libdvdcss libdvdread libdvdnav libogg libtheora lame faac libvorbis ffmpeg faad2 liba52 libmpeg2 libmpcdec fribidi lua libdv speex +# Depends on: libvlc qt5 x264 flac libmad glib dbus libidn librsvg alsa-lib xorg-libxinerama xorg-libxpm libvpx libcdio vcdimager live libdvdcss libdvdread libdvdnav libogg libtheora lame faac libvorbis ffmpeg faad2 liba52 libmpeg2 libmpcdec fribidi lua libdv speex name=vlc version=3.0.0 -_version=20160704 -release=1 +release=20160606 -source=( http://altair.videolan.org/build/source/$name-$version-${_version}-0536.tar.xz - lua53_compat.patch - update-vlc-plugin-cache.hook) +source=( http://anduin.linuxfromscratch.org/BLFS/$name/$name-$version-$release.tar.xz) build() { -cd vlc-3.0.0-git +cd $name-$version-$release -RCC=/usr/bin/rcc-qt5 -./bootstrap -sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp -sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype/freetype.c - -CXXFLAGS="$CXXFLAGS -fPIC" +sed -i '/seems to be moved/s/^/#/' autotools/ltmain.sh BUILDCC=gcc \ ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --enable-qt \ - --disable-rpath \ - --enable-faad \ - --enable-nls \ - --enable-lirc \ - --enable-pvr \ - --enable-ncurses \ - --enable-realrtsp \ - --enable-xosd \ - --enable-aa \ - --enable-vcdx \ - --enable-opus + --disable-swscale \ + --disable-lua \ + --disable-a52 \ + --disable-avcodec \ + RCC=/usr/bin/rcc-qt5 -make -i -make DESTDIR=$PKG docdir=/usr/share/doc/$name-$version install -install -Dm644 ../update-vlc-plugin-cache.hook $PKG/usr/share/libalpm/hooks/update-vlc-plugin-cache.hook +make +make DESTDIR=$PKG docdir=/usr/share/doc/$name-$version-release install -rm -rf $PKG/usr/share/doc } diff --git a/talimatname/genel/vlc/update-vlc-plugin-cache.hook b/talimatname/genel/vlc/update-vlc-plugin-cache.hook deleted file mode 100644 index 89fbd2174..000000000 --- a/talimatname/genel/vlc/update-vlc-plugin-cache.hook +++ /dev/null @@ -1,11 +0,0 @@ -[Trigger] -Type = File -Operation = Install -Operation = Upgrade -Operation = Remove -Target = usr/lib/vlc/plugins/* - -[Action] -Description = Updating the vlc plugin cache... -When = PostTransaction -Exec = /usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins