Kocka has, izé, agy! (SMPlayer újratöltve)

Kezdőlap Fórumok Linuxos szoftverek Kocka has, izé, agy! (SMPlayer újratöltve)

10 bejegyzés megtekintése - 151-160 / 165
  • Szerző
    Bejegyzés
  • #2134025
    Vladi
    Felhasználó
      VectoR wrote:
      van olyan csomag aminek a build sora 2-3000-sor vagy több :))))))))))))))))

      Mennyi? shocked.gif

      Minden csomagban vannak megjegyzések: készítő, verzió stb. meg scriptek, függőségek. Most meg nem mondom mi ennek a hivatalos neve. Na oda gondoltam. rolleyes.gif
      (2-3 KByte-al lenne csak nagyobb a csomag szerintem.)
      Mondok egy példát:

      Code:
      ./configure: ‘–build=i686-redhat-linux-gnu’ ‘–host=i686-redhat-linux-gnu’ ‘–target=i386-redhat-linux-gnu’ ‘–program-prefix=’ ‘–prefix=/usr’ ‘–exec-prefix=/usr’ ‘–bindir=/usr/bin’ ‘–sbindir=/usr/sbin’ ‘–sysconfdir=/etc’ ‘–datadir=/usr/share’ ‘–includedir=/usr/include’ ‘–libdir=/usr/lib’ ‘–libexecdir=/usr/libexec’ ‘–localstatedir=/var’ ‘–sharedstatedir=/usr/com’ ‘–mandir=/usr/share/man’ ‘–infodir=/usr/share/info’ ‘–enable-gnutls=no’ ‘–enable-nss=yes’ ‘–enable-cyrus-sasl’ stb. még kb 2*ennyi.

      Ez a pidgin configja. Gondolom egy egyszerűbb/kisebb programnak rövidebb.

      #2134026
      Vladi
      Felhasználó
        VectoR wrote:
        van olyan csomag aminek a build sora 2-3000-sor vagy több :))))))))))))))))

        Mennyi? shocked.gif

        Minden csomagban vannak megjegyzések: készítő, verzió stb. meg scriptek, függőségek. Most meg nem mondom mi ennek a hivatalos neve. Na oda gondoltam. rolleyes.gif
        (2-3 KByte-al lenne csak nagyobb a csomag szerintem.)
        Mondok egy példát:

        Code:
        ./configure: ‘–build=i686-redhat-linux-gnu’ ‘–host=i686-redhat-linux-gnu’ ‘–target=i386-redhat-linux-gnu’ ‘–program-prefix=’ ‘–prefix=/usr’ ‘–exec-prefix=/usr’ ‘–bindir=/usr/bin’ ‘–sbindir=/usr/sbin’ ‘–sysconfdir=/etc’ ‘–datadir=/usr/share’ ‘–includedir=/usr/include’ ‘–libdir=/usr/lib’ ‘–libexecdir=/usr/libexec’ ‘–localstatedir=/var’ ‘–sharedstatedir=/usr/com’ ‘–mandir=/usr/share/man’ ‘–infodir=/usr/share/info’ ‘–enable-gnutls=no’ ‘–enable-nss=yes’ ‘–enable-cyrus-sasl’ stb. még kb 2*ennyi.

        Ez a pidgin configja. Gondolom egy egyszerűbb/kisebb programnak rövidebb.

        #2134027
        admin
        Adminisztrátor

          Igen te arra gondolsz hogy a leírás mezőbe írja le a build alatti fordítási paraméterket….
          Értelmetlen lenne, azoknak akik a csomagot akarják telepíteni egy felesleges és többnyire értelmetlen zagyvasággal lenne tele a leírás mező, inkább fordíŧsák több nyelvre…)

          Ha pedig az érdekel valakit. hogy hogy kell lefordítani az keresse meg az src.rpm csomagot, abban benne van…

          Amit te akarsz annak ez lenne az eredménye:

          Code:
          Name : pidgin   Relocations: (not relocatable)
          Version : 2.2.0 Vendor: blackPanther Europe
          Release : 3bP Build Date: 2007. szept. 27., csütörtök, 10.14.23 UTC
          Install Date: 2007. szept. 27., csütörtök, 10.22.28 UTC     Build Host: ltop.blackpanther.hu
          Group : Networking/Instant messaging   Source RPM: pidgin-2.2.0-3bP.src.rpm
          Size     : 5915579   License: GPL
          URL   : http://www.pidgin.im/
          Summary :  A GTK+ based multiprotocol instant messaging client

          Description :
          Pidgin allows you to talk to anyone using a variety of messaging
          protocols including AIM, MSN, Yahoo!, Jabber, Bonjour, Gadu-Gadu,
          ICQ, IRC, Novell Groupwise, QQ, Lotus Sametime, SILC, Simple and
          Zephyr.  These protocols are implemented using a modular, easy to
          use design.  To use a protocol, just add an account using the
          account editor.

          Pidgin supports many common features of other clients, as well as many
          unique features, such as perl scripting, TCL scripting and C plugins.

          Pidgin is not affiliated with or endorsed by America Online, Inc.,
          Microsoft Corporation, Yahoo! Inc., or ICQ Inc

          így fordítottam a csomagot ha te is akarsz ilyet:

          %configure2_5x
          –enable-gnutls=no
          –with-perl-lib=vendor
          %if %build_mono
          –enable-mono
          %else
          –disable-mono
          %endif
          %if ! %build_evolution
          –disable-gevolution
          %endif
          %if %build_vv
          –enable-vv
          %else
          –disable-vv
          %endif
          –without-krb4
          –with-gadu-includes=%{_includedir}
          –with-gadu-libs=%{_libdir}
          –disable-static
          %(echo %make|perl -pe ‘s/-jd+/-j1/g’)

          cd purple-*
          ./configure
          cd ../led-*
          cd ../pidgin-sipe*/
          %configure
          cd ../pidgin-guifications*/
          %configure

          #2134028
          admin
          Adminisztrátor

            Igen te arra gondolsz hogy a leírás mezőbe írja le a build alatti fordítási paraméterket….
            Értelmetlen lenne, azoknak akik a csomagot akarják telepíteni egy felesleges és többnyire értelmetlen zagyvasággal lenne tele a leírás mező, inkább fordíŧsák több nyelvre…)

            Ha pedig az érdekel valakit. hogy hogy kell lefordítani az keresse meg az src.rpm csomagot, abban benne van…

            Amit te akarsz annak ez lenne az eredménye:

            Code:
            Name : pidgin   Relocations: (not relocatable)
            Version : 2.2.0 Vendor: blackPanther Europe
            Release : 3bP Build Date: 2007. szept. 27., csütörtök, 10.14.23 UTC
            Install Date: 2007. szept. 27., csütörtök, 10.22.28 UTC     Build Host: ltop.blackpanther.hu
            Group : Networking/Instant messaging   Source RPM: pidgin-2.2.0-3bP.src.rpm
            Size     : 5915579   License: GPL
            URL   : http://www.pidgin.im/
            Summary :  A GTK+ based multiprotocol instant messaging client

            Description :
            Pidgin allows you to talk to anyone using a variety of messaging
            protocols including AIM, MSN, Yahoo!, Jabber, Bonjour, Gadu-Gadu,
            ICQ, IRC, Novell Groupwise, QQ, Lotus Sametime, SILC, Simple and
            Zephyr.  These protocols are implemented using a modular, easy to
            use design.  To use a protocol, just add an account using the
            account editor.

            Pidgin supports many common features of other clients, as well as many
            unique features, such as perl scripting, TCL scripting and C plugins.

            Pidgin is not affiliated with or endorsed by America Online, Inc.,
            Microsoft Corporation, Yahoo! Inc., or ICQ Inc

            így fordítottam a csomagot ha te is akarsz ilyet:

            %configure2_5x
            –enable-gnutls=no
            –with-perl-lib=vendor
            %if %build_mono
            –enable-mono
            %else
            –disable-mono
            %endif
            %if ! %build_evolution
            –disable-gevolution
            %endif
            %if %build_vv
            –enable-vv
            %else
            –disable-vv
            %endif
            –without-krb4
            –with-gadu-includes=%{_includedir}
            –with-gadu-libs=%{_libdir}
            –disable-static
            %(echo %make|perl -pe ‘s/-jd+/-j1/g’)

            cd purple-*
            ./configure
            cd ../led-*
            cd ../pidgin-sipe*/
            %configure
            cd ../pidgin-guifications*/
            %configure

            #2134029
            Vladi
            Felhasználó

              Nem is lenne olyan rossz. rolleyes.gif 🙂

              De ha az srpm-ben benne van akkor tényleg felesleges.

              #2134030
              Vladi
              Felhasználó

                Nem is lenne olyan rossz. rolleyes.gif 🙂

                De ha az srpm-ben benne van akkor tényleg felesleges.

                #2134031
                Monkey
                Felhasználó

                  Töröltem a beírást.

                  #2134032
                  Monkey
                  Felhasználó

                    Töröltem a beírást.

                    #2134033
                    admin
                    Adminisztrátor
                      Monkey wrote:
                      Töröltem a beírást.

                      és mi volt az ?

                      #2134034
                      admin
                      Adminisztrátor
                        Monkey wrote:
                        Töröltem a beírást.

                        és mi volt az ?

                      10 bejegyzés megtekintése - 151-160 / 165
                      • Be kell jelentkezni a hozzászóláshoz.